source: temp/trunk/data/Smarty/templates/site_frame.tpl @ 2174

Revision 2174, 1.3 KB checked in by kakinaka, 18 years ago (diff)

blank

  • Property svn:mime-type set to application/octet-stream
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html lang="ja">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP">
5<meta http-equiv="content-script-type" content="text/javascript">
6<meta http-equiv="content-style-type" content="text/css">
7<link rel="stylesheet" href="/user_data/css/contents.css" type="text/css" media="all" />
8<link rel="stylesheet" href="/css/common.css" type="text/css" media="all" />
9<link rel="stylesheet" href="<!--{$tpl_css}-->" type="text/css" media="all" />
10<script type="text/javascript" src="/js/css.js"></script>
11<script type="text/javascript" src="/js/navi.js"></script>
12<script type="text/javascript" src="/js/win_op.js"></script>
13<script type="text/javascript" src="/js/site.js"></script>
14<title><!--{$arrSiteInfo.shop_name}-->/<!--{$tpl_title|escape}--></title>
15<meta name="author" content="<!--{$arrPageLayout.author|escape}-->">
16<meta name="description" content="<!--{$arrPageLayout.description|escape}-->">
17<meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->">
18
19<script type="text/javascript">
20<!--
21    <!--{$tpl_javascript}-->
22//-->
23</script>
24</head>
25
26<!-- ¢§ £Â£Ï£Ä£ÙÉô ¥¹¥¿¡¼¥È -->
27<!--{include file='./site_main.tpl'}-->
28<!-- ¢¥ £Â£Ï£Ä£ÙÉô ¥¨¥ó¥É -->
29
30</html>
Note: See TracBrowser for help on using the repository browser.