source: branches/comu-ver2/html/test/kakinaka/templates/utf.tpl @ 18700

Revision 18700, 2.2 KB checked in by nanasess, 14 years ago (diff)

Copyright の更新(#601)

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html lang="ja">
3<!--{*
4 * Copyright(c) 2000-2010 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}-->/<!--{$tpl_title|escape}--></title>
20<meta name="author" content="<!--{$arrPageLayout.author|escape}-->">
21<meta name="description" content="<!--{$arrPageLayout.description|escape}-->">
22<meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->">
23
24<script type="text/javascript">
25<!--
26    <!--{$tpl_javascript}-->
27//-->
28</script>
29</head>
30
31<!-- ▼ BODY部 スタート -->
32<body bgcolor="#ffe9e6" text="#555555" link="#3a75af" vlink="#3a75af" alink="#3a75af" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preLoadImg('<!--{$smarty.const.URL_DIR}-->'); <!--{$tpl_onload}-->">
33<noscript>
34<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/common.css" type="text/css" />
35</noscript>
36<!--▼CONTENTS-->
37<table width="" cellspacing="0" cellpadding="0" summary=" ">
38    <tr>
39        <td bgcolor="#ffffff" align="left">
40            <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$smarty.const.IMAGE_TEMP_DIR}-->kaki.jpg" alt="グラフ">
41        </td>
42    </tr>
43</table>
44<!--▲CONTENTS-->
45</body>
46<!-- ▲ BODY部 エンド -->
47
48</html>
Note: See TracBrowser for help on using the repository browser.