manageprovider.component.html 5.02 KB
<header class="provider_header">
    <div class="row">
      <div class="col-md-6">
        <h4>Forex Delivery Service Provider</h4>
      </div>
      <div class="col-md-6 textRight relative">
          <img src="assets/images/asset_logo1.png">
          <span (click)="goToPage('forex/changepin')">Change PIN</span>
      </div>
    </div>
  </header>
<section>
    <div class="provider_content">
      <h3>Manage Delivery Service Provider</h3>
      <div class="provider_inner_content">
          <div class="table-responsive">          
              <table class="table">
                <thead>
                  <tr>
                    <th>Provider Name</th>
                    <th>Location</th>
                    <th>CR Manager</th>
                    <th>CR ID</th>
                    <th>Contact</th>
                    <th>Phone</th>
                    <th>Email ID</th>
                    <th class="textRight">
                      <button class="add" (click)="goToPage('forex/addprovider')">+</button>
                    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td class="textRight">
                      <button class="edit_btn"(click)="goToPage('forex/editprovider')"></button>
                      <button class="delete_btn"></button>
                    </td>
                  </tr>
                  <tr>
                      <td></td>
                      <td></td>
                      <td></td>
                      <td></td>
                      <td></td>
                      <td></td>
                      <td></td>
                      <td class="textRight">
                        <button class="edit_btn" (click)="goToPage('forex/editprovider')"></button>
                        <button class="delete_btn"></button>
                      </td>
                    </tr>
                    <tr>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td class="textRight">
                          <button class="edit_btn" (click)="goToPage('forex/editprovider')"></button>
                          <button class="delete_btn"></button>
                        </td>
                      </tr>
                      <tr>
                          <td></td>
                          <td></td>
                          <td></td>
                          <td></td>
                          <td></td>
                          <td></td>
                          <td></td>
                          <td class="textRight">
                            <button class="edit_btn" (click)="goToPage('forex/editprovider')"></button>
                            <button class="delete_btn"></button>
                          </td>
                        </tr>
                        <tr>
                            <td></td>
                            <td></td>
                            <td></td>
                            <td></td>
                            <td></td>
                            <td></td>
                            <td></td>
                            <td class="textRight">
                              <button class="edit_btn" (click)="goToPage('forex/editprovider')"></button>
                              <button class="delete_btn"></button>
                            </td>
                          </tr>
                          <tr>
                              <td></td>
                              <td></td>
                              <td></td>
                              <td></td>
                              <td></td>
                              <td></td>
                              <td></td>
                              <td class="textRight">
                                <button class="edit_btn" (click)="goToPage('forex/editprovider')"></button>
                                <button class="delete_btn"></button>
                              </td>
                            </tr>
                            <tr>
                                <td></td>
                                <td></td>
                                <td></td>
                                <td></td>
                                <td></td>
                                <td></td>
                                <td></td>
                                <td class="textRight">
                                  <button class="edit_btn" (click)="goToPage('forex/editprovider')"></button>
                                  <button class="delete_btn"></button>
                                </td>
                              </tr>
                </tbody>
              </table>
          </div>
      </div>
    </div>
  </section>