-
Notifications
You must be signed in to change notification settings - Fork 1
/
add_test.htm
93 lines (90 loc) · 3.67 KB
/
add_test.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!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 add_test" >
<form action="" method="post" onsubmit="">
<div class="add_test_cat_name"><p ><label class="test_add_descr" for="test_cat">Назва категорії тестів</label>
<span><select>
<option>Категорія тестів 1</option>
<option>Категорія тестів 2</option>
<option>Категорія тестів 3</option>
<option>Категорія тестів 4</option>
<option>Категорія тестів 5</option>
</select></span></p>
<p ><label class="test_add_descr" for="test_name">Назва тесту</label>
<span><input type="text" name="test_name" /></span></p></div>
<div id="quest1">
<i class="left"></i><div><span>Питання 1</span><span>►</span></div><i class="right"></i>
<a href="#"><img src="image/wrong_answ.gif" alt="Del" /></a>
</div>
<div id="quest2">
<i class="left"></i><div><span>Питання 2</span><span>▼</span></div><i class="right"></i>
<p><textarea rows="5" cols="35" ></textarea></p>
<p><label for="q2_ans1">Відповідь 1</label>
<input class="form_elem_text" type="text" name="q1_ans1"/></p>
<p><label for="q2_ans2">Відповідь 2</label>
<input class="form_elem_text" type="text" name="q1_ans2"/></p>
<p><label for="q2_ans3">Відповідь 3</label>
<input class="form_elem_text" type="text" name="q1_ans3"/></p>
<p><label for="q2_ans4">Відповідь 4</label>
<input class="form_elem_text" type="text" name="q1_ans4"/></p>
<p><button type="button">Додати питання</button>
<input class="form_elem_submit" type="submit" value="Створити тест"/></p>
</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>