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
|
<!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" /> <meta name="robots" content="noindex,nofollow" /> <title>ENZA</title> <link rel="stylesheet" type="text/css" href="css/style.css" /> </head> <body> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="login_bg"> <tr> <td><form action="login.php" method="post"><table border="0" align="center" cellpadding="0" cellspacing="0" class="login_frame"> <tr> <td class="login_frame_lt"></td> <td class="login_frame_top"></td> <td class="login_frame_rt"></td> </tr> <tr> <td valign="top" class="login_frame_left"><table border="0" cellpadding="0" cellspacing="0" class="login_frame_lt2"> <tr> <td></td> </tr> </table></td> <td><table border="0" cellspacing="0"> <tr> <td align="center" valign="top" class="login_logo"><img src="image/logo2_enza.jpg" width="130" height="45" /></td> <td align="right" valign="top" class="login_frame_shadow"><table border="0" cellpadding="0" cellspacing="0"> <tr> <td align="right" class="ltext">Welcome to Management system</td> </tr> <tr> <td align="right" class="form_login"> User: <input type="text" name="name" style="width:160px" /> </td> </tr> <tr> <td align="right" class="form_login">Password: <input type="password" name="p" style="width:160px" /></td> </tr> <tr> <td align="right" class="form_login">Language: <select name="language" style="width:160px"><option value="0">Default 默认</option><option value="en">English 英文</option><option value="sc">Simplified Chinese 简体中文</option></select></td> </tr> <tr> <td align="right" class="form_login"><input type="image" src="image/btn_login.jpg" width="49" height="20" style="border:solid 0px #CCCCCC; width:49px;" /></td> </tr> <tr> <td align="right" class="ltext2"><a href="#">Forgot Password?</a> I <a href="#">Registration</a></td> </tr> </table></td> </tr> </table></td> <td valign="top" class="login_frame_right"><table border="0" cellpadding="0" cellspacing="0" class="login_frame_rt2"> <tr> <td class=""></td> </tr> </table></td> </tr> <tr> <td class="login_frame_lb"></td> <td class="login_frame_bottom"></td> <td class="login_frame_rb"></td> </tr> </table></form></td> </tr> </table> </body> </html>
|