re register pdf changes

This commit is contained in:
gandhimathi 2018-08-16 17:43:38 +05:30
parent a47c315fcc
commit f1319bd91d

View File

@ -1,4 +1,4 @@
<div class="container-fluid container-fullw bg-white" ng-controller="feesStatusCtrl">
<div class="container-fluid container-fullw bg-white" ng-controller="studentModalDemoCtrl">
<div class="col-md-offset-10 col-md-1">
<button class="btn btn-success" id="print"ng-click="generatePDF();">Print</button></div>
<div id="reregisterform">
@ -7,13 +7,13 @@
<tr>
<td style="width: 185px; text-align: right;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: 185px;border-bottom-style: hidden;" colspan="2">
<h1 style="color:blue;"><strong>{{Course.CourseName}}</strong></h1>
<h1 style="color:blue;"><strong>{{Course.UniversityName}}</strong></h1>
</td>
</tr>
<tr>
<td style="width: 185px; text-align: center;" colspan="3">
<h5><strong>RE-REGISTRATION FORM</strong></h5>
<p>{{Course.Address}} &nbsp;Mob-{{Course.MobileNumber}}, E-mail id:{{Course.EmailID}}, Website:-</p>
<p>{{Course.Address}} &nbsp;Mob-{{Course.UnivMobileNumber}}, E-mail id:{{Course.EmailID}}, Website:-</p>
</td>
</tr>