Ignore:
Timestamp:
07/22/20 13:08:15 (4 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
ca0dae7
Parents:
1f041f6
Message:

Format code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Farmatiko/ClientApp/src/app/home/home.component.html

    r1f041f6 r46c298d  
    11<div class="wrapper">
    2     <div>
     2  <div>
    33    <h2>Лекови</h2>
    44    <input type="text" class="form-control" name="lek" placeholder="Пронајди лек">
    55    <table class='table table-striped table-bordered table-sm' cellspacing="0" width="100%" aria-labelledby="tableLabel" *ngIf="true">
    6         <thead>
    7             <tr>
    8             <th>Placeholder1</th>
    9             <th>Placeholder2</th>
    10             <th>Placeholder3</th>
    11             <th>Placeholder4</th>
    12             </tr>
    13         </thead>
    14         <tbody>
    15             <tr *ngFor="">
    16             <td>data1</td>
    17             <td>data2</td>
    18             <td>data3</td>
    19             <td>data4</td>
    20             </tr>
    21         </tbody>
     6      <thead>
     7        <tr>
     8          <th>Placeholder1</th>
     9          <th>Placeholder2</th>
     10          <th>Placeholder3</th>
     11          <th>Placeholder4</th>
     12        </tr>
     13      </thead>
     14      <tbody>
     15        <tr *ngFor="">
     16          <td>data1</td>
     17          <td>data2</td>
     18          <td>data3</td>
     19          <td>data4</td>
     20        </tr>
     21      </tbody>
    2222    </table>
    2323    <nav aria-label="Page navigation example">
    24         <ul class="pagination">
    25           <li class="page-item">
    26             <a class="page-link" href="#" aria-label="Previous">
    27               <span aria-hidden="true">&laquo;</span>
    28               <span class="sr-only">Previous</span>
    29             </a>
    30           </li>
    31           <li class="page-item"><a class="page-link" href="#">1</a></li>
    32           <li class="page-item"><a class="page-link" href="#">2</a></li>
    33           <li class="page-item"><a class="page-link" href="#">3</a></li>
    34           <li class="page-item">
    35             <a class="page-link" href="#" aria-label="Next">
    36               <span aria-hidden="true">&raquo;</span>
    37               <span class="sr-only">Next</span>
    38             </a>
    39           </li>
    40         </ul>
    41       </nav>
    42     </div>
    43     <div>
     24      <ul class="pagination">
     25        <li class="page-item">
     26          <a class="page-link" href="#" aria-label="Previous">
     27            <span aria-hidden="true">&laquo;</span>
     28            <span class="sr-only">Previous</span>
     29          </a>
     30        </li>
     31        <li class="page-item"><a class="page-link" href="#">1</a></li>
     32        <li class="page-item"><a class="page-link" href="#">2</a></li>
     33        <li class="page-item"><a class="page-link" href="#">3</a></li>
     34        <li class="page-item">
     35          <a class="page-link" href="#" aria-label="Next">
     36            <span aria-hidden="true">&raquo;</span>
     37            <span class="sr-only">Next</span>
     38          </a>
     39        </li>
     40      </ul>
     41    </nav>
     42  </div>
     43  <div>
    4444    <h2>Аптеки</h2>
    4545    <input type="text" class="form-control" name="apteka" placeholder="Пронајди аптека">
    4646    <table class='table table-striped table-bordered table-sm' cellspacing="0" width="100%" aria-labelledby="tableLabel" *ngIf="true">
    47         <thead>
     47      <thead>
    4848        <tr>
    49             <th>Placeholder1</th>
    50             <th>Placeholder2</th>
    51             <th>Placeholder3</th>
    52             <th>Placeholder4</th>
     49          <th>Placeholder1</th>
     50          <th>Placeholder2</th>
     51          <th>Placeholder3</th>
     52          <th>Placeholder4</th>
    5353        </tr>
    54         </thead>
    55         <tbody>
     54      </thead>
     55      <tbody>
    5656        <tr *ngFor="">
    57             <td>data1</td>
    58             <td>data2</td>
    59             <td>data3</td>
    60             <td>data4</td>
     57          <td>data1</td>
     58          <td>data2</td>
     59          <td>data3</td>
     60          <td>data4</td>
    6161        </tr>
    62         </tbody>
     62      </tbody>
    6363    </table>
    6464    <nav aria-label="Page navigation example">
    65         <ul class="pagination">
    66           <li class="page-item">
    67             <a class="page-link" href="#" aria-label="Previous">
    68               <span aria-hidden="true">&laquo;</span>
    69               <span class="sr-only">Previous</span>
    70             </a>
    71           </li>
    72           <li class="page-item"><a class="page-link" href="#">1</a></li>
    73           <li class="page-item"><a class="page-link" href="#">2</a></li>
    74           <li class="page-item"><a class="page-link" href="#">3</a></li>
    75           <li class="page-item">
    76             <a class="page-link" href="#" aria-label="Next">
    77               <span aria-hidden="true">&raquo;</span>
    78               <span class="sr-only">Next</span>
    79             </a>
    80           </li>
    81         </ul>
    82       </nav>
    83     </div>
     65      <ul class="pagination">
     66        <li class="page-item">
     67          <a class="page-link" href="#" aria-label="Previous">
     68            <span aria-hidden="true">&laquo;</span>
     69            <span class="sr-only">Previous</span>
     70          </a>
     71        </li>
     72        <li class="page-item"><a class="page-link" href="#">1</a></li>
     73        <li class="page-item"><a class="page-link" href="#">2</a></li>
     74        <li class="page-item"><a class="page-link" href="#">3</a></li>
     75        <li class="page-item">
     76          <a class="page-link" href="#" aria-label="Next">
     77            <span aria-hidden="true">&raquo;</span>
     78            <span class="sr-only">Next</span>
     79          </a>
     80        </li>
     81      </ul>
     82    </nav>
     83  </div>
    8484</div>
Note: See TracChangeset for help on using the changeset viewer.