updateFeesStatus.html edited online with Bitbucket-for pdf changes
This commit is contained in:
parent
a7f7110ee8
commit
d18d8bdfd2
@ -450,18 +450,18 @@
|
||||
<div id="print" after-render="printPdf">
|
||||
<div ng-if="myPdfView">
|
||||
<table style="border-collapse: collapse; color: black;" border="0" width="100%">
|
||||
<tbody>
|
||||
<tbody class="title">
|
||||
<tr style="height: 23px;">
|
||||
<td ng-if="BranchLogo=='' || BranchLogo==null" style="width: 136px; height: 82px; border-right-style: hidden; color: white; background-color: black; font-size: 22px; text-align: center;" rowspan="3">APOLLO</td>
|
||||
<td ng-if="BranchLogo!='' && BranchLogo!=null" style="width: 136px; height: 82px; border-right-style: hidden; color: white; background-color: black; font-size: 22px; text-align: center;" rowspan="3">
|
||||
<td ng-if="BranchLogo=='' || BranchLogo==null" style="width: 136px; height: 82px; color: white; background-color: black; font-size: 22px; text-align: center;" rowspan="3">APOLLO</td>
|
||||
<td ng-if="BranchLogo!='' && BranchLogo!=null" style="width: 136px; height: 82px; color: white; background-color: black; font-size: 22px; text-align: center;" rowspan="3">
|
||||
<div class="user-image">
|
||||
<img class="pull-center" ng-src="images/{{BranchLogo}}" alt="">
|
||||
<img class="pull-center" ng-src="images/{{BranchLogo}}" alt="APP">
|
||||
<!-- <img ng-src="{{userInfo.avatar}}" alt="" ng-if="!obj.flow.files.length && !noImage">
|
||||
<img flow-img="obj.flow.files[0]" ng-if="obj.flow.files.length">-->
|
||||
</div>
|
||||
</td>
|
||||
<div class="title">
|
||||
<td style="width: 136px; height: 23px; text-align: center; border-bottom-style: hidden; color: white; background-color: black; font-size: 20px;" colspan="3"><strong><!--APOLLO DISTANCE EDUCATION COLLEGE-->{{FeesReceiptTitle}}</strong>
|
||||
<div>
|
||||
<td style="width: 136px; height: 23px; text-align: center; color: white; background-color: black; font-size: 20px;" colspan="3"><strong><!--APOLLO DISTANCE EDUCATION COLLEGE-->{{FeesReceiptTitle}}</strong>
|
||||
</div>
|
||||
</br>
|
||||
<!--<span style="font-size: 16px;">(A Group of SVE Trust)</span>
|
||||
@ -469,14 +469,15 @@
|
||||
<span style="white-space:pre-wrap;font-size: 16px;">{{BranchAddr}}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<tr >
|
||||
<td style="width: 136px; height: 23px; text-align: center; border-bottom-style: hidden; color: white; background-color: black; font-size: 16px;" colspan="3"><!--(A Group of SVE Trust)--></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 136px; height: 36px; text-align: center; color: white; background-color: black; font-size: 15px;" colspan="3"><!--10/1, First Floor, Old Airport Road, Domlur, Bangalore - 560071. karnataka<br> Land Mark - Opp to Domlur Bus Stop Ph: 9620214554--><!--{{BranchAddr}}--></td>
|
||||
</tr>
|
||||
<tr style="height: 50px;">
|
||||
<td style="width: 150px; height: 50px; text-align: center; border-bottom-style: hidden;padding-left:25%;" colspan="3">
|
||||
<tr class="title" style="height: 50px;">
|
||||
<td style="width: 150px; height: 50px; text-align: center; border-bottom-style: hidden;padding-left:25%;" colspan="3">
|
||||
<span style="border: 2px solid black; padding: 10px; border-radius: 15px; font-size: 14px; color: #fff; background-color: black;">FEES ESTIMATE</span>
|
||||
</td>
|
||||
<td style="width: 137px; height: 50px; border-left-style: hidden; border-bottom-style: hidden;"><!--<strong>DOM:</strong>--> {{billNo}}<span ng-if="receiptNo!=''"> / {{receiptNo}}</span></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user