Changes by suren

This commit is contained in:
sriram-at-840620226347 2019-09-05 11:57:24 +05:30
parent a19f37c02d
commit 1e6a018497
4 changed files with 35 additions and 34 deletions

View File

@ -37,7 +37,7 @@
<th class="product-name">Requirement</th> <th class="product-name">Requirement</th>
<th class="product-price">Quantity</th> <th class="product-price">Quantity</th>
<th class="product-quantity">Sponsor</th> <th class="product-quantity">Sponsor</th>
<th class="product-subtotal"></th> <!-- <th class="product-subtotal"></th> -->
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -56,9 +56,9 @@
<input step="1" min="0" max="" value="3" title="Qty" class="text" size="4" type="number"> <input step="1" min="0" max="" value="3" title="Qty" class="text" size="4" type="number">
</div> </div>
</td> </td>
<td class="product-subtotal" data-title="Total"> <!-- <td class="product-subtotal" data-title="Total">
<span class="price-amount"><span>&#8377;</span>69.00</span> <span class="price-amount"><span>&#8377;</span>69.00</span>
</td> </td> -->
</tr> </tr>
<tr class="cart_item"> <tr class="cart_item">
<!-- <td class="product-remove"> <!-- <td class="product-remove">
@ -76,9 +76,9 @@
<input step="1" min="0" max="" value="3" title="Qty" class="text" size="4" type="number"> <input step="1" min="0" max="" value="3" title="Qty" class="text" size="4" type="number">
</div> </div>
</td> </td>
<td class="product-subtotal" data-title="Total"> <!-- <td class="product-subtotal" data-title="Total">
<span class="price-amount"><span>&#8377;</span>69.00</span> <span class="price-amount"><span>&#8377;</span>69.00</span>
</td> </td> -->
</tr> </tr>
<tr class="cart_item"> <tr class="cart_item">
<!-- <td class="product-remove"> <!-- <td class="product-remove">
@ -96,9 +96,9 @@
<input step="1" min="0" max="" value="3" title="Qty" class="text" size="4" type="number"> <input step="1" min="0" max="" value="3" title="Qty" class="text" size="4" type="number">
</div> </div>
</td> </td>
<td class="product-subtotal" data-title="Total"> <!-- <td class="product-subtotal" data-title="Total">
<span class="price-amount"><span>&#8377;</span>69.00</span> <span class="price-amount"><span>&#8377;</span>69.00</span>
</td> </td> -->
</tr> </tr>
<tr class="cart_item"> <tr class="cart_item">
<!-- <td class="product-remove"> <!-- <td class="product-remove">
@ -116,18 +116,18 @@
<input step="1" min="0" max="" value="3" title="Qty" class="text" size="4" type="number"> <input step="1" min="0" max="" value="3" title="Qty" class="text" size="4" type="number">
</div> </div>
</td> </td>
<td class="product-subtotal" data-title="Total"> <!-- <td class="product-subtotal" data-title="Total">
<span class="price-amount"><span>&#8377;</span>69.00</span> <span class="price-amount"><span>&#8377;</span>69.00</span>
</td> </td> -->
</tr> </tr>
<tr> <!-- <tr>
<td colspan="4" style="text-align: right;"> <td colspan="4" style="text-align: right;">
<strong><span>Total</span></strong> <strong><span>Total</span></strong>
</td> </td>
<td class="product-subtotal" data-title="Total"> <td class="product-subtotal" data-title="Total">
<strong><span class="amount"><span class="currency-symbol">&#8377;</span>167.00</span></strong> <strong><span class="amount"><span class="currency-symbol">&#8377;</span>167.00</span></strong>
</td> </td>
</tr> </tr> -->
</tbody> </tbody>
</table> </table>
<div class="pt-1" style="text-align: right;"> <div class="pt-1" style="text-align: right;">
@ -161,7 +161,7 @@
<mat-card class="support_mat" fxFlex="25%" fxFlex.xs="100" fxFlex.sm="100px"> <mat-card class="support_mat" fxFlex="25%" fxFlex.xs="100" fxFlex.sm="100px">
<mat-card-header> <mat-card-header>
<mat-card-title> <mat-card-title>
<h5>Or Contribute to General Development Fund</h5> <h5>Or Contribute to General Developmentelopment Fund</h5>
</mat-card-title> </mat-card-title>
</mat-card-header> </mat-card-header>
<mat-card-content> <mat-card-content>
@ -174,8 +174,8 @@
</mat-form-field> </mat-form-field>
</div> </div>
</div> </div>
<mat-radio-button name="group1" class="pb-1">State School Dev Fund</mat-radio-button> <mat-radio-button name="group1" class="pb-1">State School Development Fund</mat-radio-button>
<mat-radio-button name="group1">District School Dev Fund</mat-radio-button> <mat-radio-button name="group1">District School Development Fund</mat-radio-button>
<mat-form-field style="width: 100%" class="pl-1"> <mat-form-field style="width: 100%" class="pl-1">
<mat-select placeholder="Select District" [required]="isRequired" [disabled]="isDisabled" > <mat-select placeholder="Select District" [required]="isRequired" [disabled]="isDisabled" >
<mat-option *ngFor="let item of districtList" [value]="item.id" > <mat-option *ngFor="let item of districtList" [value]="item.id" >
@ -183,7 +183,7 @@
</mat-option> </mat-option>
</mat-select> </mat-select>
</mat-form-field> </mat-form-field>
<mat-radio-button name="group1">School Dev Fund</mat-radio-button> <mat-radio-button name="group1">School Development Fund</mat-radio-button>
<mat-form-field style="width: 100%" class="pl-1"> <mat-form-field style="width: 100%" class="pl-1">
<mat-select placeholder="Select District" [required]="isRequired" [disabled]="isDisabled" > <mat-select placeholder="Select District" [required]="isRequired" [disabled]="isDisabled" >
<mat-option *ngFor="let item of districtList" [value]="item.id" > <mat-option *ngFor="let item of districtList" [value]="item.id" >

