|
@@ -197,12 +197,283 @@
|
|
|
<div class="table-panel">
|
|
|
<table class="table">
|
|
|
<tr>
|
|
|
+ <th> </th>
|
|
|
<th>Lorem</th>
|
|
|
<th>Ipsum</th>
|
|
|
<th style="width: 136px;">Dolor</th>
|
|
|
<th colspan="3"> </th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
+ <td class="row-select">
|
|
|
+ <label>
|
|
|
+ <input type="checkbox" checked>
|
|
|
+ </label>
|
|
|
+ </td>
|
|
|
+ <td class="lead">Lorem</td>
|
|
|
+ <td>Ipsum</td>
|
|
|
+ <td>
|
|
|
+ <select class="form-control">
|
|
|
+ <option>Pacem</option>
|
|
|
+ <option>Para</option>
|
|
|
+ <option>Bellum</option>
|
|
|
+ </select>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <button type="button" class="btn btn-success tooltip-top" title="Activate">
|
|
|
+ <span class="fa fa-check"></span>
|
|
|
+ </button>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <div class="btn-group pull-right">
|
|
|
+ <button type="button" class="btn btn-default dropdown-toggle tooltip-top" data-toggle="dropdown" title="Item options">
|
|
|
+ <span class="fa fa-gear"></span>
|
|
|
+ </button>
|
|
|
+ <ul class="dropdown-menu" role="menu">
|
|
|
+ <li>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-desc"></span>
|
|
|
+ Newest
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-asc"></span>
|
|
|
+ Oldest
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-desc"></span>
|
|
|
+ Most posts
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-asc"></span>
|
|
|
+ Least posts
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <button type="button" class="btn btn-danger tooltip-top" title="Activate">
|
|
|
+ <span class="fa fa-times"></span>
|
|
|
+ </button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="row-select">
|
|
|
+ <label>
|
|
|
+ <input type="checkbox" checked>
|
|
|
+ </label>
|
|
|
+ </td>
|
|
|
+ <td class="lead">Lorem</td>
|
|
|
+ <td>Ipsum</td>
|
|
|
+ <td>
|
|
|
+ <select class="form-control">
|
|
|
+ <option>Pacem</option>
|
|
|
+ <option>Para</option>
|
|
|
+ <option>Bellum</option>
|
|
|
+ </select>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <button type="button" class="btn btn-success tooltip-top" title="Activate">
|
|
|
+ <span class="fa fa-check"></span>
|
|
|
+ </button>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <div class="btn-group pull-right">
|
|
|
+ <button type="button" class="btn btn-default dropdown-toggle tooltip-top" data-toggle="dropdown" title="Item options">
|
|
|
+ <span class="fa fa-gear"></span>
|
|
|
+ </button>
|
|
|
+ <ul class="dropdown-menu" role="menu">
|
|
|
+ <li>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-desc"></span>
|
|
|
+ Newest
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-asc"></span>
|
|
|
+ Oldest
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-desc"></span>
|
|
|
+ Most posts
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-asc"></span>
|
|
|
+ Least posts
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <button type="button" class="btn btn-danger tooltip-top" title="Activate">
|
|
|
+ <span class="fa fa-times"></span>
|
|
|
+ </button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="row-select">
|
|
|
+ <label>
|
|
|
+ <input type="checkbox" checked>
|
|
|
+ </label>
|
|
|
+ </td>
|
|
|
+ <td class="lead">Lorem</td>
|
|
|
+ <td>Ipsum</td>
|
|
|
+ <td>
|
|
|
+ <select class="form-control">
|
|
|
+ <option>Pacem</option>
|
|
|
+ <option>Para</option>
|
|
|
+ <option>Bellum</option>
|
|
|
+ </select>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <button type="button" class="btn btn-success tooltip-top" title="Activate">
|
|
|
+ <span class="fa fa-check"></span>
|
|
|
+ </button>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <div class="btn-group pull-right">
|
|
|
+ <button type="button" class="btn btn-default dropdown-toggle tooltip-top" data-toggle="dropdown" title="Item options">
|
|
|
+ <span class="fa fa-gear"></span>
|
|
|
+ </button>
|
|
|
+ <ul class="dropdown-menu" role="menu">
|
|
|
+ <li>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-desc"></span>
|
|
|
+ Newest
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-asc"></span>
|
|
|
+ Oldest
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-desc"></span>
|
|
|
+ Most posts
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-asc"></span>
|
|
|
+ Least posts
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <button type="button" class="btn btn-danger tooltip-top" title="Activate">
|
|
|
+ <span class="fa fa-times"></span>
|
|
|
+ </button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="row-select">
|
|
|
+ <label>
|
|
|
+ <input type="checkbox" checked>
|
|
|
+ </label>
|
|
|
+ </td>
|
|
|
+ <td class="lead">Lorem</td>
|
|
|
+ <td>Ipsum</td>
|
|
|
+ <td>
|
|
|
+ <select class="form-control">
|
|
|
+ <option>Pacem</option>
|
|
|
+ <option>Para</option>
|
|
|
+ <option>Bellum</option>
|
|
|
+ </select>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <button type="button" class="btn btn-success tooltip-top" title="Activate">
|
|
|
+ <span class="fa fa-check"></span>
|
|
|
+ </button>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <div class="btn-group pull-right">
|
|
|
+ <button type="button" class="btn btn-default dropdown-toggle tooltip-top" data-toggle="dropdown" title="Item options">
|
|
|
+ <span class="fa fa-gear"></span>
|
|
|
+ </button>
|
|
|
+ <ul class="dropdown-menu" role="menu">
|
|
|
+ <li>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-desc"></span>
|
|
|
+ Newest
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-asc"></span>
|
|
|
+ Oldest
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-desc"></span>
|
|
|
+ Most posts
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-asc"></span>
|
|
|
+ Least posts
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <button type="button" class="btn btn-danger tooltip-top" title="Activate">
|
|
|
+ <span class="fa fa-times"></span>
|
|
|
+ </button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="row-select">
|
|
|
+ <label>
|
|
|
+ <input type="checkbox" checked>
|
|
|
+ </label>
|
|
|
+ </td>
|
|
|
+ <td class="lead">Lorem</td>
|
|
|
+ <td>Ipsum</td>
|
|
|
+ <td>
|
|
|
+ <select class="form-control">
|
|
|
+ <option>Pacem</option>
|
|
|
+ <option>Para</option>
|
|
|
+ <option>Bellum</option>
|
|
|
+ </select>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <button type="button" class="btn btn-success tooltip-top" title="Activate">
|
|
|
+ <span class="fa fa-check"></span>
|
|
|
+ </button>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <div class="btn-group pull-right">
|
|
|
+ <button type="button" class="btn btn-default dropdown-toggle tooltip-top" data-toggle="dropdown" title="Item options">
|
|
|
+ <span class="fa fa-gear"></span>
|
|
|
+ </button>
|
|
|
+ <ul class="dropdown-menu" role="menu">
|
|
|
+ <li>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-desc"></span>
|
|
|
+ Newest
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-asc"></span>
|
|
|
+ Oldest
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-desc"></span>
|
|
|
+ Most posts
|
|
|
+ </a>
|
|
|
+ <a href="#">
|
|
|
+ <span class="fa fa-sort-numeric-asc"></span>
|
|
|
+ Least posts
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td class="row-action">
|
|
|
+ <button type="button" class="btn btn-danger tooltip-top" title="Activate">
|
|
|
+ <span class="fa fa-times"></span>
|
|
|
+ </button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="row-select">
|
|
|
+ <label>
|
|
|
+ <input type="checkbox" checked>
|
|
|
+ </label>
|
|
|
+ </td>
|
|
|
<td class="lead">Lorem</td>
|
|
|
<td>Ipsum</td>
|
|
|
<td>
|