Changes by suren
This commit is contained in:
parent
a19f37c02d
commit
1e6a018497
@ -37,7 +37,7 @@
|
||||
<th class="product-name">Requirement</th>
|
||||
<th class="product-price">Quantity</th>
|
||||
<th class="product-quantity">Sponsor</th>
|
||||
<th class="product-subtotal"></th>
|
||||
<!-- <th class="product-subtotal"></th> -->
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -56,9 +56,9 @@
|
||||
<input step="1" min="0" max="" value="3" title="Qty" class="text" size="4" type="number">
|
||||
</div>
|
||||
</td>
|
||||
<td class="product-subtotal" data-title="Total">
|
||||
<!-- <td class="product-subtotal" data-title="Total">
|
||||
<span class="price-amount"><span>₹</span>69.00</span>
|
||||
</td>
|
||||
</td> -->
|
||||
</tr>
|
||||
<tr class="cart_item">
|
||||
<!-- <td class="product-remove">
|
||||
@ -76,9 +76,9 @@
|
||||
<input step="1" min="0" max="" value="3" title="Qty" class="text" size="4" type="number">
|
||||
</div>
|
||||
</td>
|
||||
<td class="product-subtotal" data-title="Total">
|
||||
<!-- <td class="product-subtotal" data-title="Total">
|
||||
<span class="price-amount"><span>₹</span>69.00</span>
|
||||
</td>
|
||||
</td> -->
|
||||
</tr>
|
||||
<tr class="cart_item">
|
||||
<!-- <td class="product-remove">
|
||||
@ -96,9 +96,9 @@
|
||||
<input step="1" min="0" max="" value="3" title="Qty" class="text" size="4" type="number">
|
||||
</div>
|
||||
</td>
|
||||
<td class="product-subtotal" data-title="Total">
|
||||
<!-- <td class="product-subtotal" data-title="Total">
|
||||
<span class="price-amount"><span>₹</span>69.00</span>
|
||||
</td>
|
||||
</td> -->
|
||||
</tr>
|
||||
<tr class="cart_item">
|
||||
<!-- <td class="product-remove">
|
||||
@ -116,18 +116,18 @@
|
||||
<input step="1" min="0" max="" value="3" title="Qty" class="text" size="4" type="number">
|
||||
</div>
|
||||
</td>
|
||||
<td class="product-subtotal" data-title="Total">
|
||||
<!-- <td class="product-subtotal" data-title="Total">
|
||||
<span class="price-amount"><span>₹</span>69.00</span>
|
||||
</td>
|
||||
</td> -->
|
||||
</tr>
|
||||
<tr>
|
||||
<!-- <tr>
|
||||
<td colspan="4" style="text-align: right;">
|
||||
<strong><span>Total</span></strong>
|
||||
</td>
|
||||
<td class="product-subtotal" data-title="Total">
|
||||
<strong><span class="amount"><span class="currency-symbol">₹</span>167.00</span></strong>
|
||||
</td>
|
||||
</tr>
|
||||
</tr> -->
|
||||
</tbody>
|
||||
</table>
|
||||
<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-header>
|
||||
<mat-card-title>
|
||||
<h5>Or Contribute to General Development Fund</h5>
|
||||
<h5>Or Contribute to General Developmentelopment Fund</h5>
|
||||
</mat-card-title>
|
||||
</mat-card-header>
|
||||
<mat-card-content>
|
||||
@ -174,8 +174,8 @@
|
||||
</mat-form-field>
|
||||
</div>
|
||||
</div>
|
||||
<mat-radio-button name="group1" class="pb-1">State School Dev Fund</mat-radio-button>
|
||||
<mat-radio-button name="group1">District 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 Development Fund</mat-radio-button>
|
||||
<mat-form-field style="width: 100%" class="pl-1">
|
||||
<mat-select placeholder="Select District" [required]="isRequired" [disabled]="isDisabled" >
|
||||
<mat-option *ngFor="let item of districtList" [value]="item.id" >
|
||||
@ -183,7 +183,7 @@
|
||||
</mat-option>
|
||||
</mat-select>
|
||||
</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-select placeholder="Select District" [required]="isRequired" [disabled]="isDisabled" >
|
||||
<mat-option *ngFor="let item of districtList" [value]="item.id" >
|
||||
|
||||
@ -2,24 +2,24 @@
|
||||
<mat-card-title><h5 class="mt-0">Review and Pay</h5></mat-card-title>
|
||||
<hr><br/>
|
||||
<mat-card-content>
|
||||
<div fxLayout="row wrap">
|
||||
<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">
|
||||
<label class="post-profile-head">Contribution Amount</label>
|
||||
</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">
|
||||
<mat-form-field appearance="outline" style="width: 50%;text-align: center;">
|
||||
<input matInput type="number" placeholder="Amount">
|
||||
</mat-form-field>
|
||||
</div>
|
||||
</div>
|
||||
<div fxLayout="row wrap">
|
||||
<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">
|
||||
<label class="post-profile-head">Contribution Towards :</label>
|
||||
</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">
|
||||
<p>Building fund for Govt Girls Hr Sec School, Nellikuppam, Cuddalore</p>
|
||||
</div>
|
||||
</div>
|
||||
<div fxLayout="row wrap" fxLayoutAlign="center">
|
||||
<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>
|
||||
</div>
|
||||
<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: 40%;text-align: center;">
|
||||
<input matInput type="number" placeholder="Amount" value="Rs. 72000">
|
||||
</mat-form-field>
|
||||
</div>
|
||||
</div>
|
||||
<div fxLayout="row wrap" fxLayoutAlign="center">
|
||||
<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>
|
||||
</div>
|
||||
<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,<br> Nellikuppam, Cuddalore</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
|
||||
@ -416,7 +416,7 @@
|
||||
<mat-card class="support_mat" fxFlex="25%" fxFlex.xs="100" fxFlex.sm="100px">
|
||||
<mat-card-header>
|
||||
<mat-card-title>
|
||||
<h5>Make a contribute now</h5>
|
||||
<h5>Make a contribution now</h5>
|
||||
</mat-card-title>
|
||||
</mat-card-header>
|
||||
<mat-card-content>
|
||||
|
||||
@ -91,4 +91,5 @@ export class ProjectsComponent implements OnInit {
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user