re register pdf changes
This commit is contained in:
parent
a47c315fcc
commit
f1319bd91d
6
Apollo/assets/views/reregistration/reregistrationformpdf.html
Normal file → Executable file
6
Apollo/assets/views/reregistration/reregistrationformpdf.html
Normal file → Executable 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}} Mob-{{Course.MobileNumber}}, E-mail id:{{Course.EmailID}}, Website:-</p>
|
||||
<p>{{Course.Address}} Mob-{{Course.UnivMobileNumber}}, E-mail id:{{Course.EmailID}}, Website:-</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user