-
Notifications
You must be signed in to change notification settings - Fork 2
/
site_map.php
141 lines (134 loc) · 7.01 KB
/
site_map.php
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<?php
/**
* Show Student detail
* php version 8.1
*
* @category Student
*
* @package None
*
* @author Waqas <waqas@waqaskanju.com>
*
* @license http://www.waqaskanju.com/license MIT
*
* @link http://www.waqaskanju.com/
**/
require_once 'sand_box.php';
?>
<?php Page_header('Site Map'); ?>
</head>
<body>
<div class="container-fluid">
<?php require_once 'nav.html';?>
<div class="row mt-3">
<div class="col-6">
<ol>
<li><a href="add_all_subjects_marks.php">Add all subjects marks</a></li>
<li><a href="add_class_subject.php">Add Subjects To Class</a>
Before Adding this. First Add Class to School.</li>
<li><a href="add_roll_no_to_marks.php">Add Roll No to Marks</a>
Sync Roll No of Student info and marks table.</li>
<li><a href="add_school_class.php">Add School Class</a>
This is the initail step in Add Class Subject</li>
<li><a href="add_school.php">Add School</a></li>
<li><a href="add_student.php">Add Student</a></li>
<li><a href="add_subject.php">Add Subject</a></li>
<li><a href="assign_subject.php">Assign Subject</a>
Assign Class Subject to Teacher
</li>
<li><a href="award_list.php">Award List</a></li>
<li><a href="book_list.php">Book List</a> Manual class name required</li>
<li><a href="calculate_position.php">Calculate Position</a></li>
<li><a href="change_password.php">Change Password</a>
<li><a href="character_certificate_form.php">Form for character certificate</a>
<li><a href="character_certificate.php">Character Certificate Print</a>
<li><a href="class_result.php">Class Result</a> </li>
<li><a href="class_test.php">Class Test</a> Manual class name required </li>
<li><a href="class_wise_age.php">Class wise age</a>Age Range of a class</li>
<li><a href="class_wise_report.php">Class wise Report</a>
1st 2nd 3rd division and fail in all classes </li>
<li><a href="comming_soon.html">Comming Soon</a> </li>
<li><a href="config.php">Config</a>
<li><a href="contact_no_list.php">Contact No List</a></li>
<li><a href="database_backup.php">Datbase backup</a> Supporing Page for Configuration of Site </li>
<li><a href="db_connection.php">Database Connection</a>
Supporting Page for Database Connection</li>
<li><a href="delete_class_subject.php">Delete Class Subject</a> </li>
<li><a href="delete_student.php">Delete Student</a> </li>
<li><a href="detail_student.php">Detail Student</a> Use For Seaching</li>
<li><a href="dmc_batch.php">DMC Batch</a> All DMC of A particular class </li>
<li><a href="dmc.php">DMC</a> Manual Roll No Required to show DMC </li>
<li><a href="edit_class_subject.php">Edit Class Subject</a> Edit </li>
<li><a href="edit_school_class.php">Edit School Class</a> Edit </li>
<li><a href="edit_school.php">Edit School</a> </li>
<li><a href="edit_student.php">Edit Student</a> </li>
<li><a href="edit_subject.php">Edit Subject</a> </li>
<li><a href="employee_registration.php">Employee Registration</a>
Dummy Page having query for manual entry into Database.</li>
</ol>
</div>
<div class="col-6">
<ol>
<li><a href="empty_position_column.php">Empty Position Column Or Marks Table</a>
Used in Calcuate Postion. Also if want to truncate marks table. </li>
<li><a href="functions.php">Functions</a> Functions which are testable </li>
<li><a href="header_msgs.php">Change Header Msgs</a> Header Msgs</li>
<li><a href="homework_list.php">Homework list</a> All subject and student name </li>
<li><a href="index.php">Index Page</a> </li>
<li><a href="login.php">Login Page</a> </li>
<li><a href="logout.php">Logout Page</a> </li>
<li><a href="mass_roll_no_change.php">Mass Roll No Update</a>
For Mass Roll No update if error occur in roll no</li>
<li><a href="monthly_class_report.php">Monthly Class Report</a> </li>
<li><a href="monthly_test_list.php">Monthly Test List</a> </li>
<li><a href="nav.html">Nav</a> </li>
<li><a href="new_code_test.php"> New Code Test Page</a> Testing new code</li>
<li><a href="permissions.php"> Permissions</a> Permissions of Site</li>
<li><a href="phpunit.xml">Phpunit</a> Configuration file of Phpunit </li>
<li><a href="picture_upload.php"> Picture Upload</a> Upload Student Picture</li>
<li><a href="print_dmc.php">Print DMC</a>
Page for Selecting Roll No. To Print DMC. Parent page of DMC.php </li>
<li>
<a href="README.md">READ ME</a>Read Me file for Github.
</li>
<li>
<a href="roll_no_slip.php">Roll No Slip</a>Print Roll No slip of a class.
</li>
<li><a href="sand_box.php">Sand Box</a> Page containing all functions.</li>
<li><a href="seating_plan_A.php">
Seating Plan for 6th 7th 8th 9th A 9th B and 10th A</a></li>
<li><a href="seating_plan_B.php">Seating Plan for class 10th B</a>
changes in code.(Uncomment the code) Used for always write premission
</li>
<li><a href="seating_plan_column.php">Seating Plan Column</a>
Seating Plan Column wise arrangement
</li>
<li><a href="seating_plan_data.php">Seating Plan Data</a>
Seating Plan Data
</li>
<li><a href="seating_plan_row.php">Seating Plan row</a>
Seating Plan Row wise arrangement
</li>
<li><a href="setting.php">Setting</a>
Change Read/Write Permission, Change Lock Status</li>
<li><a href="show_students_data.php">Show Student Data</a>
Show details of a class like name,fname, dob, mobile no, pic, CNIC.</li>
<li><a href="site_map.php">Site Map</a> </li>
<li><a href="statistics.php">Statistics</a> </li>
<li><a href="subject_link.php">Subject Link</a>Show all subject of a class to
add marks. Its the parent page of update_one_subject_marks.php</li>
<li><a href="subject_wise_report.php">Subject Wise Report</a></li>
<li><a href="test_pictures.php">Test Pictures</a>Test if picture is present.
</li>
<li><a href="update_all_subjects_marks.php">All Marks Update</a></li>
<li><a href="update_assign_subject.php">Assing a subject to Teacher</a></li>
<li><a href="update_one_subject_marks.php">
Update One Subject Marks</a>
First Support Page of Subject_Link. Show FORM with marks.</li>
<li><a href="update_student_class.php">Update Student's Class</a> Update Student Class (after final exam), Student Class No ( Teacher , DB list correspoinding), Student Status (struck off, active, graduate).</li>
<li><a href="view_lock_subjects.php">View Locked Subject </a></li>
</ol>
</div>
</div>
</div>
<?php Page_close(); ?>