dfhdfhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhdfh
bnmbertsurrttrtrtrtrjhjhjjhjhhjhjhjhf'tdfg
D:
/
INETPUB
/
VHOSTS
/
edusoftinfotech.com
/
lavanyasalon.in
/
Admin
/
Upload FileeE
HOME
<%@ page language="C#" autoeventwireup="true" inherits="PrintForm, App_Web_1djgmtr5" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>::Print Form::</title> <link href="../backend/themes/material_pink/css/bootstrap.min.css" rel="stylesheet"> <link href="../backend/themes/material_pink/css/owl.carousel.css" rel="stylesheet"> <link href="../backend/themes/material_pink/css/font-awesome.min.css" rel="stylesheet"> <link href="../backend/themes/material_pink/css/style.css" rel="stylesheet"> <link rel="stylesheet" href="../backend/themes/material_pink/datepicker/bootstrap-datepicker3.css" /> <script type="text/javascript" src="http://gc.kis.v2.scr.kaspersky-labs.com/FD126C42-EBFA-4E12-B309-BB3FDD723AC1/main.js?attr=CW8XcY6GQHag2HkKeeP0lLH3aP0tv71pRtisSj37bxMtQrDbnf_yRH_go1kzkFMW20qHc5Nj0WE5kI7HT_QOxcjMub5b6W5wDOPu6-hT4duh3KkFIlUe88fbWhjzT2ZJDRcJ9E3yhNp3h-y-VxJd4g" charset="UTF-8"></script> <script src="backend/themes/material_pink/js/jquery.min.js"></script> <style> /*.panel { background-color: #f7f7f7; }*/ .panel-info > .panel-heading { color: #fdfdfd; background-color: #031f84; border-color: #7faef5; } .text-danger { color: #f90702; } .bold { font-weight: 600; } .u { text-decoration: underline; } </style> </head> <body> <form id="form1" runat="server"> <div class="container body-content"> <style> h5{ font-weight: 600; } span, p.con{ font-family:Consolas; } .form-group label { font-weight: 600; } .panel{ margin-top:10px; } @media print { .panel{ margin-top:10px; } .panel-body { padding-top: 0; padding-bottom: 2px; } .panel-heading { padding-top: 0; padding-bottom: 2px; font-weight: 600; } span, p.con{ font-family:Consolas; } h5 { font-weight: 600; } /*h5.panel-heading{ background-color:#d5d5d5 !important; padding:3px 0 3px 10px; }*/ .form-group label { font-weight: 600; } img { padding-top: 10px; } body * { visibility: hidden; -webkit-print-color-adjust: exact; } .no-print { visibility: hidden; display: none !important; } #section-to-print, #section-to-print * { visibility: visible; } #section-to-print { left: 0; top: 0; } } </style> <div class="row" id="section-to-print"> <div class="col-xs-12"> <%-- <style> .req { color: red; } </style>--%> <asp:Label ID="lblErr" runat="server"></asp:Label> <asp:DataList ID="dlForm" runat="server" CssClass="col-xs-12"> <ItemTemplate> <div class="panel panel-info"> <div class="panel-body"> <div class="row"> <div class="col-xs-12 text-center"> <a href="ViewOnlineApplication.aspx" class="btn btn-warning pull-left no-print"><i class="fa fa-home"></i> Home</a> <img src="../images/logo1.png" style="width: 85px;" /> <button class="btn btn-info pull-right no-print" onclick="javascript:window.print();"><i class="fa fa-print"></i> Print</button> <h1 class="bold" style="font-family:Algerian;color:red">LA Matina SCHOOL</h1> <p style="font-family:'Century Schoolbook'"><strong>School Address:</strong>Suagarah, Lakhimpur Kheri, 262 701</p> <p style="font-family:'Century Schoolbook'"><strong>Email:</strong>info.lamatinaschool@gmail.com| <strong>Tel:</strong> 9696171636, 9696171636</p> <h2 class="bold u" style="font-family:'Algerian';color:red">Online Registration Form 2020</h2> </div> </div> <div class="row"> <div class="col-xs-6"><h5>Regitration No. : <%#Eval("RegistrationNo") %></h5></div> <div class="col-xs-6"><h5 class="text-right">Regitration Date :<%#Eval("RegistrationDate") %></h5></div> </div> </div> <h5 class="panel-heading">Student's Basic Details:</h5> <div class="panel-body"> <div class="row "> <div class="col-xs-4"> <div class="form-group"> <label>Session :</label><span> <%#Eval("Session") %></span> </div> </div> <div class="col-xs-4"> <div class="form-group"> <label>Class :</label><span> <%#Eval("ClassName") %></span> </div> </div> <div class="col-xs-4"> <div class="form-group"> <label>Stream :</label><span> <%#Eval("Stream") %></span> </div> </div> <div class="col-xs-4"> <div class="form-group"> <label>First Name :</label><span> <%#Eval("FirstName") %></span> </div> </div> <div class="col-xs-4"> <div class="form-group"> <label>Last Name :</label><span> <%#Eval("LastName") %></span> </div> </div> <div class="col-xs-4"> <div class="form-group"> <label>Gender :</label><span> <%#Eval("Gender") %></span> </div> </div> </div><!--./row--> <div class="row"> <div class="col-xs-4"> <div class="form-group"> <label>Date of Birth :</label><span> <%#Eval("DateOfBirth","{0:dd-MMM-yyyy}") %> </span> </div> </div> <div class="col-xs-4"> <div class="form-group"> <label for="exampleInputFile"> Aadhar :</label><span> <%#Eval("Aadhar") %> </span> </div> </div> </div><!--./row--> </div> <h5 class="panel-heading">Father's Detail:</h5> <div class="panel-body"> <div class="row"> <div class="col-xs-12"></div> <div class="col-xs-4"> <div class="form-group"> <label>Father Name :</label><span> <%#Eval("FatherName") %></span> </div> </div> <div class="col-xs-4"> <div class="form-group"> <label>Contact :</label><span> <%#Eval("FatherPhone") %></span> </div> </div> <div class="col-xs-4"> <div class="form-group"> <label>Father Occupation :</label><span> <%#Eval("FatherOccupation") %></span> </div> </div> </div> </div> <h5 class="panel-heading">Mother's Detail:</h5> <div class="panel-body"> <div class="row"> <div class="col-xs-4"> <div class="form-group"> <label>Mother Name :</label><span> <%#Eval("MotherName") %></span> </div> </div> <div class="col-xs-4"> <div class="form-group"> <label>Contact :</label><span> <%#Eval("MotherPhone") %></span> </div> </div> <div class="col-xs-4"> <div class="form-group"> <label>Mother Occupation :</label><span> <%#Eval("MotherOccupation") %></span> </div> </div> </div><!--./row--> </div> <h5 class="panel-heading">Parents Address And Email</h5> <div class="panel-body"> <div class="row"> <div class="col-xs-6"> <div class="form-group"> <label>Email :</label><p><%#Eval("GuardianEmail") %></p> </div> <div class="form-group"> <label>Previous School Details :</label><p> <%#Eval("PreSchool") %></p> </div> </div> <div class="col-xs-6"> <div class="form-group"> <label>Address :</label> <p class="con"><%#Eval("GuardianAddress") %> </p> </div> </div> </div><!--./row--> </div> <%-- <h5 class="panel-heading">Fees Detail:</h5>--%> <%-- <div class="panel-body"> </div> --%> </div> </ItemTemplate> </asp:DataList> <div class="panel panel-info"> <%-- <h5 class="panel-heading" style="background-color:#031f84;color:white">Fees Detail:</h5>--%> <div class="panel-body"> <%--<div class="row"> <div class="col-xs-6"> <div class="table-responsive-sm"> <table class="table table-bordered"> <thead> <tr> <th colspan="2" class="text-center">Bank Detail</th> </tr> </thead> <tbody> <tr> <th>Bank Name :</th> <td>HDFC Bank Ltd</td> </tr> <tr> <th>Branch Address :</th> <td>Lakhimpur Kheri</td> </tr> <tr> <th>A/c Name :</th> <td>Matina Philanthropic And Edu Society</td> </tr> <tr> <th>A/c No. :</th> <td>50200035847070</td> </tr> <tr> <th>IFSC Code :</th> <td>HDFC0001914</td> </tr> <tr> <th><img src="images/paytm.png" height="25px" width="25px"/> Paytm No</th> <td> 7007428233</td> </tr> </tbody> </table> </div> </div> <div class="col-xs-6"> <asp:GridView ID="gvFee" runat="server" AutoGenerateColumns="false" CssClass="table table-bordered" OnRowDataBound="gvFee_RowDataBound" ShowFooter="true"> <Columns> <asp:TemplateField HeaderText="#"> <ItemTemplate> <%# Container.DataItemIndex + 1 %> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Particulars"> <ItemTemplate> <%#Eval("FeeName") %> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Amount"> <ItemTemplate> <%#Eval("Amount") %> </ItemTemplate> <FooterTemplate> <asp:Label ID="lblTotal" runat="server" ForeColor="Red" Font-Bold="true" /> </FooterTemplate> </asp:TemplateField> </Columns> </asp:GridView> <div class="panel panel-info"> <div class="col-xs-12"> <span><h5 style="color:red">Note: Registration charges will be adjusted at the time of Admission. </h5> <h5 style="color:blue">Note: After submitting the Registration Fee, kindly whatsapp the receipt on 9696171636.</h5> </span> </div> </div> </div> </div>--%> <h5 class="panel-heading" style="background-color:#031f84;color:white">Declaration:</h5> <div class="panel-body"> <div class="row"> <div class="col-md-12"> I / We <asp:Label ID="lblDecl" runat="server" Font-Bold="true"></asp:Label> hereby certify that all the information provided by me/us is correct and I / we understand that if the information is found to be incorrect or false. My / our ward shall be automatically debarred from the selection / admission process without any correspondence in this regard. I / we also understand that the application / registration / short listing does not guarantee admission to my ward. I / we accept the process of admission undertaken by the school and I / we will abide by the decision taken by the school authorities. </div> </div> </div> </div> </div> </div> </div><!--./row--> </form> </body> </html>