43002bd0e46ddd1ab5b7c4b60c6f4e2a4ca44150.svn-base
1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/base.css">
<link rel="stylesheet" type="text/css" href="css/login.css">
<title>리치웨어 관리자</title>
</head>
<body>
<div class="header">
배달의 민족 <span>ADMIN</span>
</div>
<div class="m">
<div role="main" class="container">
<div class="hgroup">
<h1>
<img src="images/login/icon_member.gif" width="40" height="40" alt="로고" align="middle"> Log-in
<span>2013.05.29 13:00에 210.241.122.11 로 접속하셨습니다.</span></h1>
</div>
<div class="data">
<table class="data">
<tr>
<th>아이디</th>
<td><input type="text" autocomplete="on" class="login"/> </td>
</tr>
<tr>
<th>패스워드</th>
<td><input type="text" autocomplete="on" class="login" /></td>
</tr>
<tr>
<th> </th>
<td> <a href="#" class="button navy"> 로그인 </a></td>
</tr>
</table>
</div>
</div>
</div>
<div class="footer">개발사 <span> ㈜리치웨어시스템즈</span> | 담당자 <span>김병수 책임</span> | 개발사 대표번호 <span>1670 – 6842 </span> | 개발사 게시판 <a href="#" class="button small white" >바로가기</a></div>
</body>
</html>