-
Notifications
You must be signed in to change notification settings - Fork 1
/
contacts.htm
70 lines (68 loc) · 2.45 KB
/
contacts.htm
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
69
70
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Портал тестування</title>
<link rel="stylesheet" type="text/css" href="style/main.css" />
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="style/ie7-and-ie6.css" />
<![endif]-->
</head>
<body>
<div class="main_container">
<div class="header">
<div class="logo" ><a href="#">
<img src="image/logotype.gif" alt="logo"/>
</a>
</div>
<div class="login">
<form action="" method="post" onsubmit="">
<div><label for="email">E-mail</label>
<input type="text" class="login_txt_area" name="email" /></div>
<div><label for="password">Пароль</label>
<input type="password" class="login_txt_area" name="password" /></div>
<div style="" ><input class="login_entr_btn" type="submit" value="Вхід" />
<span><a href="registr.htm">Зареєструватись</a><span> | </span><a href="#">Забули пароль?</a></span></div>
</form>
</div>
<div class="main_menu">
<ul>
<li><a href="main.htm">Головна</a></li>
<li><a href="tests.htm">Тести</a></li>
<li><a href="contacts.htm">Контакти</a></li>
<li><a href="add_test.htm">Додати тест</a></li>
<li><a href="setting_news.htm">Налаштування</a></li>
</ul>
</div>
</div>
<div class="content contacts">
<form action="" method="post" onsubmit="">
<h2>Контакти</h2>
<p>Адміністратор: [email protected]</p>
<p>Модератор: [email protected]</p>
<h2>Залишити відгук</h2>
<div><textarea rows="5" cols="35" name="feedback" > </textarea></div>
<div><input type="submit" class="send_feedback_btn" value="Надіслати" /></div>
</form>
</div>
</div>
<div class="footer">
<div class="copyright">
<p>Усі права захищено © 2013 RIA 079</p>
</div>
<div class="w3_icon">
<p>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
</p>
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Правильний CSS!" />
</a>
</p>
</div>
</div>
</body>
</html>