-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter_admission.php
80 lines (71 loc) · 3.36 KB
/
footer_admission.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<title>ToDoIst - Admission-information</title>
<header>
<link rel="stylesheet" type="text/css" href="css/diplomasandwich_layout.css">
</header>
<body>
<?php
include("main_header.php");
include("navigation.php");
?>
<div style=" height:80px; width:100%; background-color:rgba(255,255,255,0.001);">
</div>
<div id="ContentPlaceHolder1_Content_Inc1_divPragraph" style="width:90%; margin-left:5%;"><div class='content_paragraph'><div class='heading2'>Post SSC Diploma admissions:</div><div><p>
SBM Polytechnic is a Gujrathi speaking Linguistic Minority institution. As per the rules 50 % of the intake are reserved( minimum ) for the candidate belonging to Gujrathi speaking Linguistic community. Remaining 50 % are available for the non Gujarathi ie General category candidates. </p></div>
<div class='clear'></div></div><div class='content_paragraph'>
<div>
<table cellpadding="0" cellspacing="0" border"1" class="dmsTemp" id="results" style="display: block; margin-left:1px;" width="90%">
<tbody>
<tr>
<th class="compName" data-title="Details" style="border-top:1px solid #fff;" width="40%">
Admissions</th>
<th class="compName" data-title="Fee" style="border-top:1px solid #fff;" width="50%">
Category / Courses available /seats</th>
</tr>
<tr>
<td class="compName" data-title="Details">
MS DTE through state level admission procedure (CAP)</td>
<td class="compName" data-title="Fee">
General – Aided Courses (50% of Intake Civil Engg/Mechanical/ Electrical/Industrial Electronics/Plastic/ Chemical/ Digital Electronics)</td>
</tr>
<tr>
<td class="compName" data-title="Details">
Polytechnic though counseling rounds</td>
<td class="compName" data-title="Fee">
<strong>i)</strong> Gujrathi Linguistic Minority – Aided Courses (50% of Intake Civil Engg/Mechanical/ Electrical/Industrial Electronics/Plastic/ Chemical/ Digital Electronics) and Unaided Courses ( 50 % of intake Computer Engg and Information Technology )<br />
<br />
<strong>ii)</strong> General -Unaided Courses ( 50 % of intake Computer Engg and Information Technology )</td>
</tr>
</tbody>
</table></div>
<div class='clear'></div>
</div>
<div class='content_paragraph'>
<div class='heading2'>Admission notification:</div>
<div><p>
The admission notifications for the both the admissions will be published in leading news paper and on official websites after the SSC result declaration .<br />
<br />
Eligibility Criteria and Reservations /Quota<br />
<br />
As per MS DTE rules applicable to General / Minority candidates<br />
<br />
<strong>The aspirant are advised to refer admission prospectus and the MSDTE website for details.</strong></p></div><div class='clear'></div></div><div class='content_paragraph'><div class='heading2'>Direct Second Year Diploma Admissions:</div><div><p>
The admission notifications for the both the admissions will be published in leading news paper and on official websites after the HSC result declaration. </p>
<p>
Eligibility Criteria and Reservations /Quota </p>
<p>
As per MS DTE rules applicable to General / Minority candidates</p></div><div class='clear'></div></div>
<br><br>
<p align="left" style="margin-left:0px;"><a href="index.php"><font face="Arial">Back</font></a></p>
</div>
<?php
include("IndexFooter.php");
?>
</body>
</div>
</div>
</form>
</body>
</html>
</html>