source: branches/rel/data/Smarty/templates/site_frame.tpl @ 12157

Revision 12157, 1.6 KB checked in by uehara, 17 years ago (diff)
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html lang="ja">
3<!--{*
4 * Copyright(c) 2000-2007 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<!-- ¢§ £Â£Ï£Ä£ÙÉô ¥¹¥¿¡¼¥È -->
32<!--{include file='./site_main.tpl'}-->
33<!-- ¢¥ £Â£Ï£Ä£ÙÉô ¥¨¥ó¥É -->
34
35</html>
Note: See TracBrowser for help on using the repository browser.