Merge branch 'master' of https://bitbucket.org/venbainformationtechnology/apollodec
This commit is contained in:
commit
0e6a695df6
@ -236,7 +236,7 @@ $scope.dayBookApprovalAccess = '';
|
|||||||
$scope.deleted1 = function (id) {
|
$scope.deleted1 = function (id) {
|
||||||
|
|
||||||
var id=id;
|
var id=id;
|
||||||
var reason=prompt("Enter Reason!","");
|
var reason=prompt("Reason For Deletion!","");
|
||||||
$scope.deleteFeePayableEntry(reason,id);
|
$scope.deleteFeePayableEntry(reason,id);
|
||||||
}
|
}
|
||||||
//delete the income entry From the fees payable
|
//delete the income entry From the fees payable
|
||||||
|
|||||||
@ -232,7 +232,7 @@ $scope.dayBookApprovalAccess = '';
|
|||||||
$scope.deleted1 = function (id) {
|
$scope.deleted1 = function (id) {
|
||||||
|
|
||||||
var id=id;
|
var id=id;
|
||||||
var reason=prompt("Enter Reason For Delete!","");
|
var reason=prompt("Reason For Deletion!","");
|
||||||
$scope.deleteFeePayableEntry(reason,id);
|
$scope.deleteFeePayableEntry(reason,id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -339,7 +339,7 @@ $scope.dayBookApprovalAccess = '';
|
|||||||
|
|
||||||
$scope.deleted1 = function (id) {
|
$scope.deleted1 = function (id) {
|
||||||
var id=id;
|
var id=id;
|
||||||
var reason=prompt("Enter Reason!","");
|
var reason=prompt("Reason For Deletion!","");
|
||||||
$scope.deleteFeePayableEntry(reason,id);
|
$scope.deleteFeePayableEntry(reason,id);
|
||||||
}
|
}
|
||||||
//delete the income entry From the fees payable
|
//delete the income entry From the fees payable
|
||||||
|
|||||||
@ -5,15 +5,16 @@
|
|||||||
<table style="height: 341px;background-color: white;" width="578" border=1>
|
<table style="height: 341px;background-color: white;" width="578" border=1>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 185px; text-align: left;border-right-style: hidden;border-bottom-style: hidden;"><img src="images/{{Course.ProfilePicPath || university/No_Image.png}}" id="logo" style="width: 30%;"></td>
|
<td style="width: 253px; text-align: left;border-right-style: hidden;border-bottom-style: hidden;"><img src="images/{{Course.ProfilePicPath || university/No_Image.png}}" id="logo" style="width: 30%;"></td>
|
||||||
<td style="width: 150px;border-bottom-style: hidden;" colspan="2">
|
<td style="width: 150px;border-bottom-style: hidden;" colspan="2">
|
||||||
<h2 style="color:blue; margin-left: -30px;"><strong>{{Course.UniversityName}}</strong></h2>
|
<h2 style="color:blue; margin-left: -150px;"><strong>{{Course.UniversityName}}</strong></h2>
|
||||||
|
<p style="color:blue; margin-left: -96px; margin-top: -9px;">{{Course.Address}}</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 185px; text-align: center;" colspan="3">
|
<td style="width: 185px; text-align: center;" colspan="3">
|
||||||
<h5><strong>RE-REGISTRATION FORM</strong></h5>
|
<h5><strong>RE-REGISTRATION FORM</strong></h5>
|
||||||
<p>{{Course.Address}} Mob-{{Course.UnivMobileNumber}}, E-mail id:{{Course.EmailID}}</p>
|
<p> Mob-{{Course.UnivMobileNumber}}, E-mail id:{{Course.EmailID}}</p>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -77,15 +78,19 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p>Pin Code: __________ Mobile No: <span style="text-decoration:underline;">{{Course.MobileNumber}}</span> E-mail ID: <span style="text-decoration:underline;">{{Course.EmailID}}</span></p>
|
<p>Pin Code: __________ Mobile No: <span style="text-decoration:underline;">{{Course.MobileNumber}}</span> E-mail ID: <span style="text-decoration:underline;">{{Course.EmailID}}</span></p>
|
||||||
|
<br>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 185px; text-align: center; color:blue;" colspan="3"><strong> SUBJECT / PAPER IN WHICH CANDIDATE APPEARING </strong></td>
|
<td style="width: 185px; text-align: center; color:blue;" colspan="3"><strong> SUBJECT / PAPER IN WHICH CANDIDATE APPEARING </strong></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<th style="width: 185px; text-align: center;"><strong> SL.NO</strong></th>
|
<th style="width: 185px; text-align: center;"><strong> SL.NO</strong></th>
|
||||||
<th style="width: 185px; text-align: center;"><strong> Subject Code</strong></th>
|
<th style="width: 185px; text-align: center;"><strong> Subject Code</strong></th>
|
||||||
<th style="width: 186px; text-align: center;"><strong> Subject / Paper Code</strong></th>
|
<th style="width: 186px; text-align: center;"><strong> Subject / Paper Code</strong></th>
|
||||||
@ -98,6 +103,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user