You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
167 lines
6.5 KiB
167 lines
6.5 KiB
{% load static %}
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title> {% block title %}My base template {% endblock %}</title>
|
|
|
|
<script src="{% static 'jquery/jquery.min.js' %}"></script>
|
|
<script src="{% static 'bootstrap/js/bootstrap.min.js' %}"></script>
|
|
|
|
|
|
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap.min.css' %} ">
|
|
|
|
|
|
|
|
{# css harizma #}
|
|
<link id="bs-css" href="{% static 'css/bootstrap-cerulean.css' %}" rel="stylesheet">
|
|
<link href="{% static 'css/bootstrap-responsive.css' %}" rel="stylesheet">
|
|
<link href="{% static 'css/charisma-app.css' %}" rel="stylesheet">
|
|
<link href="{% static 'css/jquery-ui-1.8.21.custom.css' %}" rel="stylesheet">
|
|
<link href="{% static 'css/fullcalendar.css' %}" rel='stylesheet'>
|
|
<link href="{% static 'css/fullcalendar.print.css' %}" rel='stylesheet' media='print'>
|
|
<link href="{% static 'css/chosen.css' %}" rel='stylesheet'>
|
|
<link href="{% static 'css/uniform.default.css' %}" rel='stylesheet'>
|
|
<link href="{% static 'css/colorbox.css' %}" rel='stylesheet'>
|
|
<link href="{% static 'css/jquery.cleditor.css' %}" rel='stylesheet'>
|
|
<link href="{% static 'css/jquery.noty.css' %}" rel='stylesheet'>
|
|
<link href="{% static 'css/noty_theme_default.css' %}" rel='stylesheet'>
|
|
<link href="{% static 'css/elfinder.min.css' %}" rel='stylesheet'>
|
|
<link href="{% static 'css/elfinder.theme.css' %}" rel='stylesheet'>
|
|
<link href="{% static 'css/jquery.iphone.toggle.css' %}" rel='stylesheet'>
|
|
<link href="{% static 'css/opa-icons.css' %}" rel='stylesheet'>
|
|
<link href="{% static 'css/uploadify.css' %}" rel='stylesheet'>
|
|
{# The fav icon #}
|
|
<link rel="shortcut icon" href="img/favicon.ico">
|
|
|
|
{% block scripts %}
|
|
{% endblock %}
|
|
<style>
|
|
.box {
|
|
margin-left: 0px;
|
|
}
|
|
|
|
#content{
|
|
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body style="padding-top: 30px">
|
|
<!--
|
|
{# Head navigation #}
|
|
{% block header %}
|
|
<div class="navbar">
|
|
<div class="navbar-inner">
|
|
<a class="brand" href="#">Admin EXPOMAP</a>
|
|
<ul class="nav">
|
|
<li class="active"><a href="#">Link</a></li>
|
|
<li class="dropdown">
|
|
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Link 1 <b class="caret"></b></a>
|
|
<ul id="menu1" class="dropdown-menu">
|
|
<li><a href="#">Action</a></li>
|
|
<li><a href="#">Another action</a></li>
|
|
<li><a href="#">Source</a></li>
|
|
<li class="divider"></li>
|
|
<li><a href="#">Divide source</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropdown">
|
|
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Link 2 <b class="caret"></b></a>
|
|
<ul id="menu2" class="dropdown-menu">
|
|
<li><a href="#">Action</a></li>
|
|
<li><a href="#">Another action</a></li>
|
|
<li><a href="#">Source</a></li>
|
|
<li class="divider"></li>
|
|
<li><a href="#">Divide source</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<div style="float: right">
|
|
<a href="/accounts/logout" style="color: #ffffff">Выйти</a>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|
|
-->
|
|
{# Side navigation #}
|
|
{% block sidebar %}
|
|
<div class="span3" data-spy="affix" data-offset-top="0">
|
|
<div class="well sidebar-nav">
|
|
<ul class="nav nav-tabs nav-stacked">
|
|
<li class="nav-header">Добавить</li>
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-eye-open"></i> События<b class="caret"></b></a>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="/exposition/all">Выставка</a></li>
|
|
<li><a href="/conference/all">Конференция</a></li>
|
|
<li><a href="/seminar/all">Семинар</a></li>
|
|
<li class="divider"></li>
|
|
<li><a href="/webinar/all">Вебинар</a></li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-eye-open"></i> Места проведения<b class="caret"></b></a>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="/place_exposition/all">Место проведения выставки</a></li>
|
|
<li><a href="/place_conference/all">Место проведения конференции</a></li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-eye-open"></i> Пользователи<b class="caret"></b></a>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="/accounts/all">Пользователи</a></li>
|
|
<li><a href="/accounts/translators/">Переводчики</a></li>
|
|
<li><a href="/organiser/all">Организаторы</a></li>
|
|
<li><a href="/company/all">Компании</a></li>
|
|
</ul>
|
|
</li>
|
|
|
|
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-wrench"></i> Настройки<b class="caret"></b></a>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="/country/all">Страна</a></li>
|
|
<li><a href="/city/all">Город</a></li>
|
|
<li><a href="/theme/theme/all">Тематики</a></li>
|
|
<li><a href="/theme/tag/all">Теги</a></li>
|
|
<li><a href="/service/service/all">Услуги</a></li>
|
|
<li><a href="/service/review/all">Отзывы к услугам</a></li>
|
|
<li><a href="/settings">Настройки</a></li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-list"></i> Справочники<b class="caret"></b></a>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="/article/all">Статьи</a></li>
|
|
<li><a href="/news/all">Новости</a></li>
|
|
<li><a href="#">Отзывы</a></li>
|
|
<li><a href="/language/add">Языки</a></li>
|
|
<li><a href="/currency/add">Валюты</a></li>
|
|
</ul>
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
<div class="span7 offset3" id="content" >
|
|
{# Main content #}
|
|
{% block body %}
|
|
|
|
{% endblock %}
|
|
|
|
</div>
|
|
</body>
|
|
|
|
</html> |