|
|
|
|
@ -4,11 +4,11 @@ |
|
|
|
|
|
|
|
|
|
<div class="box span8"> |
|
|
|
|
<div class="box-header well"> |
|
|
|
|
<h2><i class="icon-arrow-down"></i>Список выставок в топе</h2> |
|
|
|
|
<h2><i class="icon-arrow-down"></i>Список событий в топе</h2> |
|
|
|
|
</div> |
|
|
|
|
<div class="box-content"> |
|
|
|
|
{% block list_table %} |
|
|
|
|
<a class="btn btn-success" href="{% url 'expobanner-create_top' %}"><i class="icon-plus-sign icon-white"></i> Добавить выставку</a> |
|
|
|
|
<a class="btn btn-success" href="{% url 'expobanner-create_top' %}"><i class="icon-plus-sign icon-white"></i> Добавить событие</a> |
|
|
|
|
<div style="float:right;"> |
|
|
|
|
<form method="get" id="form"> |
|
|
|
|
Показать неактивные <input id="public" type="checkbox" name="show_inactive" value="false"> |
|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
|
<table class="table table-hover"> |
|
|
|
|
<thead> |
|
|
|
|
<tr> |
|
|
|
|
<th>Выставка</th> |
|
|
|
|
<th>Событие</th> |
|
|
|
|
<th> </th> |
|
|
|
|
<th> </th> |
|
|
|
|
</tr> |
|
|
|
|
|