[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: myreport.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>SHS Student Report</title> <link rel="stylesheet" href="styles.css"> <style> /* General Reset */ * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Arial', sans-serif; } body { background-color: #f4f4f9; display: flex; justify-content: center; align-items: center; min-height: 100vh; padding: 20px; } /* Report Container */ .report-container { max-width: 800px; background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); margin: 20px; } /* Header */ .report-header { text-align: center; margin-bottom: 30px; } .report-header h1 { font-size: 2.2em; color: #2c3e50; } .report-header h2 { font-size: 1.5em; color: #34495e; margin: 10px 0; } .report-header p { font-size: 1em; color: #7f8c8d; } /* Student Info */ .student-info h3 { font-size: 1.4em; color: #2c3e50; margin-bottom: 15px; border-bottom: 2px solid #3498db; padding-bottom: 5px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; font-size: 1em; color: #34495e; } /* Grades Table */ .grades h3 { font-size: 1.4em; color: #2c3e50; margin: 20px 0 15px; border-bottom: 2px solid #3498db; padding-bottom: 5px; } table { width: 100%; border-collapse: collapse; margin-bottom: 20px; } th, td { padding: 12px; text-align: center; border: 1px solid #ddd; } th { background-color: #3498db; color: #fff; font-weight: bold; } tr:nth-child(even) { background-color: #f9f9f9; } tr:hover { background-color: #f1f1f1; } /* Summary */ .summary { margin: 20px 0; } .summary h3 { font-size: 1.4em; color: #2c3e50; margin-bottom: 15px; border-bottom: 2px solid #3498db; padding-bottom: 5px; } .summary p { font-size: 1em; color: #34495e; margin: 5px 0; } /* Remarks */ .remarks h3 { font-size: 1.4em; color: #2c3e50; margin-bottom: 15px; border-bottom: 2px solid #3498db; padding-bottom: 5px; } .remarks p { font-size: 1em; color: #34495e; line-height: 1.6; } /* Signature */ .signature { display: flex; justify-content: space-between; margin-top: 30px; } .sign-box { text-align: center; } .sign-box p:first-child { border-bottom: 1px solid #2c3e50; width: 200px; margin-bottom: 5px; } /* Footer */ footer { text-align: center; margin-top: 30px; font-size: 0.9em; color: #7f8c8d; } /* Responsive Design */ @media (max-width: 600px) { .report-container { padding: 15px; } .report-header h1 { font-size: 1.8em; } .report-header h2 { font-size: 1.2em; } .info-grid { grid-template-columns: 1fr; } table { font-size: 0.9em; } .signature { flex-direction: column; align-items: center; gap: 20px; } .sign-box p:first-child { width: 150px; } } </style> </head> <body> <div class="report-container"> <!-- Header Section --> <header class="report-header"> <h1>Senior High School</h1> <h2>Student Academic Report</h2> <p>Academic Year: 2024-2025</p> </header> <!-- Student Information --> <section class="student-info"> <h3>Student Information</h3> <div class="info-grid"> <div><strong>Name:</strong> John Doe</div> <div><strong>Student ID:</strong> SHS12345</div> <div><strong>Grade Level:</strong> 12</div> <div><strong>Section:</strong> STEM-A</div> <div><strong>Date Issued:</strong> June 19, 2025</div> </div> </section> <!-- Grades Table --> <section class="grades"> <h3>Academic Performance</h3> <table> <thead> <tr> <th>Subject</th> <th>1st Quarter</th> <th>2nd Quarter</th> <th>Final Grade</th> <th>Remarks</th> </tr> </thead> <tbody> <tr> <td>Mathematics</td> <td>92</td> <td>90</td> <td>91</td> <td>Passed</td> </tr> <tr> <td>English</td> <td>88</td> <td>85</td> <td>87</td> <td>Passed</td> </tr> <tr> <td>Science</td> <td>90</td> <td>92</td> <td>91</td> <td>Passed</td> </tr> <tr> <td>Social Studies</td> <td>85</td> <td>88</td> <td>87</td> <td>Passed</td> </tr> <tr> <td>Elective</td> <td>89</td> <td>91</td> <td>90</td> <td>Passed</td> </tr> </tbody> </table> </section> <!-- Summary --> <section class="summary"> <h3>Summary</h3> <p><strong>General Average:</strong> 89.2</p> <p><strong>Status:</strong> Promoted</p> </section> <!-- Remarks --> <section class="remarks"> <h3>Teacher's Remarks</h3> <p>John has shown consistent effort and improvement throughout the academic year. He is encouraged to continue participating actively in class discussions and to seek additional support in areas needing improvement.</p> </section> <!-- Signature --> <section class="signature"> <div class="sign-box"> <p>___________________________</p> <p>Class Adviser</p> </div> <div class="sign-box"> <p>___________________________</p> <p>Principal</p> </div> </section> <!-- Footer --> <footer> <p>Senior High School | 123 Education St., City, Country</p> <p>Contact: (123) 456-7890 | Email: info@shs.edu</p> </footer> </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.81 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