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) {
|
||||
|
||||
var id=id;
|
||||
var reason=prompt("Enter Reason!","");
|
||||
var reason=prompt("Reason For Deletion!","");
|
||||
$scope.deleteFeePayableEntry(reason,id);
|
||||
}
|
||||
//delete the income entry From the fees payable
|
||||
|
||||
@ -232,7 +232,7 @@ $scope.dayBookApprovalAccess = '';
|
||||
$scope.deleted1 = function (id) {
|
||||
|
||||
var id=id;
|
||||
var reason=prompt("Enter Reason For Delete!","");
|
||||
var reason=prompt("Reason For Deletion!","");
|
||||
$scope.deleteFeePayableEntry(reason,id);
|
||||
}
|
||||
|
||||
|
||||
@ -339,7 +339,7 @@ $scope.dayBookApprovalAccess = '';
|
||||
|
||||
$scope.deleted1 = function (id) {
|
||||
var id=id;
|
||||
var reason=prompt("Enter Reason!","");
|
||||
var reason=prompt("Reason For Deletion!","");
|
||||
$scope.deleteFeePayableEntry(reason,id);
|
||||
}
|
||||
//delete the income entry From the fees payable
|
||||
|
||||
@ -5,15 +5,16 @@
|
||||
<table style="height: 341px;background-color: white;" width="578" border=1>
|
||||
<tbody>
|
||||
<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">
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 185px; text-align: center;" colspan="3">
|
||||
<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>
|
||||
</tr>
|
||||
@ -77,15 +78,19 @@
|
||||
</tbody>
|
||||
</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>
|
||||
<br>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 185px; text-align: center; color:blue;" colspan="3"><strong> SUBJECT / PAPER IN WHICH CANDIDATE APPEARING </strong></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
|
||||
<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: 186px; text-align: center;"><strong> Subject / Paper Code</strong></th>
|
||||
@ -98,6 +103,7 @@
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
||||
<br/>
|
||||
<tfoot>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user