[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: printreport.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Student Report - A4 Format</title> <style> @page { size: A4; margin: 20mm; } body { font-family: Arial, sans-serif; font-size: 12px; color: #000; margin: 0; padding: 0; width: 210mm; } .container { width: 100%; max-width: 190mm; margin: auto; padding: 10mm; } .header { text-align: center; border-bottom: 2px solid black; padding-bottom: 10px; position: relative; } .header img.logo { position: absolute; top: 0; left: 0; width: 70px; height: 70px; } .header h2 { font-size: 16px; margin: 0; } .header p { margin: 2px 0; } .title { text-align: center; margin: 12px 0; font-weight: bold; text-decoration: underline; } table { border-collapse: collapse; width: 100%; margin-bottom: 15px; page-break-inside: avoid; } th, td { border: 1px solid #000; padding: 4px; text-align: center; } .details-table td { text-align: left; padding: 5px; border: none; } .section-header { background: #e0e0e0; font-weight: bold; } .footer { margin-top: 10px; line-height: 1.4; } .remarks { margin-top: 15px; line-height: 1.5; } .remarks div { margin-bottom: 5px; } .disclaimer { border: 1px solid #000; padding: 8px; font-size: 11px; margin-top: 12px; } .grading-scale { font-size: 11px; margin-top: 5px; } .signature { margin-top: 10px; } .qr { float: right; width: 90px; } .clearfix::after { content: ""; display: table; clear: both; } </style> </head> <body> <div class="container"> <div class="header clearfix"> <img src="school_logo.png" alt="School Logo" class="logo"> <!-- Replace with your logo --> <h2>ST. HUBERT SEMINARY SENIOR HIGH SCHOOL - KUMASI</h2> <p>P.O. BOX KS 1302, KUMASI</p> <p>Telephone: 0322022755</p> <p>Email: sthubertsemshs@gmail.com</p> </div> <div class="title">STUDENT'S REPORT</div> <table class="details-table"> <tr> <td><strong>Student Name:</strong> GYAMERA, BENEFO YAW</td> <td><strong>Gender:</strong> MALE</td> </tr> <tr> <td><strong>Admission Number:</strong> 2401190266</td> <td><strong>Academic Year:</strong> 2024-2026 Semester: 1</td> </tr> <tr> <td><strong>Class:</strong> BUSINESS 1</td> <td><strong>Date Vacated:</strong> February 7, 2025</td> </tr> <tr> <td><strong>House:</strong> PAULISSEN</td> <td><strong>Next Term Begins:</strong> May 28, 2025</td> </tr> <tr> <td><strong>Programme:</strong> BUSINESS</td> <td><strong>Position in Class:</strong> 13th</td> </tr> <tr> <td><strong>Student's Average Mark:</strong> 70.50</td> <td><strong>No. On Roll:</strong> 35</td> </tr> </table> <table> <thead> <tr class="section-header"> <th>S/N</th> <th>Subjects</th> <th>Class Score<br>30%</th> <th>Exam Score<br>70%</th> <th>Total Score<br>100%</th> <th>Avg in Subject</th> <th>Pos in Subject</th> <th>Grade</th> <th>Remarks</th> <th>Teacher</th> </tr> </thead> <tbody> <tr><td colspan="10" class="section-header">[CORE SUBJECTS]</td></tr> <tr><td>1</td><td>ENGLISH LANGUAGE</td><td>22.5</td><td>77.5</td><td>100</td><td>68.3</td><td>5th</td><td>B2</td><td>VERY GOOD</td><td>AOA</td></tr> <tr><td>2</td><td>INTEGRATED SCIENCE</td><td>23.0</td><td>77.0</td><td>82.7</td><td>61.8</td><td>13th</td><td>B3</td><td>GOOD</td><td>AK</td></tr> <tr><td>3</td><td>MATHEMATICS</td><td>24.5</td><td>77.0</td><td>81.5</td><td>67.5</td><td>6th</td><td>B2</td><td>VERY GOOD</td><td>EKAA</td></tr> <tr><td>4</td><td>SOCIAL STUDIES</td><td>21.5</td><td>71.0</td><td>84.6</td><td>74.6</td><td>5th</td><td>A2</td><td>VERY GOOD</td><td>ENA</td></tr> <tr><td colspan="10" class="section-header">[ELECTIVE SUBJECTS]</td></tr> <tr><td>5</td><td>ADDITIONAL MATH</td><td>21.0</td><td>68.0</td><td>89.0</td><td>69.5</td><td>7th</td><td>B2</td><td>VERY GOOD</td><td>ETO</td></tr> <tr><td>6</td><td>BUSINESS STUDIES</td><td>23.0</td><td>65.0</td><td>70.0</td><td>62.5</td><td>12th</td><td>C5</td><td>CREDIT</td><td>DTO</td></tr> <tr><td>7</td><td>ECONOMICS</td><td>27.0</td><td>67.0</td><td>79.0</td><td>77.5</td><td>4th</td><td>A2</td><td>VERY GOOD</td><td>AKA</td></tr> <tr><td>8</td><td>C.R.S</td><td>21.0</td><td>75.0</td><td>87.0</td><td>74.0</td><td>5th</td><td>A3</td><td>VERY GOOD</td><td>AK</td></tr> </tbody> </table> <div class="footer"> <strong>Total Raw Score:</strong> 564.8 / 700.00<br> <strong>Position in Class:</strong> 13th based on total raw score.<br> <strong>Student Average:</strong> 564.8 ÷ 700 = <strong>70.50</strong><br> <strong>Attendance:</strong> 58 / 58<br> <strong>AGGREGATE OF BEST SIX RESULTS:</strong> 19<br> <strong>BECE Aggregate (Raw Score):</strong> 17 </div> <div class="remarks"> <div><strong>Form Master:</strong> Keep it up. — <strong>EMMANUEL OWI</strong></div> <div><strong>Housemaster:</strong> *Not Provided*</div> <div><strong>Headmaster:</strong> Good work keep it up.</div> <div class="signature"><strong>Headmaster Name:</strong> ERIC KYER</div> </div> <div class="disclaimer"> <strong>Disclaimer:</strong><br> This is NOT a Certified Terminal Report. The School accepts no liability for any loss or damage arising as a result of use of this unofficial report for any illegal means. Complaints requiring rectification must be officially addressed to the School. </div> <div class="grading-scale"> <strong>Grading Interpretation:</strong><br> 80-100: A1 = EXCELLENT | 75-79: B2 = VERY GOOD | 70-74: B3 = GOOD | 65-69: C4 = CREDIT |<br> 60-64: C5 = CREDIT | 55-59: C6 = CREDIT | 45-54: D7 = PASS | 40-44: E8 = PASS | 0-39: F9 = FAIL </div> <img src="qr_placeholder.png" alt="QR Code" class="qr"> <!-- Replace with actual QR --> </div> </body> </html>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.91 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002