source: branches/comu/data/Smarty/templates/products/detail_image.tpl @ 2

Revision 2, 2.1 KB checked in by root, 17 years ago (diff)

new import

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html lang="ja">
3<!--{*
4 * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *}-->
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}-->user_data/css/contents.css" type="text/css" media="all" />
13<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/common.css" type="text/css" media="all" />
14<link rel="stylesheet" href="<!--{$tpl_css}-->" type="text/css" media="all" />
15<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script>
16<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script>
17<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/win_op.js"></script>
18<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script>
19<title><!--{$arrSiteInfo.shop_name}--></title>
20</head>
21
22<body bgcolor="#ffe9e6" text="#555555" link="#3a75af" vlink="#3a75af" alink="#3a75af" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
23<noscript>
24<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/common.css" type="text/css" >
25</noscript>
26<div align="center">
27<table width="<!--{$tpl_table_width}-->" border="0" cellspacing="0" cellpadding="0" summary=" ">
28    <tr><td height="15"></td></tr>
29    <tr><td bgcolor="#ffa85c"><img src="../misc/_.gif" width="1" height="5" alt=""></td></tr>
30    <tr>
31        <td height="<!--{$tpl_table_height}-->" align="center" bgcolor="#ffffff"><a href="javascript:window.close()");><img src="<!--{$smarty.const.IMAGE_SAVE_URL}--><!--{$tpl_image}-->" width="<!--{$tpl_width}-->" height="<!--{$tpl_height}-->" alt="<!--{$tpl_name}-->" /></a></td>
32    </tr>
33    <tr><td bgcolor="#ffa85c"><img src="../misc/_.gif" width="1" height="5" alt=""></td></tr>
34    <tr><td height="30"></td></tr>
35</table>
36
37</div>
38</body>
39</html>
Note: See TracBrowser for help on using the repository browser.