initial commit

This commit is contained in:
2026-06-29 14:51:56 +06:00
commit c5c4b7c509
2400 changed files with 725568 additions and 0 deletions

350
webroot/test.html Normal file
View File

@@ -0,0 +1,350 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Student Admission Information</title>
<style>
@page {
margin: 0;
}
html, body {
width: 100%;
margin: 0;
padding: 0;
height: 100%;
font-family: sans-serif;;
font-size: 12px;
}
.content {
margin :0;
padding: 180px 50px 50px 50px;
font-size: 12px;
}
.top-div {
width: 100%;
overflow: hidden;
}
.left-section {
float: left;
width: 50%; /* Adjust as needed */
}
.right-section {
float: right;
width: 50%; /* Adjust as needed */
}
.section {
margin-bottom: 20px;
}
.section h2 {
margin-top: 0;
}
table {
width: 100%;
border-collapse: collapse;
}
td {
padding: 5px;
vertical-align: top;
}
.label {
font-weight: bold;
white-space: nowrap;
width: 180px;
}
.signature {
width: 100%; border: none;
}
.seal_img{
width: 67px; height: 67px;
}
.seal{
vertical-align: top; width: 30%; text-align: left;
}
.signature_div{
vertical-align: top; width: 20%;
}
.top-div {
display: flex;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
}
.left-section, .right-section {
flex: 1;
min-width: 350px;
}
.address {
margin-bottom: 30px;
}
.shadow-box {
background: #f9f9f9;
box-shadow: inset 0 0 0 4px #6e6b6b;
}
.container {
border: 1px solid #000;
padding: 5px;
text-align: center;
}
.container p {
margin-top: 5px;
margin-bottom: 5px;
}
.date {
font-weight: bold;
}
.qrcode{
width: 120px;
height: 100px;
}
.empty-section{
margin-bottom: 470px;
}
.bottom-section{
margin-top:20px;
margin-bottom: 30px;
}
</style>
</head>
<body>
<div class="page">
<div class="content">
<div class="address">
<p>[m first name] [m last name]</p>
<p>[m address]</p>
<p>[m city] - [m zipcode]</p>
<p>[m country]</p>
</div>
<p style="text-align: center;"><b><u>Conditional Offer of admission for the Certificate in Nursing and Midwifery</u></b></p>
<p>Dear [m first name] [m last name]</p>
<p style="text-align: justify;">I am pleased to confirm your Conditional Offer of the Certificate in Nursing and Midwifery to take this moment to congratulate you at <strong>London School of Learning Hub</strong>, London School of Learning Hub is accredited by Accreditation Service for International Schools, Colleges, and Universities, <strong>(ASIC No.AS80102/0525)</strong> which is an independent body providing accreditation services for independent, further, and higher education colleges. ASIC accreditation helps students and parents make a more informed choice and will also help a school, college, university, training provider or distance education provider, demonstrate to the international student body that they are a high-quality institution. For more information about ASIC please visit:<a href="https://www.asic.org.uk/affiliations/" target="_blank" rel="noopener">ASIC Affiliations</a>.</p>
<div class="section">
<table style="width: 100%;">
<tbody>
<tr>
<td class="label">Programme:</td>
<td>[program name]</td>
</tr>
<tr>
<td class="label">Mode of Study:</td>
<td>[Full Time]</td>
</tr>
<tr>
<td class="label">Location of study:</td>
<td>[LSLH]</td>
</tr>
<tr>
<td class="label">Course fee:</td>
<td>&#163; [m course fee]</td>
</tr>
<tr>
<td class="label">Course Start Date:</td>
<td>[m course start]</td>
</tr>
<tr>
<td class="label">Course End Date:</td>
<td>[m course end]</td>
</tr>
<tr>
<td class="label">Conditions.:</td>
<td style="text-align: justify;">Upon fee being settled in full including LSLH course registration. Please pay tuition fee to authorized representatives only.
<p>Furthermore, please note LSLH registration fees &#163;300 are non- refundable in case of visa refusal.</p>
</td>
</tr>
<tr>
<td class="label">Refund Policy.:</td>
<td style="text-align: justify;">Tuition fee is fully refundable in case of visa refusal. However, applicant
<p>must provide refusal letter. Please note tuition fee is non- refundable after successful application.</p>
</td>
</tr>
</tbody>
</table>
</div>
<p style="text-align: justify;">It is our policy to monitor and track a student's attendance and progression right throughout their studies thus you are required to always maintain a near 80% attendance.</p>
<p><b>For authenticity of this letter please verify LSLH student ref from website.</b></p>
<p>If you have any further queries, please do not hesitate to contact us on <a href="[Admin%20Email]">[admissions@lslh.org.uk]</a>.</p>
<table class="signature ">
<tbody>
<tr>
<td class="signature_div">
<p>Yours Sincerely,</p>
<p>[Admission Officer]</p>
<p>Admission Officer</p>
</td>
<td class="seal"><img class="seal_img" src="https://www.lslh.org.uk/learninghub/img/london-school.png" /></td>
</tr>
</tbody>
</table>
<div class="empty-section">&#160;</div>
</div>
</div>
</body>
</html>
===================================================
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Student Admission Information</title>
<style>
@page {
margin: 0;
}
html, body {
width: 100%;
margin: 0;
padding: 0;
height: 100%;
font-family: sans-serif;;
font-size: 12px;
}
.content {
margin :0;
padding: 180px 50px 50px 50px;
font-size: 12px;
}
.top-div {
width: 100%;
overflow: hidden;
}
.left-section {
float: left;
width: 50%; /* Adjust as needed */
}
.right-section {
float: right;
width: 50%; /* Adjust as needed */
}
.section {
margin-bottom: 20px;
}
.section h2 {
margin-top: 0;
}
table {
width: 100%;
border-collapse: collapse;
}
td {
padding: 5px;
vertical-align: top;
}
.label {
font-weight: bold;
white-space: nowrap;
width: 180px;
}
.signature {
width: 100%; border: none;
}
.seal_img{
width: 67px; height: 67px;
}
.seal{
vertical-align: top; width: 30%; text-align: left;
}
.signature_div{
vertical-align: top; width: 20%;
}
.top-div {
display: flex;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
}
.left-section, .right-section {
flex: 1;
min-width: 350px;
}
.address {
margin-bottom: 30px;
}
.shadow-box {
background: #f9f9f9;
box-shadow: inset 0 0 0 4px #6e6b6b;
}
.container {
border: 1px solid #000;
padding: 5px;
text-align: center;
}
.container p {
margin-top: 5px;
margin-bottom: 5px;
}
.date {
font-weight: bold;
}
.qrcode{
width: 120px;
height: 100px;
}
.empty-section{
margin-bottom: 400px;
}
.bottom-section{
margin-top:30px;
margin-bottom: 30px;
}
</style>
</head>
<body>
<div class="page">
<div class="content">
<div class="address">
<p>[m first name] [m last name]</p>
<p>[m address]</p>
<p>[m city] - [m zipcode]</p>
<p>[m country]</p>
</div>
<p>This is to confirm that the person whose details appear below has been accepted and enrolled in a course of study at London School of Learning Hub</p>
<p style="text-align: justify;">UK Visas and Immigration Guidance Link: <a href="https://www.gov.uk/apply-short-term-study-visa" target="_blank" rel="noopener">apply-short-term-study-visa</a> for type of accreditation relating to this offer. <strong>London School of Learning Hub</strong> is accredited by Accreditation Service for International Schools, Colleges, and Universities,<strong> (ASIC No.AS80102/0525)</strong> which is an independent body providing accreditation services for independent, further, and higher education colleges. ASIC accreditation helps students and parents make a more informed choice and will also help a school, college, university, training provider or distance education provider, demonstrate to the international student body that they are a high-quality institution.For more information about ASIC please visit: <a href="https://www.asic.org.uk/affiliations/" target="_blank" rel="noopener">ASIC</a></p>
<table class="signature " style="margin-top: 80px;">
<tbody>
<tr>
<td class="signature_div">
<p style="margin-bottom: 5px;">Yours Sincerely,</p>
<p style="margin-bottom: 5px;">[Admission Officer]</p>
<p style="margin-bottom: 5px;">Admission Officer</p>
</td>
<td class="seal"><img class="seal_img" src="https://www.lslh.org.uk/learninghub/img/london-school.png" /></td>
</tr>
</tbody>
</table>
<div class="empty-section">&#160;</div>
</div>
</div>
</body>
</html>