Changeset 17090


Ignore:
Timestamp:
2008/02/27 20:05:47 (16 years ago)
Author:
pineray
Message:

別ウィンドウの共通部分をインクルードする仕様に(完了)

Location:
branches/comu-ver2/data/Smarty/templates/default
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/forgot/complete.tpl

    r16583 r17090  
    1 <!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    21<!--{* 
    32 * This file is part of EC-CUBE 
     
    2120 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2221 *}--> 
    23 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 
    24 <head> 
    25 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" /> 
    26 <meta http-equiv="Content-Script-Type" content="text/javascript" /> 
    27 <meta http-equiv="Content-Style-Type" content="text/css" /> 
    28 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" /> 
    29 <link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->/rss/index.php" /> 
    30 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 
    31 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
    32 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
    33 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 
    34 <meta name="author" content="<!--{$arrPageLayout.author|escape}-->" /> 
    35 <meta name="description" content="<!--{$arrPageLayout.description|escape}-->" /> 
    36 <meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->" /> 
    37 <title><!--{$arrSiteInfo.shop_name}-->/パスワードを忘れた方(完了ページ)</title> 
    38 </head> 
     22<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="パスワードを忘れた方(完了ページ)"}--> 
    3923 
    40 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->')"> 
    41 <noscript> 
    42  <p>JavaScriptを有効にしてご利用下さい</p> 
    43 </noscript> 
    44 <div id="windowcolumn"> 
    4524  <div id="windowarea"> 
    4625    <h2><img src="<!--{$TPL_DIR}-->img/forget/title.jpg" width="500" height="40" alt="パスワードを忘れた方" /></h2> 
     
    5635    </form> 
    5736  </div> 
    58 </div> 
    59 </body> 
    60 </html> 
     37 
     38<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}--> 
  • branches/comu-ver2/data/Smarty/templates/default/forgot/index.tpl

    r16583 r17090  
    1 <!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    21<!--{* 
    32 * This file is part of EC-CUBE 
     
    2120 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2221 *}--> 
    23 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 
    24 <head> 
    25 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" /> 
    26 <meta http-equiv="Content-Script-Type" content="text/javascript" /> 
    27 <meta http-equiv="Content-Style-Type" content="text/css" /> 
    28 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" /> 
    29 <link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->/rss/index.php" /> 
    30 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 
    31 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
    32 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
    33 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 
    34 <meta name="author" content="<!--{$arrPageLayout.author|escape}-->" /> 
    35 <meta name="description" content="<!--{$arrPageLayout.description|escape}-->" /> 
    36 <meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->" /> 
    37 <title><!--{$arrSiteInfo.shop_name}-->/パスワードを忘れた方(入力ページ)</title> 
    38 </head> 
     22<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="パスワードを忘れた方(入力ページ)"}--> 
    3923 
    40 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->')"> 
    41 <noscript> 
    42  <p>JavaScriptを有効にしてご利用下さい</p> 
    43 </noscript> 
    44 <div id="windowcolumn"> 
    4524  <div id="windowarea"> 
    4625    <h2><img src="<!--{$TPL_DIR}-->img/forget/title.jpg" width="500" height="40" alt="パスワードを忘れた方" /></h2> 
     
    5837    </form> 
    5938  </div> 
    60 </div> 
    61 </body> 
    62 </html> 
     39 
     40<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}--> 
  • branches/comu-ver2/data/Smarty/templates/default/forgot/secret.tpl

    r16583 r17090  
    1 <!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    21<!--{* 
    32 * This file is part of EC-CUBE 
     
    2120 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2221 *}--> 
    23 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 
    24 <head> 
    25 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" /> 
    26 <meta http-equiv="Content-Script-Type" content="text/javascript" /> 
    27 <meta http-equiv="Content-Style-Type" content="text/css" /> 
    28 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" /> 
    29 <link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->/rss/index.php" /> 
    30 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 
    31 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
    32 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
    33 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 
    34 <meta name="author" content="<!--{$arrPageLayout.author|escape}-->" /> 
    35 <meta name="description" content="<!--{$arrPageLayout.description|escape}-->" /> 
    36 <meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->" /> 
    37 <title><!--{$arrSiteInfo.shop_name}-->/パスワードを忘れた方(確認ページ)</title> 
    38 </head> 
     22<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="パスワードを忘れた方(確認ページ)"}--> 
    3923 
    40 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->')"> 
    41 <noscript> 
    42  <p>JavaScriptを有効にしてご利用下さい</p> 
    43 </noscript> 
    44 <div id="windowcolumn"> 
    4524  <div id="windowarea"> 
    4625    <h2><img src="<!--{$TPL_DIR}-->img/forget/title.jpg" width="500" height="40" alt="パスワードを忘れた方" /></h2> 
     
    5938    </form> 
    6039  </div> 
    61 </div> 
    62 </body> 
    63 </html> 
     40 
     41<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}--> 
  • branches/comu-ver2/data/Smarty/templates/default/input_zip.tpl

    r16583 r17090  
    1 <!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    21<!--{* 
    32 * This file is part of EC-CUBE 
     
    2120 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2221 *}--> 
    23 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 
    24 <head> 
    25 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" /> 
    26 <meta http-equiv="Content-Script-Type" content="text/javascript" /> 
    27 <meta http-equiv="Content-Style-Type" content="text/css" /> 
    28 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" /> 
    29 <link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->/rss/index.php" /> 
    30 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 
    31 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
    32 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
    33 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 
    34 <title><!--{$arrSiteInfo.shop_name|escape}-->/住所検索</title> 
    35 <meta name="author" content="<!--{$arrPageLayout.author|escape}-->" /> 
    36 <meta name="description" content="<!--{$arrPageLayout.description|escape}-->" /> 
    37 <meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->" /> 
    38 </head> 
     22<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="住所検索"}--> 
    3923 
    40 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->'); <!--{$tpl_onload}--> <!--{$tpl_start}-->"> 
    41 <noscript> 
    42   <p>JavaScript を有効にしてご利用下さい.</p> 
    43 </noscript> 
    44 <!--▼CONTENTS--> 
    4524  <div id="zipsearchcolumn"> 
    4625    <h2><img src="<!--{$TPL_DIR}-->img/common/zip_title.jpg" width="460" height="40" alt="住所検索" /></h2> 
     
    5635    </div> 
    5736    <div class="btn"><a href="javascript:window.close()" onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/b_close_on.gif','b_close');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/b_close.gif','b_close');"><img src="<!--{$TPL_DIR}-->img/common/b_close.gif" width="140" height="30" alt="閉じる" border="0" name="b_close" /></a></div> 
    58 <!--▲CONTENTS--> 
    5937  </div> 
    60 </body> 
    61 </html> 
     38 
     39<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}--> 
  • branches/comu-ver2/data/Smarty/templates/default/mypage/error.tpl

    r16821 r17090  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    2 <html lang="ja"> 
    31<!--{* 
    42/* 
     
    2422 */ 
    2523*}--> 
    26 <head> 
    27 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->"> 
    28 <meta http-equiv="content-script-type" content="text/javascript"> 
    29 <meta http-equiv="content-style-type" content="text/css"> 
    30 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" /> 
    31 <link rel="stylesheet" href="<!--{$tpl_css}-->" type="text/css" media="all" /> 
    32 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 
    33 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
    34 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
    35 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 
    36 <title><!--{$arrSiteInfo.shop_name}-->/エラー</title> 
    37 </head> 
     24<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="エラー"}--> 
    3825 
    39 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->')"> 
    40 <noscript> 
    41 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" /> 
    42 </noscript> 
    43  
    44 <div align="center"> 
    45  
    46 <!--▼CONTENTS--> 
    47 <!--▼MAINN ONTENTS--> 
    4826<div id="compbox"> 
    4927<span class="red"><!--{$tpl_error}--></span><br /> 
     
    5129 
    5230<div class="button"> 
    53 <a href="javascript:window.close()" onmouseOver="chgImg('<!--{$TPL_DIR}-->img/button/close_on.jpg','close');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/close.jpg','close');"><img src="<!--{$TPL_DIR}-->img/button/close.jpg" width="129" height="32" alt="閉じる" name="close" id="close" /></a></div> 
    54 <!--▲MAIN CONTENTS--> 
    55 <!--▲CONTENTS--> 
     31<a href="javascript:window.close()" onmouseOver="chgImg('<!--{$TPL_DIR}-->img/button/close_on.jpg','close');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/close.jpg','close');"><img src="<!--{$TPL_DIR}-->img/button/close.jpg" width="129" height="32" alt="閉じる" name="close" id="close" /></a> 
    5632</div> 
    5733 
    58 </body> 
    59 </html> 
     34<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}--> 
  • branches/comu-ver2/data/Smarty/templates/default/products/detail_image.tpl

    r16583 r17090  
    1 <!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    21<!--{* 
    32 * This file is part of EC-CUBE 
     
    2120 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2221 *}--> 
    23 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 
    24 <head> 
    25 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" /> 
    26 <meta http-equiv="Content-Script-Type" content="text/javascript" /> 
    27 <meta http-equiv="Content-Style-Type" content="text/css" /> 
    28 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" /> 
    29 <link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->/rss/index.php" /> 
    30 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 
    31 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
    32 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
    33 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 
    34 <meta name="author" content="<!--{$arrPageLayout.author|escape}-->" /> 
    35 <meta name="description" content="<!--{$arrPageLayout.description|escape}-->" /> 
    36 <meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->" /> 
    37 <title><!--{$arrSiteInfo.shop_name}--></title> 
    38 </head> 
     22<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="拡大画像"}--> 
    3923 
    40 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->')"> 
    41 <noscript> 
    42  <p>JavaScriptを有効にしてご利用下さい</p> 
    43 </noscript> 
    4424<!--{if $tpl_width > 300}--> 
    4525  <!--{assign var=id value=bigimage}--> 
     
    4828<!--{/if}--> 
    4929<div id="<!--{$id}-->"><a href="javascript:window.close()");><img src="<!--{$smarty.const.IMAGE_SAVE_URL}--><!--{$tpl_image}-->" width="<!--{$tpl_width}-->" height="<!--{$tpl_height}-->" alt="<!--{$tpl_name}-->" /></a></div> 
    50 </body> 
    51 </html> 
     30 
     31<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}--> 
  • branches/comu-ver2/data/Smarty/templates/default/products/review_complete.tpl

    r16583 r17090  
    1 <!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    21<!--{* 
    32 * This file is part of EC-CUBE 
     
    2120 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2221 *}--> 
    23 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 
    24 <head> 
    25 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" /> 
    26 <meta http-equiv="Content-Script-Type" content="text/javascript" /> 
    27 <meta http-equiv="Content-Style-Type" content="text/css" /> 
    28 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" /> 
    29 <link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->/rss/index.php" /> 
    30 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 
    31 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
    32 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
    33 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 
    34 <meta name="author" content="<!--{$arrPageLayout.author|escape}-->" /> 
    35 <meta name="description" content="<!--{$arrPageLayout.description|escape}-->" /> 
    36 <meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->" /> 
    37 <title><!--{$arrSiteInfo.shop_name}-->/お客様の声書き込み(完了ページ)</title> 
    38 </head> 
     22<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="お客様の声書き込み(完了ページ)"}--> 
    3923 
    40 <body onload="preLoadImg()"> 
    41 <div id="windowcolumn"> 
    4224  <div id="windowarea"> 
    4325    <h2><img src="<!--{$TPL_DIR}-->img/products/review_title.jpg" width="500" height="40" alt="お客様の声書き込み" /></h2> 
     
    5133    </div> 
    5234  </div> 
    53 </div> 
    5435 
    55 </body> 
    56 </html> 
     36<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}--> 
  • branches/comu-ver2/data/Smarty/templates/default/products/review_confirm.tpl

    r16583 r17090  
    1 <!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    21<!--{* 
    32 * This file is part of EC-CUBE 
     
    2120 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2221 *}--> 
    23 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 
    24 <head> 
    25 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" /> 
    26 <meta http-equiv="Content-Script-Type" content="text/javascript" /> 
    27 <meta http-equiv="Content-Style-Type" content="text/css" /> 
    28 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" /> 
    29 <link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->/rss/index.php" /> 
    30 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 
    31 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
    32 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
    33 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 
    34 <meta name="author" content="<!--{$arrPageLayout.author|escape}-->" /> 
    35 <meta name="description" content="<!--{$arrPageLayout.description|escape}-->" /> 
    36 <meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->" /> 
    37 <title><!--{$arrSiteInfo.shop_name}-->/お客様の声書き込み(確認ページ)</title> 
    38 </head> 
    39 <body onload="preLoadImg()"> 
    40 <a name="top" id="top"></a> 
    41 <div id="windowcolumn"> 
     22<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="お客様の声書き込み(確認ページ)"}--> 
     23 
    4224  <div id="windowarea"> 
    4325    <h2><img src="<!--{$TPL_DIR}-->img/products/review_title.jpg" width="500" height="40" alt="お客様の声書き込み" /></h2> 
     
    8668      </form> 
    8769    </div> 
    88   </div> 
    89 </body> 
    90 </html> 
     70 
     71<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}--> 
Note: See TracChangeset for help on using the changeset viewer.