Warning: Can't use blame annotator:
svn blame failed on branches/version-2/data/Smarty/templates/default/mypage/error.tpl: バイナリファイル 'file:///home/svn/open/branches/version-2/data/Smarty/templates/default/mypage/error.tpl' に対しては blame で各行の最終変更者を計算できません 195004

source: branches/version-2/data/Smarty/templates/default/mypage/error.tpl @ 17049

Revision 17049, 2.4 KB checked in by satou, 16 years ago (diff)

#239 preLoadImg()によるApacheエラーが発生する現象を改修。

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
RevLine 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html lang="ja">
3<!--{*
4/*
5 * This file is part of EC-CUBE
6 *
7 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
8 *
9 * http://www.lockon.co.jp/
10 *
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version 2
14 * of the License, or (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
24 */
25*}-->
26<head>
27<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->">
28<meta http-equiv="content-script-type" content="text/javascript">
29<meta http-equiv="content-style-type" content="text/css">
30<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" />
31<link rel="stylesheet" href="<!--{$tpl_css}-->" type="text/css" media="all" />
32<script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script>
33<script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script>
34<script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script>
35<script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script>
36<title><!--{$arrSiteInfo.shop_name}-->/エラー</title>
37</head>
38
39<body onload="preLoadImg('<!--{$TPL_DIR}-->')">
40<noscript>
41<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" />
42</noscript>
43
44<div align="center">
45
46<!--▼CONTENTS-->
47<!--▼MAINN ONTENTS-->
48<div id="compbox">
49<span class="red"><!--{$tpl_error}--></span><br />
50</div>
51
52<div class="button">
53<a href="javascript:window.close()" onmouseOver="chgImg('<!--{$TPL_DIR}-->img/button/close_on.jpg','close');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/close.jpg','close');"><img src="<!--{$TPL_DIR}-->img/button/close.jpg" width="129" height="32" alt="閉じる" name="close" id="close" /></a></div>
54<!--▲MAIN CONTENTS-->
55<!--▲CONTENTS-->
56</div>
57
58</body>
59</html>
Note: See TracBrowser for help on using the repository browser.