source: branches/comu-utf8/html/install/user_data/templates/default1/templates/mypage/error.tpl @ 15099

Revision 15099, 1.9 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

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}-->/エラー</title>
20</head>
21
22<body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->')">
23<noscript>
24<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/common.css" type="text/css" />
25</noscript>
26
27<div align="center">
28
29<!--▼CONTENTS-->
30<!--▼MAINN ONTENTS-->
31<div id="compbox">
32<span class="red"><!--{$tpl_error}--></span><br />
33</div>
34
35<div class="button">
36<a href="javascript:window.close()" onmouseOver="chgImg('<!--{$smarty.const.URL_DIR}-->img/button/close_on.jpg','close');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/button/close.jpg','close');"><img src="<!--{$smarty.const.URL_DIR}-->img/button/close.jpg" width="129" height="32" alt="閉じる" name="close" id="close" /></a></div>
37<!--▲MAIN CONTENTS-->
38<!--▲CONTENTS-->
39</div>
40
41</body>
42</html>
Note: See TracBrowser for help on using the repository browser.