source: temp/trunk/html/admin/login_error.php @ 5934

Revision 5934, 2.1 KB checked in by kakinaka, 20 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1¡¡
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
4<!--{*
5 * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *}-->
9<head>
10<meta http-equiv="content-type" content="application/xhtml+xml; charset=EUC-JP" />
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="./css/contents.css" type="text/css" />
14<script type="text/javascript" src="./js/css.js"></script>
15<title>EC¥µ¥¤¥È´ÉÍý¼Ô¥Ú¡¼¥¸</title>
16</head>
17
18<body bgcolor="#f3f3f3" text="#666666" link="#007bb7" vlink="#007bb7" alink="#cc0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="preLoadImg()">
19<noscript>
20<link rel="stylesheet" href="./css/common.css" type="text/css" />
21</noscript>
22
23<div align="center">
24<!--¢§HEADER-->
25<table width="780" border="0" cellspacing="0" cellpadding="0" summary=" ">
26    <tr><td bgcolor="#bfbf9f" height="3"></td></tr>
27    <tr>
28        <td bgcolor="#dedecd" height="40"><img src="./misc/logo.gif" width="365" height="16" alt="EC¥µ¥¤¥È´ÉÍý¼Ô¥Ú¡¼¥¸" /></td>
29    </tr>
30    <tr><td height="1" bgcolor="#ffffff"></td></tr>
31</table>
32<!--¢¥HEADER-->
33
34<!--¢§CONTENTS-->
35<table width="780" border="0" cellspacing="0" cellpadding="0" summary=" ">
36    <tr>
37        <td height="400" bgcolor="#ffffff" align="center">
38        <form id="form1" method="post" action="">
39        <table width="400" bgcolor="#cccccc" cellspacing="1" cellpadding="10">
40            <tr>
41               
42              <td height="200" align="center" class="fs12n" bgcolor="#ffffff">
43                <span class="red">¥Ñ¥¹¥ï¡¼¥É¤¬°ã¤¤¤Þ¤¹</span><br />¡¡<br />
44                <input name="subm" id="subm" type="button" onclick="location.href='./index.html'" value="Ìá¤ë" />
45                </td>
46            </tr>
47        </table>
48        </form>
49        </td>
50    </tr>
51</table>
52<!--¢¥CONTENTS-->
53
54<!--¢§FOOTER-->
55<table width="780" border="0" cellspacing="0" cellpadding="0" summary=" ">
56    <tr><td bgcolor="#e5e5df" height="5"></td></tr>
57</table>
58<!--¢¥FOOTER-->
59</div>
60</body>
61</html>
Note: See TracBrowser for help on using the repository browser.