View File

@ -2,24 +2,24 @@
<mat-card-title><h5 class="mt-0">Review and Pay</h5></mat-card-title> <mat-card-title><h5 class="mt-0">Review and Pay</h5></mat-card-title>
<hr><br/> <hr><br/>
<mat-card-content> <mat-card-content>
<div fxLayout="row wrap"> <div fxLayout="row wrap" fxLayoutAlign="center">
<div fxLayoutAlign="end center" fxFlex.sm="33.33" fxFlex.xs="100" fxFlex.sm="50" fxFlex.md="33.33" fxFlex.lg="33.33" fxFlex.xl="33.33" class="m-gap p-gap"> <div fxLayoutAlign="end center" fxFlex.sm="40.33" fxFlex.xs="100" fxFlex.sm="40.33" fxFlex.md="40.33" fxFlex.lg="40.33" fxFlex.xl="40.33" class="m-gap p-gap">
<label class="post-profile-head">Contribution Amount</label> <label class="post-profile-head">Contribution Amount</label>
</div> </div>
<div fxFlex.sm="33.33" fxFlex.xs="100" fxFlex.sm="50" fxFlex.md="33.33" fxFlex.lg="33.33" fxFlex.xl="33.33" class="m-gap p-gap"> <div class="pl-2"s fxFlex.sm="40.33" fxFlex.xs="100" fxFlex.sm="100" fxFlex.md="40.33" fxFlex.lg="40.33" fxFlex.xl="40.33" class="m-gap p-gap">
<mat-form-field appearance="outline" style="width: 50%;text-align: center;"> <mat-form-field appearance="outline" style="width: 40%;text-align: center;">
<input matInput type="number" placeholder="Amount"> <input matInput type="number" placeholder="Amount" value="Rs. 72000">
</mat-form-field> </mat-form-field>
</div> </div>
</div> </div>
<div fxLayout="row wrap"> <div fxLayout="row wrap" fxLayoutAlign="center">
<div fxLayoutAlign="end center" fxFlex.sm="33.33" fxFlex.xs="100" fxFlex.sm="50" fxFlex.md="33.33" fxFlex.lg="33.33" fxFlex.xl="33.33"> <div fxLayoutAlign="end center" fxFlex.sm="40.33" fxFlex.xs="100" fxFlex.sm="40.33" fxFlex.md="40.33" fxFlex.lg="40.33" fxFlex.xl="40.33">
<label class="post-profile-head">Contribution Towards :</label> <label class="post-profile-head">Contribution Towards :</label>
</div> </div>
<div class="pl-2" fxFlex.sm="33.33" fxFlex.xs="100" fxFlex.sm="50" fxFlex.md="33.33" fxFlex.lg="33.33" fxFlex.xl="33.33"> <div class="pl-2" fxFlex.sm="40.33" fxFlex.xs="100" fxFlex.sm="40.33" fxFlex.md="40.33" fxFlex.lg="40.33" fxFlex.xl="40.33">
<p>Building fund for Govt Girls Hr Sec School, Nellikuppam, Cuddalore</p> <p>Building fund for Govt Girls Hr Sec School,<br> Nellikuppam, Cuddalore</p>
</div> </div>
</div> </div>
</mat-card-content> </mat-card-content>
</mat-card> </mat-card>

View File

@ -416,7 +416,7 @@
<mat-card class="support_mat" fxFlex="25%" fxFlex.xs="100" fxFlex.sm="100px"> <mat-card class="support_mat" fxFlex="25%" fxFlex.xs="100" fxFlex.sm="100px">
<mat-card-header> <mat-card-header>
<mat-card-title> <mat-card-title>
<h5>Make a contribute now</h5> <h5>Make a contribution now</h5>
</mat-card-title> </mat-card-title>
</mat-card-header> </mat-card-header>
<mat-card-content> <mat-card-content>

View File

@ -91,4 +91,5 @@ export class ProjectsComponent implements OnInit {
ngOnInit() { ngOnInit() {
} }
} }