- Timestamp:
- 2008/02/27 20:05:47 (15 years ago)
- 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">2 1 <!--{* 3 2 * This file is part of EC-CUBE … … 21 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 21 *}--> 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="パスワードを忘れた方(完了ページ)"}--> 39 23 40 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->')">41 <noscript>42 <p>JavaScriptを有効にしてご利用下さい</p>43 </noscript>44 <div id="windowcolumn">45 24 <div id="windowarea"> 46 25 <h2><img src="<!--{$TPL_DIR}-->img/forget/title.jpg" width="500" height="40" alt="パスワードを忘れた方" /></h2> … … 56 35 </form> 57 36 </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">2 1 <!--{* 3 2 * This file is part of EC-CUBE … … 21 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 21 *}--> 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="パスワードを忘れた方(入力ページ)"}--> 39 23 40 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->')">41 <noscript>42 <p>JavaScriptを有効にしてご利用下さい</p>43 </noscript>44 <div id="windowcolumn">45 24 <div id="windowarea"> 46 25 <h2><img src="<!--{$TPL_DIR}-->img/forget/title.jpg" width="500" height="40" alt="パスワードを忘れた方" /></h2> … … 58 37 </form> 59 38 </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">2 1 <!--{* 3 2 * This file is part of EC-CUBE … … 21 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 21 *}--> 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="パスワードを忘れた方(確認ページ)"}--> 39 23 40 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->')">41 <noscript>42 <p>JavaScriptを有効にしてご利用下さい</p>43 </noscript>44 <div id="windowcolumn">45 24 <div id="windowarea"> 46 25 <h2><img src="<!--{$TPL_DIR}-->img/forget/title.jpg" width="500" height="40" alt="パスワードを忘れた方" /></h2> … … 59 38 </form> 60 39 </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">2 1 <!--{* 3 2 * This file is part of EC-CUBE … … 21 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 21 *}--> 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="住所検索"}--> 39 23 40 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->'); <!--{$tpl_onload}--> <!--{$tpl_start}-->">41 <noscript>42 <p>JavaScript を有効にしてご利用下さい.</p>43 </noscript>44 <!--▼CONTENTS-->45 24 <div id="zipsearchcolumn"> 46 25 <h2><img src="<!--{$TPL_DIR}-->img/common/zip_title.jpg" width="460" height="40" alt="住所検索" /></h2> … … 56 35 </div> 57 36 <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-->59 37 </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">3 1 <!--{* 4 2 /* … … 24 22 */ 25 23 *}--> 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="エラー"}--> 38 25 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-->48 26 <div id="compbox"> 49 27 <span class="red"><!--{$tpl_error}--></span><br /> … … 51 29 52 30 <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> 56 32 </div> 57 33 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">2 1 <!--{* 3 2 * This file is part of EC-CUBE … … 21 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 21 *}--> 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="拡大画像"}--> 39 23 40 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->')">41 <noscript>42 <p>JavaScriptを有効にしてご利用下さい</p>43 </noscript>44 24 <!--{if $tpl_width > 300}--> 45 25 <!--{assign var=id value=bigimage}--> … … 48 28 <!--{/if}--> 49 29 <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">2 1 <!--{* 3 2 * This file is part of EC-CUBE … … 21 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 21 *}--> 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="お客様の声書き込み(完了ページ)"}--> 39 23 40 <body onload="preLoadImg()">41 <div id="windowcolumn">42 24 <div id="windowarea"> 43 25 <h2><img src="<!--{$TPL_DIR}-->img/products/review_title.jpg" width="500" height="40" alt="お客様の声書き込み" /></h2> … … 51 33 </div> 52 34 </div> 53 </div>54 35 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">2 1 <!--{* 3 2 * This file is part of EC-CUBE … … 21 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 21 *}--> 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 42 24 <div id="windowarea"> 43 25 <h2><img src="<!--{$TPL_DIR}-->img/products/review_title.jpg" width="500" height="40" alt="お客様の声書き込み" /></h2> … … 86 68 </form> 87 69 </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.