Changeset 15699
- Timestamp:
- 2007/09/13 19:49:30 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/Smarty/templates/site_frame.tpl
r15696 r15699 1 1 <!--{printXMLDeclaration}--> 2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 3 <html lang="ja"> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 3 <!--{* 5 4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. … … 8 7 *}--> 9 8 <head> 10 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->"> 11 <meta http-equiv="content-script-type" content="text/javascript"> 12 <meta http-equiv="content-style-type" content="text/css"> 13 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->user_data/css/contents.css" type="text/css" media="all" /> 14 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/common.css" type="text/css" media="all" /> 15 <link rel="stylesheet" href="<!--{$tpl_css}-->" type="text/css" media="all" /> 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" /> 16 13 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script> 17 14 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script> … … 19 16 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script> 20 17 <title><!--{$arrSiteInfo.shop_name}-->/<!--{$tpl_title|escape}--></title> 21 <meta name="author" content="<!--{$arrPageLayout.author |escape}-->">22 <meta name="description" content="<!--{$arrPageLayout.description |escape}-->">23 <meta name="keywords" content="<!--{$arrPageLayout.keyword |escape}-->">18 <meta name="author" content="<!--{$arrPageLayout.author}-->" /> 19 <meta name="description" content="<!--{$arrPageLayout.description}-->" /> 20 <meta name="keywords" content="<!--{$arrPageLayout.keyword}-->" /> 24 21 25 <script type="text/javascript"> 26 <!-- 27 <!--{$tpl_javascript}--> 28 //--> 22 <script type="text/javascript">//<![CDATA[ 23 <!--{$tpl_javascript}--> 24 //]]> 29 25 </script> 30 26 </head>
Note: See TracChangeset
for help on using the changeset viewer.