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

Revision 1328, 2.0 KB checked in by naka, 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<head>
6<meta http-equiv="content-type" content="application/xhtml+xml; charset=EUC-JP" />
7<meta http-equiv="content-script-type" content="text/javascript" />
8<meta http-equiv="content-style-type" content="text/css" />
9<link rel="stylesheet" href="./css/contents.css" type="text/css" />
10<script type="text/javascript" src="./js/css.js"></script>
11<title>EC¥µ¥¤¥È´ÉÍý¼Ô¥Ú¡¼¥¸</title>
12</head>
13
14<body bgcolor="#f3f3f3" text="#666666" link="#007bb7" vlink="#007bb7" alink="#cc0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="preLoadImg()">
15<noscript>
16<link rel="stylesheet" href="./css/common.css" type="text/css" />
17</noscript>
18
19<div align="center">
20<!--¢§HEADER-->
21<table width="780" border="0" cellspacing="0" cellpadding="0" summary=" ">
22    <tr><td bgcolor="#bfbf9f" height="3"></td></tr>
23    <tr>
24        <td bgcolor="#dedecd" height="40"><img src="./misc/logo.gif" width="365" height="16" alt="EC¥µ¥¤¥È´ÉÍý¼Ô¥Ú¡¼¥¸" /></td>
25    </tr>
26    <tr><td height="1" bgcolor="#ffffff"></td></tr>
27</table>
28<!--¢¥HEADER-->
29
30<!--¢§CONTENTS-->
31<table width="780" border="0" cellspacing="0" cellpadding="0" summary=" ">
32    <tr>
33        <td height="400" bgcolor="#ffffff" align="center">
34        <form id="form1" method="post" action="">
35        <table width="400" bgcolor="#cccccc" cellspacing="1" cellpadding="10">
36            <tr>
37               
38              <td height="200" align="center" class="fs12n" bgcolor="#ffffff">
39                <span class="red">¥Ñ¥¹¥ï¡¼¥É¤¬°ã¤¤¤Þ¤¹</span><br />¡¡<br />
40                <input name="subm" id="subm" type="button" onclick="location.href='./index.html'" value="Ìá¤ë" />
41                </td>
42            </tr>
43        </table>
44        </form>
45        </td>
46    </tr>
47</table>
48<!--¢¥CONTENTS-->
49
50<!--¢§FOOTER-->
51<table width="780" border="0" cellspacing="0" cellpadding="0" summary=" ">
52    <tr><td bgcolor="#e5e5df" height="5"></td></tr>
53</table>
54<!--¢¥FOOTER-->
55</div>
56</body>
57</html>
Note: See TracBrowser for help on using the repository browser.