|
|
@@ -5,18 +5,33 @@ |
|
|
|
|
|
|
|
<div class="card"> |
|
|
|
|
|
|
|
<div class="shadow" *ngIf="showExportOptions" (click)="showExportOptions = false"></div> |
|
|
|
|
|
|
|
<div class="table-actions"> |
|
|
|
<div class="input-holder side-label"> |
|
|
|
<input type="text" placeholder="Partner name, location, PRA user, contact..."> |
|
|
|
<label> Search </label> |
|
|
|
</div> |
|
|
|
<button class="button"> <img src="assets/export.svg" alt=""> Export </button> |
|
|
|
<button class="button" (click)="showExportOptions = true"> <img src="assets/export.svg" alt=""> Export |
|
|
|
</button> |
|
|
|
<button class="button"> <img src="assets/filter.svg" alt=""> Filter </button> |
|
|
|
</div> |
|
|
|
|
|
|
|
<ng-container *ngIf="showExportOptions"> |
|
|
|
<div class="export-options"> |
|
|
|
<header> |
|
|
|
<h5> Export as </h5> |
|
|
|
</header> |
|
|
|
<div class="options"> |
|
|
|
<button class="button"> CSV </button> |
|
|
|
<button class="button"> Excel </button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</ng-container> |
|
|
|
|
|
|
|
<section class="table"> |
|
|
|
<header> |
|
|
|
<div class="col"> <input type="checkbox"> Select </div> |
|
|
|
<div class="col"> <input type="checkbox"> Select </div> |
|
|
|
<div class="col"> Name </div> |
|
|
|
<div class="col"> Primary Disctrict & State </div> |
|
|
|
<div class="col"> Type </div> |
|
|
@@ -40,12 +55,14 @@ |
|
|
|
{{ partner.detailedProfile.totalReachOfOrganization }} |
|
|
|
</div> |
|
|
|
<div class="col"> |
|
|
|
<a target="_blank" [href]="partner.organizationBasicInfo.website">{{ partner.organizationBasicInfo.website }}</a> |
|
|
|
<a target="_blank" [href]="partner.organizationBasicInfo.website">{{ |
|
|
|
partner.organizationBasicInfo.website }}</a> |
|
|
|
</div> |
|
|
|
<div class="col"> |
|
|
|
<div> {{ partner.primaryContact.name }} </div> |
|
|
|
<a href="mailTo:{{partner.primaryContact.email}}"> {{ partner.primaryContact.email }} </a> |
|
|
|
<a href="tel:{{partner.primaryContact.contactNumber}}"> {{ partner.primaryContact.contactNumber }} </a> |
|
|
|
<a href="tel:{{partner.primaryContact.contactNumber}}"> {{ partner.primaryContact.contactNumber |
|
|
|
}} </a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
@@ -57,24 +74,24 @@ |
|
|
|
<label> Show </label> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="pagination"> |
|
|
|
<div class="pagination"> |
|
|
|
<button> |
|
|
|
<img src="assets/chevron-left-double.svg" alt=""> |
|
|
|
</button> |
|
|
|
<button> |
|
|
|
<img src="assets/chevron-left.svg" alt=""> |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
<div class="input-holder side-label"> |
|
|
|
<input type="tel" value="1"> |
|
|
|
<label> Page </label> |
|
|
|
</div> |
|
|
|
<div class="text"> |
|
|
|
of 20 |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<button class="right"> |
|
|
|
<img src="assets/chevron-left.svg" alt=""> |
|
|
|
</button> |
|
|
|
<button class="right"> |
|
|
|
</button> |
|
|
|
<button class="right"> |
|
|
|
<img src="assets/chevron-left-double.svg" alt=""> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|