1 | <!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
2 | <!--{* |
---|
3 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. |
---|
4 | * |
---|
5 | * http://www.lockon.co.jp/ |
---|
6 | *}--> |
---|
7 | <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> |
---|
8 | <head> |
---|
9 | <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" /> |
---|
10 | <meta http-equiv="Content-Script-Type" content="text/javascript" /> |
---|
11 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
---|
12 | <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" /> |
---|
13 | <link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->/rss/index.php" /> |
---|
14 | <script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> |
---|
15 | <script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> |
---|
16 | <script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> |
---|
17 | <script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> |
---|
18 | <meta name="author" content="<!--{$arrPageLayout.author|escape}-->" /> |
---|
19 | <meta name="description" content="<!--{$arrPageLayout.description|escape}-->" /> |
---|
20 | <meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->" /> |
---|
21 | <title><!--{$arrSiteInfo.shop_name}--></title> |
---|
22 | </head> |
---|
23 | |
---|
24 | <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->')"> |
---|
25 | <noscript> |
---|
26 | <p>JavaScript¤ò͸ú¤Ë¤·¤Æ¤´ÍøÍѲ¼¤µ¤¤</p> |
---|
27 | </noscript> |
---|
28 | <!--{if $tpl_width > 300}--> |
---|
29 | <!--{assign key=id name=bigimage}--> |
---|
30 | <!--{else}--> |
---|
31 | <!--{assign key=id name=cartimage}--> |
---|
32 | <!--{/if}--> |
---|
33 | <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> |
---|
34 | </body> |
---|
35 | </html> |
---|