Write the Given below code in new file and save it with name as instructions.php . Given code is use to design the admission instruction page or the documents and course the students wants to submit for his registration in online admission project....
<?php
include("functions.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<title>Welcome To Online Admission</title>
<link rel="STYLESHEET" type="text/css" href="styles/admission_form.css" />
<script LANGUAGE="JavaScript">
function ValidateForm(form){
if ( ( form.documnts[0].checked == false ) || ( form.documnts[1].checked == false ) || ( form.documnts[2].checked == false ) || ( form.documnts[3].checked == false ))
{
alert ( "Please check all boxes to proceed further." );
return false;
}
if(document.instruction.RCNAME.selectedIndex==0)
{
alert("Please select your Regional Center");
document.instruction.RCNAME.focus();
return false;
}
if(document.instruction.Program.selectedIndex==0)
{
alert("Please select your Program Code");
document.instruction.Program.focus();
return false;
}
if(document.instruction.FeeType.selectedIndex==0)
{
alert("Please select your Payment Mode");
document.instruction.FeeType.focus();
return false;
}
return true;
}
</script>
</head>
<body >
<div class='mainDiv' style="background:#aafac2">
<div><font size="5" name="sans-serif" color="white">
<div class="heading" style="border-radius:10px;" align="center">
<b>Welcome To Distance Education University Online Admission Form</b></div></div></font></br></br>
<font size="2" name="sans-serif"><div>
PLEASE ENSURE THAT YOU HAVE ALL THE DOCUMENTS INDICATED BELOW FOR REFERENCE BEFORE FILLING UP THE APPLICATION FORM:
<FORM name="instruction" id='admission_form' method="post" name="frm" action="admissionInfo.php" >
<table width="100%" border=0 cellpadding=2 cellspacing=2><tbody>
<tr>
<td>
<p class="mfont"><strong>IF YOU HAVE, PLEASE TICK ALL THE BOXES INDICATE BELOW TO PROCEED FURTHER:</strong></p>
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="documnts" value="dob">
<font class=cfont> Date of birth certificate (SSLC/SSC Certificate)<br></font>
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="documnts" value="engineering">
<font class="cfont"> Qualifying Degree/Certificate Marks Sheet (Main Subjects,Year of
Passing,Percentage,Division,<a href="board.PDF">Board Code</a>)<br></font>
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="documnts" value="dd"> <font class="cfont"> The Demand Draft (DD) Details/Cash
Bank Challan Details/Credit Card Details (DD No./Bank Challan No.,Bank Name, Date, Amount etc.)<br>
<b>(In case, the Mode of payment is DD then Demand Draft should
be in favour of Distance Learning University and payable at the city of the Regional Centre opted.)</font>
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="documnts" value="SCCode">
<font class="cfont"> Have you identified the Study Center? If not,
<A href="studycenters.php" target="_top">Click here to see the Study Centers List</a> </font>
</td>
</tr>
<tr>
<td>
<font class="c2font">THIS ONLINE FORM IS ONLY FOR FRESH ADMISSION AND IS NOT FOR RE-REGISTRATION OR READMISSION.
</td>
</tr>
<tr>
<td align="left"><br><font class="mfont"><font color=blue>Select the Regional Center </FONT>
<SELECT name="RCNAME" >
<OPTION value="select">---Select---</OPTION>
<?php regionalcentre();?>
</select> <font class="cfont"><A href="regionalCenter.php" target="_top">Click here to see the Regional Centers Details.
</td>
<tr>
<td align="left"><br><font class="mfont"><FONT color="blue">Select the Program</font> <br>
<select name="Program" class="textbox">
<OPTION value="select">---Select---</OPTION>
<?php programs(); ?>
</select>
</td>
</tr>
<tr CLASS="CFONT">
<TD ALIGN="JUSTIFY">
<div>
<p>The applicants desirous of taking admission to any programme of Distance Learning University can avail the opportunity of on-line admission through Credit Card, Bank Draft and Cash Challan
</div>
<div align="justify">
The applicant can make payment of admission fee through Bank Drafts and fill the particulars of
the draft on the online application form and submit. In such case, an applicant
is required to draw a bank draft of required amount first. On submitting the
online application form, a control number will appear on the screen which is
required for future references. The applicant will then take a printout of the
filled in online admission form and submit the same to the conerened Regional
Centre alongwith the original draft and copies of required
testimonials.</p></P>
</div>
<div>
<P align="justify" ><p style="FONT-FAMILY: Tahoma">
<p>Applicants having no credit/debit cards/Netbanking facility can also
avail the facility of online admission by depositing programme fee in cash
<p>Punjab National Bank & Union Bank of India across the country. If the student opts for payment through cash, the
student has to initially fill all the particulars in the online admission application form and submit. The computer will generate an automatic control
number which the student should note for future reference. The format of Cash Challan for deposit in cash will appear on the screen. The student should take
a printout of the filled in application as well as challan form which will be containing three copies. On payment of the cash, the said banks will retain one
copy of the challan and return back two copies to the student after filling in the transaction number. The student will then affix his/her photograph and
putting his/her signature at the appropriate place of the prinout copy of the admission form and forward the same alongwith one copy of the challan and
attested photocopies of the testimonials to the concerned RC for processing the admission application form.
<div>
The applicants can apply for admission to various programmes of Distance Learning University given in prospecturs through
online by making payments of programme fee through credit cards. After submitting the online admission, an applicant is required to take a print out of
said form and submit the same to the concerned Regional Centre alongwith the attested copies of testimonials to fulfill the eligibility criteria for
admission.
</p>
</P>
</div>
</div>
</TD>
</tr>
<tr>
<td align="center">
<input type="submit" value="Submit" name="submit" onclick="return ValidateForm(this.form)" >
</td>
</tr>
</FORM></tbody></TABLE>
</div></font>
</div>
</div>
</body>
</html>
<?php
include("functions.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<title>Welcome To Online Admission</title>
<link rel="STYLESHEET" type="text/css" href="styles/admission_form.css" />
<script LANGUAGE="JavaScript">
function ValidateForm(form){
if ( ( form.documnts[0].checked == false ) || ( form.documnts[1].checked == false ) || ( form.documnts[2].checked == false ) || ( form.documnts[3].checked == false ))
{
alert ( "Please check all boxes to proceed further." );
return false;
}
if(document.instruction.RCNAME.selectedIndex==0)
{
alert("Please select your Regional Center");
document.instruction.RCNAME.focus();
return false;
}
if(document.instruction.Program.selectedIndex==0)
{
alert("Please select your Program Code");
document.instruction.Program.focus();
return false;
}
if(document.instruction.FeeType.selectedIndex==0)
{
alert("Please select your Payment Mode");
document.instruction.FeeType.focus();
return false;
}
return true;
}
</script>
</head>
<body >
<div class='mainDiv' style="background:#aafac2">
<div><font size="5" name="sans-serif" color="white">
<div class="heading" style="border-radius:10px;" align="center">
<b>Welcome To Distance Education University Online Admission Form</b></div></div></font></br></br>
<font size="2" name="sans-serif"><div>
PLEASE ENSURE THAT YOU HAVE ALL THE DOCUMENTS INDICATED BELOW FOR REFERENCE BEFORE FILLING UP THE APPLICATION FORM:
<FORM name="instruction" id='admission_form' method="post" name="frm" action="admissionInfo.php" >
<table width="100%" border=0 cellpadding=2 cellspacing=2><tbody>
<tr>
<td>
<p class="mfont"><strong>IF YOU HAVE, PLEASE TICK ALL THE BOXES INDICATE BELOW TO PROCEED FURTHER:</strong></p>
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="documnts" value="dob">
<font class=cfont> Date of birth certificate (SSLC/SSC Certificate)<br></font>
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="documnts" value="engineering">
<font class="cfont"> Qualifying Degree/Certificate Marks Sheet (Main Subjects,Year of
Passing,Percentage,Division,<a href="board.PDF">Board Code</a>)<br></font>
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="documnts" value="dd"> <font class="cfont"> The Demand Draft (DD) Details/Cash
Bank Challan Details/Credit Card Details (DD No./Bank Challan No.,Bank Name, Date, Amount etc.)<br>
<b>(In case, the Mode of payment is DD then Demand Draft should
be in favour of Distance Learning University and payable at the city of the Regional Centre opted.)</font>
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="documnts" value="SCCode">
<font class="cfont"> Have you identified the Study Center? If not,
<A href="studycenters.php" target="_top">Click here to see the Study Centers List</a> </font>
</td>
</tr>
<tr>
<td>
<font class="c2font">THIS ONLINE FORM IS ONLY FOR FRESH ADMISSION AND IS NOT FOR RE-REGISTRATION OR READMISSION.
</td>
</tr>
<tr>
<td align="left"><br><font class="mfont"><font color=blue>Select the Regional Center </FONT>
<SELECT name="RCNAME" >
<OPTION value="select">---Select---</OPTION>
<?php regionalcentre();?>
</select> <font class="cfont"><A href="regionalCenter.php" target="_top">Click here to see the Regional Centers Details.
</td>
<tr>
<td align="left"><br><font class="mfont"><FONT color="blue">Select the Program</font> <br>
<select name="Program" class="textbox">
<OPTION value="select">---Select---</OPTION>
<?php programs(); ?>
</select>
</td>
</tr>
<tr CLASS="CFONT">
<TD ALIGN="JUSTIFY">
<div>
<p>The applicants desirous of taking admission to any programme of Distance Learning University can avail the opportunity of on-line admission through Credit Card, Bank Draft and Cash Challan
</div>
<div align="justify">
The applicant can make payment of admission fee through Bank Drafts and fill the particulars of
the draft on the online application form and submit. In such case, an applicant
is required to draw a bank draft of required amount first. On submitting the
online application form, a control number will appear on the screen which is
required for future references. The applicant will then take a printout of the
filled in online admission form and submit the same to the conerened Regional
Centre alongwith the original draft and copies of required
testimonials.</p></P>
</div>
<div>
<P align="justify" ><p style="FONT-FAMILY: Tahoma">
<p>Applicants having no credit/debit cards/Netbanking facility can also
avail the facility of online admission by depositing programme fee in cash
<p>Punjab National Bank & Union Bank of India across the country. If the student opts for payment through cash, the
student has to initially fill all the particulars in the online admission application form and submit. The computer will generate an automatic control
number which the student should note for future reference. The format of Cash Challan for deposit in cash will appear on the screen. The student should take
a printout of the filled in application as well as challan form which will be containing three copies. On payment of the cash, the said banks will retain one
copy of the challan and return back two copies to the student after filling in the transaction number. The student will then affix his/her photograph and
putting his/her signature at the appropriate place of the prinout copy of the admission form and forward the same alongwith one copy of the challan and
attested photocopies of the testimonials to the concerned RC for processing the admission application form.
<div>
The applicants can apply for admission to various programmes of Distance Learning University given in prospecturs through
online by making payments of programme fee through credit cards. After submitting the online admission, an applicant is required to take a print out of
said form and submit the same to the concerned Regional Centre alongwith the attested copies of testimonials to fulfill the eligibility criteria for
admission.
</p>
</P>
</div>
</div>
</TD>
</tr>
<tr>
<td align="center">
<input type="submit" value="Submit" name="submit" onclick="return ValidateForm(this.form)" >
</td>
</tr>
</FORM></tbody></TABLE>
</div></font>
</div>
</div>
</body>
</html>
0 Comments:
Post a Comment