1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
3 | <head> |
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /> |
---|
5 | <title>Change Management</title> |
---|
6 | <link rel="stylesheet" type="text/css" href="css/style.css" /> |
---|
7 | <link rel="stylesheet" type="text/css" href="css/admin.css" /> |
---|
8 | |
---|
9 | </head> |
---|
10 | <body> |
---|
11 | <div id="main_container"> |
---|
12 | |
---|
13 | <div id="header"> |
---|
14 | |
---|
15 | <div id="logo"> |
---|
16 | <a href="index.html"><img src="images/logo.png" width="147" height="78" alt="" title="" border="0" /></a> |
---|
17 | </div> |
---|
18 | |
---|
19 | <div class="banner_adds"></div> |
---|
20 | |
---|
21 | |
---|
22 | <div class="menu"> |
---|
23 | |
---|
24 | |
---|
25 | |
---|
26 | </div> |
---|
27 | |
---|
28 | |
---|
29 | |
---|
30 | </div> |
---|
31 | |
---|
32 | |
---|
33 | |
---|
34 | <div id="main_content"> |
---|
35 | |
---|
36 | <div class="admin_login"> |
---|
37 | |
---|
38 | <div class="left_box"> |
---|
39 | <div class="top_left_box"> |
---|
40 | </div> |
---|
41 | <div class="center_left_box"> |
---|
42 | <div class="box_title"><span>Admin</span> login</div> |
---|
43 | |
---|
44 | <form action="index.html"> |
---|
45 | <div class="form"> |
---|
46 | <div class="form_row"><label class="left">Username: </label><input type="text" class="form_input"/></div> |
---|
47 | <div class="form_row"><label class="left">Password: </label><input type="password" class="form_input"/></div> |
---|
48 | <div style="float:right; padding:10px 25px 0 0;"> |
---|
49 | <input type="image" src="images/login.gif"/> |
---|
50 | </div> |
---|
51 | </form> |
---|
52 | </div> |
---|
53 | |
---|
54 | |
---|
55 | </div> |
---|
56 | <div class="bottom_left_box"> |
---|
57 | </div> |
---|
58 | </div> |
---|
59 | |
---|
60 | </div> |
---|
61 | |
---|
62 | |
---|
63 | |
---|
64 | |
---|
65 | </div> |
---|
66 | <!-- end of main_content --> |
---|
67 | |
---|
68 | <div id="footer"> |
---|
69 | |
---|
70 | <div id="copyright"> |
---|
71 | <div style="float:left; padding:3px;"><a href="#"><img src="images/footer_logo.png" width="42" height="35" alt="" title="" border="0" /></a></div> |
---|
72 | <div style="float:left; padding:14px 10px 10px 10px;"> Change Management.© All Rights Reserved 2012 - By <a href="/cm" style="color:#772c17;">RAM</a></div> |
---|
73 | </div> |
---|
74 | |
---|
75 | |
---|
76 | <ul class="footer_menu"> |
---|
77 | <li><a href="index.html" class="nav_footer"> Home </a></li> |
---|
78 | <li><a href="#" class="nav_footer"> About us </a></li> |
---|
79 | <li><a href="" class="nav_footer"> Services</a></li> |
---|
80 | <li><a href="" class="nav_footer"> other Links</a></li> |
---|
81 | <li><a href="" class="nav_footer"> RSS </a></li> |
---|
82 | <li><a href="" class="nav_footer"> Contact </a></li> |
---|
83 | </ul> |
---|
84 | |
---|
85 | </div> |
---|
86 | |
---|
87 | |
---|
88 | </div> |
---|
89 | <!-- end of main_container --> |
---|
90 | |
---|
91 | </body> |
---|
92 | </html> |
---|