-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleft_bar_stud.php
More file actions
25 lines (25 loc) · 1.32 KB
/
left_bar_stud.php
File metadata and controls
25 lines (25 loc) · 1.32 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
<div id = "left_bar">
<p> Классы: </p>
<form method="post">
<input type = "submit" name="class_id" value = "1а">
<input type = "submit" name="class_id" value = "1б">
<input type = "submit" name="class_id" value = "2а">
<input type = "submit" name="class_id" value = "3а">
<input type = "submit" name="class_id" value = "3б">
<input type = "submit" name="class_id" value = "4а">
<input type = "submit" name="class_id" value = "4б">
<input type = "submit" name="class_id" value = "5а">
<input type = "submit" name="class_id" value = "5б">
<input type = "submit" name="class_id" value = "6а">
<input type = "submit" name="class_id" value = "6б">
<input type = "submit" name="class_id" value = "7а">
<input type = "submit" name="class_id" value = "8а">
<input type = "submit" name="class_id" value = "8б">
<input type = "submit" name="class_id" value = "9а">
<input type = "submit" name="class_id" value = "9б">
<input type = "submit" name="class_id" value = "10а">
<input type = "submit" name="class_id" value = "10б">
<input type = "submit" name="class_id" value = "11а">
<input type = "submit" name="class_id" value = "11б">
</form>
</div>