source: branches/feature-module-update/data/Smarty/templates/site_frame.tpl @ 15699

Revision 15699, 1.4 KB checked in by nanasess, 16 years ago (diff)

XHTML対応

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1<!--{printXMLDeclaration}-->
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
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/common.css" type="text/css" media="all" />
13<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script>
14<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script>
15<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/win_op.js"></script>
16<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script>
17<title><!--{$arrSiteInfo.shop_name}-->/<!--{$tpl_title|escape}--></title>
18<meta name="author" content="<!--{$arrPageLayout.author}-->" />
19<meta name="description" content="<!--{$arrPageLayout.description}-->" />
20<meta name="keywords" content="<!--{$arrPageLayout.keyword}-->" />
21
22<script type="text/javascript">//<![CDATA[
23    <!--{$tpl_javascript}-->
24//]]>
25</script>
26</head>
27
28<!-- ▼ BODY部 スタート -->
29<!--{include file='./site_main.tpl'}-->
30<!-- ▲ BODY部 エンド -->
31
32</html>
Note: See TracBrowser for help on using the repository browser.