Skip to content

Instantly share code, notes, and snippets.

@maxlord
Created December 2, 2015 07:58
Show Gist options
  • Save maxlord/9a2a7109bfa509c22991 to your computer and use it in GitHub Desktop.
Save maxlord/9a2a7109bfa509c22991 to your computer and use it in GitHub Desktop.
GridView Bootstrap
<div id="w3" class="grid-view">
<div class="col-xs-12 shop-orders-about">Найдено 7 запросов по заданной комбинации фильтра</div>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th><a class="desc" href="/profile/shop-edit?id=352&amp;page=1&amp;sort=SendDate" data-sort="SendDate">Время</a></th>
<th><a href="/profile/shop-edit?id=352&amp;page=1&amp;sort=MobileVinFrameCode" data-sort="MobileVinFrameCode">Авто</a></th>
<th><a href="/profile/shop-edit?id=352&amp;page=1&amp;sort=DetailsRequest" data-sort="DetailsRequest">Запрос</a></th>
<th><a href="/profile/shop-edit?id=352&amp;page=1&amp;sort=NumberResponces" data-sort="NumberResponces">Ответы</a></th>
<th>&nbsp;</th>
</tr>
</thead>
<tbody>
<tr data-key="0">
<td><i class="fa fa-clock-o"></i> 3 месяца <span>17:44 11.08.2015</span></td>
<td><span class="name">Mitsubishi</span>
<br /><span class="description">232ewfqf321f123f1</span></td>
<td>Передние и задние колодки</td>
<td>2</td>
<td><a href="/vin/130?responseId=51" data-pjax="0" target="_blank"><i class="fa fa-eye"></i></a></td>
</tr>
<tr data-key="1">
<td><i class="fa fa-clock-o"></i> 3 месяца <span>17:19 11.08.2015</span></td>
<td><span class="name">Mitsubishi</span>
<br /><span class="description">232ewfqf321f123f1</span></td>
<td>Передние и задние колодки</td>
<td>6</td>
<td><a href="/vin/129?responseId=57" data-pjax="0" target="_blank"><i class="fa fa-eye"></i></a></td>
</tr>
<tr data-key="2">
<td><i class="fa fa-clock-o"></i> один год <span>13:09 04.09.2014</span></td>
<td><span class="name">Hyundai</span>
<br /><span class="description">X7MXKN7FP6M005549</span></td>
<td>втулка растяжки передней подвески - 54751-4B003 - 4шт. Наличие. Заказ не интересует.</td>
<td>1</td>
<td><a href="/vin/30?responseId=40" data-pjax="0" target="_blank"><i class="fa fa-eye"></i></a></td>
</tr>
</tbody>
</table>
<ul class="pagination">
<li class="prev disabled"><span>&laquo;</span></li>
<li class="active"><a href="/profile/shop-edit?id=352&amp;page=1" data-page="0">1</a></li>
<li><a href="/profile/shop-edit?id=352&amp;page=2" data-page="1">2</a></li>
<li><a href="/profile/shop-edit?id=352&amp;page=3" data-page="2">3</a></li>
<li class="next"><a href="/profile/shop-edit?id=352&amp;page=2" data-page="1">&raquo;</a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment