2015-10-16 17:53:02 +00:00
|
|
|
{% load staticfiles %}
|
|
|
|
{% load i18n %}
|
|
|
|
{% load sitetree %}
|
2017-04-10 11:31:04 +00:00
|
|
|
{% load staticfiles %}
|
2017-03-30 23:44:30 +00:00
|
|
|
|
2016-06-26 22:01:42 +00:00
|
|
|
<!DOCTYPE html>
|
2017-04-25 00:22:46 +00:00
|
|
|
<html lang="en">
|
2016-06-26 22:01:42 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="description" content="">
|
2017-04-16 06:01:57 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2017-01-16 03:28:24 +00:00
|
|
|
|
2016-06-26 22:01:42 +00:00
|
|
|
<title>{% block head_title_base %}{% if SITE_NAME %}{{ SITE_NAME }} | {% endif %}{% block head_title %}{% endblock %}{% endblock %}</title>
|
2017-01-16 03:28:24 +00:00
|
|
|
|
2017-01-16 04:55:42 +00:00
|
|
|
{% block styles %}
|
2017-04-26 12:14:11 +00:00
|
|
|
<link href="{% static 'css/bootstrap.css' %}" rel="stylesheet">
|
2017-05-07 03:11:33 +00:00
|
|
|
<link href="{% static 'css/app.css' %}" rel="stylesheet">
|
2017-10-08 21:11:52 +00:00
|
|
|
<link rel="stylesheet" href="https://cdn.pride.codes/css/bar_body.css">
|
2017-01-16 04:55:42 +00:00
|
|
|
|
2017-10-14 04:46:49 +00:00
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{% static 'lca2018/images/apple-touch-icon-57x57.png' %}" />
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{% static 'lca2018/images/apple-touch-icon-114x114.png' %}" />
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{% static 'lca2018/images/apple-touch-icon-72x72.png' %}" />
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{% static 'lca2018/images/apple-touch-icon-144x144.png' %}" />
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="{% static 'lca2018/images/apple-touch-icon-60x60.png' %}" />
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="{% static 'lca2018/images/apple-touch-icon-120x120.png' %}" />
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="{% static 'lca2018/images/apple-touch-icon-76x76.png' %}" />
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{% static 'lca2018/images/apple-touch-icon-152x152.png' %}" />
|
|
|
|
<link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-196x196.png' %}" sizes="196x196" />
|
|
|
|
<link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-96x96.png' %}" sizes="96x96" />
|
|
|
|
<link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-32x32.png' %}" sizes="32x32" />
|
|
|
|
<link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-16x16.png' %}" sizes="16x16" />
|
|
|
|
<link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-128.png' %}" sizes="128x128" />
|
|
|
|
<link rel="icon" href="{% static 'lca2018/images/favicon.png' %}" sizes="512x512" />
|
|
|
|
<meta name="application-name" content=" "/>
|
|
|
|
<meta name="msapplication-TileColor" content="#FFFFFF" />
|
|
|
|
<meta name="msapplication-TileImage" content="{% static 'lca2018/images/mstile-144x144.png' %}" />
|
|
|
|
<meta name="msapplication-square70x70logo" content="{% static 'lca2018/images/mstile-70x70.png' %}" />
|
|
|
|
<meta name="msapplication-square150x150logo" content="{% static 'lca2018/images/mstile-150x150.png' %}" />
|
|
|
|
<meta name="msapplication-wide310x150logo" content="{% static 'lca2018/images/mstile-310x150.png' %}" />
|
|
|
|
<meta name="msapplication-square310x310logo" content="{% static 'lca2018/images/mstile-310x310.png' %}" />
|
|
|
|
|
2017-04-10 11:31:04 +00:00
|
|
|
{% block extra_style %}{% endblock %}
|
2016-06-27 00:14:59 +00:00
|
|
|
{% endblock %}
|
2017-01-16 04:55:42 +00:00
|
|
|
|
|
|
|
{% block extra_head_base %}
|
2017-04-16 06:01:57 +00:00
|
|
|
{% block extra_head %}{% endblock %}
|
2017-01-16 04:55:42 +00:00
|
|
|
{% endblock %}
|
2016-06-26 22:01:42 +00:00
|
|
|
</head>
|
2017-03-30 08:33:31 +00:00
|
|
|
<body class="{% block body_class %}{% endblock %}">
|
2017-04-10 11:10:25 +00:00
|
|
|
<div class="container">
|
2017-10-11 10:49:27 +00:00
|
|
|
<header class="banner clearfix hidden-print">
|
2017-10-08 21:11:52 +00:00
|
|
|
<table class="table table-responsive">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<div class="container-fluid" id="logo">
|
|
|
|
<div class="row" >
|
|
|
|
<div ><a href="#"><img src="https://linux.conf.au/media/img/LCA18_nodate.svg" height=80 /></a></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
<td style="vertical-align: middle;">
|
|
|
|
{% sitetree_menu from "main" include "trunk" template "sitetree_header.html" %}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2017-10-11 10:49:27 +00:00
|
|
|
</header>
|
2017-10-08 21:11:52 +00:00
|
|
|
|
|
|
|
|
2017-09-22 12:17:52 +00:00
|
|
|
{% if messages %}
|
2017-10-11 10:49:27 +00:00
|
|
|
<ul class="messagelist hidden-print">
|
2017-09-22 12:17:52 +00:00
|
|
|
{% for message in messages %}
|
|
|
|
<li{% if message.tags %} class="{{ message.tags }}"{% endif %}>{{ message }}</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
{% endif %}
|
|
|
|
|
2017-04-16 06:01:57 +00:00
|
|
|
<div class="well">
|
|
|
|
<h1>{% block header_title %}{% endblock %}</h1>
|
|
|
|
<p>{% block header_paragraph %}{% endblock %}</p>
|
|
|
|
</div>
|
|
|
|
{% block body_base %}
|
2017-01-16 04:55:42 +00:00
|
|
|
{% block body %}
|
2017-02-22 06:38:18 +00:00
|
|
|
<div class="container">
|
2017-04-16 06:01:57 +00:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-1">
|
|
|
|
{% block body_outer %}
|
|
|
|
{% endblock %}
|
|
|
|
</div>
|
|
|
|
<div class="col-md-10" >
|
|
|
|
{% block content %}
|
|
|
|
{% endblock %}
|
|
|
|
</div>
|
2017-02-22 06:38:18 +00:00
|
|
|
</div>
|
2017-04-16 06:01:57 +00:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|
2017-01-16 04:55:42 +00:00
|
|
|
{% endblock %}
|
2015-10-16 17:53:02 +00:00
|
|
|
|
2017-04-16 06:01:57 +00:00
|
|
|
{% block footer_base %}
|
|
|
|
{% block footer %}
|
|
|
|
{% endblock %}
|
2017-01-16 04:55:42 +00:00
|
|
|
{% endblock %}
|
2017-01-16 03:28:24 +00:00
|
|
|
|
2017-04-16 06:01:57 +00:00
|
|
|
{% block scripts %}
|
2017-04-24 14:48:27 +00:00
|
|
|
<script src="{{ STATIC_URL }}/js/app.js" type="text/javascript"></script>
|
2017-04-16 06:01:57 +00:00
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
2017-04-24 14:48:27 +00:00
|
|
|
<script src="{{ STATIC_URL }}/js/bootstrap.min.js" type="text/javascript"></script>
|
|
|
|
<script src="{{ STATIC_URL }}/js/jquery.formset.js"></script>
|
2017-09-13 13:10:30 +00:00
|
|
|
{% block extra_script %}
|
|
|
|
{% endblock %}
|
|
|
|
{% block scripts_extra %}{% endblock %}
|
2017-04-16 06:01:57 +00:00
|
|
|
{% endblock %}
|
2017-01-16 04:55:42 +00:00
|
|
|
|
2017-05-07 03:18:42 +00:00
|
|
|
<link rel='stylesheet' href='//cdn.jsdelivr.net/font-hack/2.020/css/hack-extended.min.css'>
|
2017-04-16 06:01:57 +00:00
|
|
|
{% block extra_body_base %}
|
|
|
|
{% block extra_body %}
|
|
|
|
{% endblock %}
|
2017-01-16 04:55:42 +00:00
|
|
|
{% endblock %}
|
2017-04-10 11:10:25 +00:00
|
|
|
</div>
|
2016-06-26 22:01:42 +00:00
|
|
|
</body>
|
|
|
|
</html>
|