-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtext.html
More file actions
46 lines (43 loc) · 1.53 KB
/
text.html
File metadata and controls
46 lines (43 loc) · 1.53 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<div>
<p>All page title</p>
<p>All page logo</p>
<p>Profile background image change</p>
<p>All page PHP connection</p>
<p>Registration_______________________________________Done</p>
<p>
Teacher profile lower part
remove_____________________________________________Done
</p>
<p>
Teacher Verification status
attribute_________________________________________Done
</p>
<p>Course table: T_ID, Description__________________Done</p>
<p>All User List Split into parts___________________Done</p>
<p>Show Teacher_____________________________________Done</p>
<p>Show Student_____________________________________Done</p>
<p>Profile Science arts change______________________Done</p>
<p>Delete teacher___________________________________Done</p>
<p>Delete Student___________________________________Done</p>
<p>Student: All available ourse list display</p>
<p>Student: Enrollment</p>
<p>Student: My course list</p>
<p>Student: Drop</p>
<p>Student: Edit profile</p>
<p>Teacher: Course profile</p>
<p>Teacher: Upload course material</p>
<p>Teacher: My course list</p>
<p>Teacher: Inbox</p>
<p>Teacher: Edit Profile</p>
</div>
</body>
</html>