<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <?php ini_set('max_execution_time', '300'); ini_set("pcre.backtrack_limit", "5000000"); if (!empty($school_info['markscard_header']) && ($school_info['markscard_header'] != '')) { if (empty($school_info['color_logo'])) { $logo_img = base_url() . 'common_assets/black_logo.png'; } else if (file_exists('common_assets/' . $school_info['markscard_header'])) { $logo_img = base_url() . 'common_assets/' . $school_info['markscard_header']; } else { $logo_img = base_url() . 'common_assets/black_logo.png'; } } else { if (empty($school_info['color_logo'])) { $logo_img = base_url() . 'common_assets/black_logo.png'; } else if (file_exists('common_assets/' . $school_info['color_logo'])) { $logo_img = base_url() . 'common_assets/' . $school_info['color_logo']; } else { $logo_img = base_url() . 'common_assets/black_logo.png'; } } ?> <div width="100%" height="100%" style="border:2px solid #00a60c; border-style: double;"> <div style="width: 100%; margin: 8px 0px 0px 0px; padding: 8px 16px 0px 16px;"> <div style="width: 20%; float: left;"> <img style="width:100px;height:100px;" src="<?= $logo_img; ?>" alt="Logo Here"> </div> <div style="width: 60%; float: left; text-align: center;"> <h2 style="padding:0px; margin: 0px;"><?= strtoupper($school_info['school_name']); ?> </h2> <h5 style="padding:0px; margin: 2px 0px"><?= ucfirst($school_info['address']); ?></h5> <h6 style="padding:0px; margin: 2px 0px; font-size: 12px;">Estd : <?= $school_info['school_code']; ?></h6> <p style="padding:0px; margin: 0px; font-size: 11px; font-weight: 500">Ph. : <?= $school_info['phone']; ?> | Email: <?= $school_info['email']; ?></p> <div width="30%" style="margin:4px auto;background-color:#032da1;color:#fff;padding:8px 50px;border-radius:10px 0px 10px 0px;"> <span style="font-size:12px; font-weight:bold;">Admission Form</span> </div> </div> <div style="width: 15%; float: right; border: 1px solid black; width: 100px; height: 75px; text-align:center; background-color: #eeeeee; padding-top: 25px;"> <p style="font-size: 12px; font-weight: bold;"> PHOTO</p> </div> </div> <hr style="margin: 4px 0px"> <div style="height: 75%; padding: 0px 16px;"> <table width="100%" style="margin-top: 4px;"> <tr> <th style="width:10%;text-align:left;font-weight:bold;font-size:12px;"> Admission No. :</th> <td style="width:16%;text-align:left;font-size:12px;border-bottom:1px solid black; margin-right: 4px; padding: 4px 4px; color: #fff;">A </td> <th style="width:2%;"></th> <th style=" width:10%;text-align:left;font-weight:bold;font-size:12px; margin: 0px 16px;">Admission Date :</th> <td style="width:16%;text-align:left;font-size:12px; border-bottom:1px solid black;margin-right: 4px; padding: 4px 4px; color: #fff;">B</td> <th style="width:2%;"></th> <th style="width:10%;text-align:left;font-weight:bold;font-size:12px;margin-left: 8px;">TC No. & Date :</th> <td style="width:17%;text-align:left;font-size:12px; border-bottom:1px solid black;margin-right: 4px; padding: 4px 4px; color: #fff;">C</td> </tr> </table> <div style="width: 100%; margin: 8px 0px 0px 0px;"> <div style="width: 100%"> <div style=" margin-bottom: 8px;"> <i style="font-size: 12px;">Please indicate the class to which you are seeking admission.</i> </div> <div style="width: 8%; float: left;"> <p style="font-size: 14px; font-weight: bold; margin-top: 80%;"> Class </p> </div> <div style="width: 90%; float: left; text-align: left;"> <?php $course_name = array(); foreach ($courses as $courseKey => $course) { ?> <div style="width: 12%; height: 25px; border: 1px solid black; float: left; margin: 0px 8px; padding: 4px 4px; margin-bottom: 8px; font-size: 12px; font-weight:bold; border-radius:4px 4px 4px 4px;"> <p style="margin-top: 2%; margin-bottom: 0px; padding:0px"><?= str_replace('Class ', '', $course['course_name']) ?></p> </div> <?php } ?> </div> </div> <p style="font-weight: bold; font-size: 16px;">Student's Details</td> <div width="100%"> <div style="width:33%; float:left;"> <div style="float: left;width: 30%; font-size: 12px; font-weight:bold;">Full Name</div> <div style="width: 62%;float: right; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <div style="width:33%; float:left; margin-left: 2%;"> <div style="float: left;width: 35%; font-size: 12px; font-weight:bold;">Date of Birth</div> <div style="width: 55%;float: right; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <div style="width:25%; float:left; margin-left: 2%;"> <div style=" float: left;width: 30%; font-size: 12px;font-weight:bold;">Gender : </div> <div style="width: 55%;float: right; font-weight:bold; font-size: 14px;">Male / Female</div> </div> </div> <div width="100%" style="margin-top: 16px;"> <div style="width:33%; float:left;"> <div style="float: left; width: 42%; font-size: 12px; font-weight:bold;">Birth Certificate </div> <div style="width: 50%;float: left; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <div style="width:33%; float:left; margin-left: 2%;"> <div style="float: left;width: 18%; font-size: 12px; font-weight:bold;">Caste</div> <div style="width: 74%;float: left; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <div style="width:30%; float:right; margin-left: 2%;"> <div style=" float: left;width: 30%; font-size: 12px;font-weight:bold;">Religion</div> <div style="width: 55%;float: left; padding: 10px 8px; border-bottom: 1px solid black; font-weight:bold;"></div> </div> </div> <div width="100%" style="margin-top: 16px;"> <div style="float: left; width: 25%; font-size: 12px; font-weight:bold;">City, State & Country of Birth </div> <div style="width: 70%;float: left; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <div width="100%" style="margin-top: 16px;"> <div style="float: left; width: 7%; font-size: 12px; font-weight:bold;">Address</div> <div style="width: 88%;float: left; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <div width="100%" style="margin-top: 16px;"> <div style="float: left; width: 10%; font-size: 12px; font-weight:bold;">Last School</div> <div style="width: 85%;float: left; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <div width="100%" style="margin-top: 16px;"> <div style="float: left; width: 54%; font-size: 12px; font-weight:bold;"> Would you be requiring the school's transportation services? </div> <div style="width: 10%;float: left; font-size: 14px; font-weight:bold;">Yes / No</div> </div> <div width="100%" style="margin-top: 16px;"> <div style="float: left; width: 22%; font-size: 12px; font-weight:bold;">Allergies/Health Concerns</div> <div style="width: 73%;float: left; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <div width="100%" style="margin-top: 16px;"> <div style="width: 100%; font-size: 12px; font-weight:bold;">Is there anything you would like us to know about your child?</div> <div style="width: 95%;border-bottom: 1px solid black; padding: 15px 8px;"></div> </div> <div width="100%" style="margin-top: 16px;"> <div style="width: 100%; font-size: 12px; font-weight:bold;">If I am not available and a medical emergency arises, the supervising teacher has my permission to seek medical help at</div> <div style="width: 95%;border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <p style="font-weight: bold; font-size: 16px;">Parent's Details</td> <div width="100%" style="margin-top: 16px;"> <div style="width:33%; float:left;"> <div style="float: left;width: 40%; font-size: 12px; font-weight:bold;">Father's Name</div> <div style="width: 50%;float: left; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <div style="width:33%; float:left; margin-left: 2%;"> <div style="float: left;width: 40%; font-size: 12px; font-weight:bold;">Citizenship No.</div> <div style="width: 50%;float: left; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <div style="width:25%; float:left; margin-left: 2%;"> <div style=" float: left;width: 40%; font-size: 12px;font-weight:bold;">Contact No. </div> <div style="width: 48%;float: left; border-bottom: 1px solid black; padding: 10px;"></div> </div> </div> <div width="100%" style="margin-top: 16px;"> <div style="width:33%; float:left;"> <div style="float: left;width: 40%; font-size: 12px; font-weight:bold;">Mother's Name</div> <div style="width: 50%;float: left; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <div style="width:33%; float:left; margin-left: 2%;"> <div style="float: left;width: 40%; font-size: 12px; font-weight:bold;">Citizenship No.</div> <div style="width: 50%;float: left; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <div style="width:25%; float:left; margin-left: 2%;"> <div style=" float: left;width: 40%; font-size: 12px;font-weight:bold;">Contact No. </div> <div style="width: 48%;float: left; border-bottom: 1px solid black; padding: 10px;"></div> </div> </div> <p style="font-weight: bold; font-size: 16px;">Local Guardian (If any)</td> <div width="100%" style="margin-top: 16px;"> <div style="width:33%; float:left;"> <div style="float: left;width: 10%; font-size: 12px; font-weight:bold;">Name</div> <div style="width: 78%;float: right; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <div style="width:33%; float:left; margin-left: 2%;"> <div style="float: left;width: 22%; font-size: 12px; font-weight:bold;">Address</div> <div style="width: 68%;float: left; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> <div style="width:25%; float:left; margin-left: 2%;"> <div style=" float: left;width: 40%; font-size: 12px;font-weight:bold;">Contact No. </div> <div style="width: 48%;float: left; border-bottom: 1px solid black; padding: 10px;"></div> </div> </div> <div width="100%" style="margin-top: 16px;"> <div style="float: left; width: 8%; font-size: 12px; font-weight:bold;">Remarks</div> <div style="width: 87%;float: left; border-bottom: 1px solid black; padding: 10px 8px;"></div> </div> </div> </div> <div style="height: auto;"> <table width="100%" style="margin:8px 0px 0px 8px;"> <tbody> <tr> <td width="19%" style="text-align:center;"> <hr width="90%" style="margin:40px 5px 5px 15px; color: #000;"> <span style="font-weight:500;margin-top:10px;font-weight:bold;font-size:12px;"> Test Date</span> </td> <td width="19%" style="text-align:center;"> <hr width="90%" style="margin:40px 5px 5px 15px; color: #000;"> <span style="font-weight:500;margin-top:10px;font-weight:bold;font-size:12px;"> Reg No.</span> </td> <td width="19%" style="text-align:center;"> <hr width="90%" style="margin:40px 5px 5px 15px; color: #000;"> <span style="font-weight:500;margin-top:10px;font-weight:bold;font-size:12px;"> Parent's Sign</span> </td> <td width="19%" style="text-align:center;"> <hr width="90%" style="margin:40px 5px 5px 15px; color: #000;"> <span style="font-weight:500;margin-top:10px;font-weight:bold;font-size:12px;">Verified By</span> </td> <td width="19%" style="text-align:center;"> <hr width="90%" style="margin:40px 5px 5px 15px; color: #000;"> <span style="font-weight:500;margin-top:10px;font-weight:bold;font-size:12px;">Principal's Sign</span> </td> </tr> </tbody> </table> <p style="text-align:center; font-weight: bold; font-size: 14px;">Thank You for enrolling your child!</p> </div> </div> </body> </html>