-
Notifications
You must be signed in to change notification settings - Fork 0
/
reporter.php
224 lines (215 loc) · 4.79 KB
/
reporter.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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!-- <!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Report | Page</title>
<link rel="stylesheet" href="report.css">
</head>
<body>-->
<div class="container">
<div class="report">
<!-- <div class="part" id="head">
</div> -->
<!-- <div class="part" id="logo">
<img src="images/mobile.png">
</div> -->
<div class="part" id="school_detail">
<img src="images/mobile.png">
<p><h3><span class="info">Glory Land Group of Schools</span></h3></p>
<p><strong><span class="info">1, Adedoyin Street, Ajanlekoko Estate, Abeokuta South Lga., Abeokuta, Ogun State.</span></strong></p>
<p><strong><span class="info">www.ggs.com.ng</span><span class="info">[email protected]</span></strong></p>
<p><strong><span class="info">08094451628</span></strong></p>
</div>
<!-- <div class="ruler"></div> -->
<div class="part" id="student_bio">
<table class="biodata">
<tr>
<td>Full Name:</td>
<td>ADEKOLA OLAGOKE C.</td>
<td rowspan="4" class="pics"> <img src="images/ceo.jpg"></td>
<!-- <td></td>
<td></td> -->
</tr>
<tr>
<td>Class:</td>
<td>Primary 1</td>
<!-- <td></td> -->
<!-- <td></td>
<td></td> -->
</tr>
<tr>
<td>Term:</td>
<td>1st</td>
<!-- <td></td> -->
<!-- <td></td>
<td></td> -->
</tr>
<tr>
<td>Session:</td>
<td>2018/2019</td>
<!-- <td></td> -->
<!-- <td></td>
<td></td> -->
</tr>
</table>
</div>
<div class="part" id="result_info">
<table class="result_data">
<caption><h3>Performance Report</h3></caption>
<tr>
<th>S/No.</th>
<th>Subjects</th>
<th>1st Test</th>
<th>2nd Test</th>
<th>Exam</th>
<th>Average</th>
<th>Grade</th>
<th>Position</th>
</tr>
<tr>
<td>1</td>
<td>English</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>80</td>
<td>A</td>
<td>1st</td>
</tr>
<tr>
<td>2</td>
<td>Mathematics</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>A</td>
<td>4th</td>
</tr>
<tr>
<td>3</td>
<td>History</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>A</td>
<td>4th</td>
</tr>
<tr>
<td>4</td>
<td>Geography</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>B</td>
<td>1st</td>
</tr>
<tr>
<td>5</td>
<td>Business</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>B</td>
<td>1st</td>
</tr>
<tr>
<td>6</td>
<td>Language</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>A</td>
<td>2nd</td>
</tr>
<tr>
<td>7</td>
<td>Science</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>A</td>
<td>2nd</td>
</tr>
</table>
</div>
<div class="part" id="remark">
<table class="rem">
<tr>
<td>Total Average:</td>
<td>234</td>
<td>Position in Class</td>
<td>2nd</td>
</tr>
</table>
</div>
<h3 class="com">Comments</h3>
<div class="part" id="comment_area">
<table class="comments">
<tr>
<td>Class Teacher's Comment:</td>
<td> Satisfactory</td>
<td>Date:</td>
</tr>
<tr>
<td>Principal's Comment:</td>
<td> Satisfactory</td>
<td>Date:</td>
</tr>
</table>
<p><strong><span class="info">Status: </span></strong><span class="info">Promoted</span>
<strong><span class="info">Signed:</span></strong><span class="info">_____________</span></p>
</div>
<div class="part" id="benchmark">
<table class="bench">
<tr>
<th colspan="3">Benchmarks</th>
</tr>
<tr>
<th>Grade</th>
<th>Range</th>
<th>Remarks</th>
</tr>
<tr>
<td>A</td>
<td>80 - 100</td>
<td>Excellent</td>
</tr>
<tr>
<td>B</td>
<td>70 - 79</td>
<td>Very Good</td>
</tr>
<tr>
<td>C</td>
<td>60 - 69</td>
<td>Good</td>
</tr>
<tr>
<td>D</td>
<td>50 - 59</td>
<td>Average</td>
</tr>
<tr>
<td>E</td>
<td>40 - 49</td>
<td>Pass</td>
</tr>
<tr>
<td>F</td>
<td>0 - 39</td>
<td>Fail</td>
</tr>
</table>
</div>
<!-- <div class="part" id="foot">
</div> -->
</div>
</div>
<!-- </body>
</html> -->