Changeset - 08c8f23344a3
pinaxcon/templates/cms_pages/content_page.html
Show inline comments
 
{% extends "site_base.html" %}
 
{% extends "site_base_wagtail.html" %}
 
{% load staticfiles %}
 
{% load wagtailcore_tags %}
 

	
 
{% load sitetree %}
 
{% load i18n %}
 

	
 
{% block body_class %}template-blogpage{% endblock %}
 

	
pinaxcon/templates/cms_pages/home_page.html
Show inline comments
 
{% extends "site_base.html" %}
 
{% extends "site_base_wagtail.html" %}
 

	
 
{% load i18n %}
 

	
 
{% load wagtailcore_tags %}
 

	
 
{% block head_title %}{% trans "Welcome" %}{% endblock %}
 

	
 
{% block body %}
pinaxcon/templates/cms_pages/news_index_page.html
Show inline comments
 
{% extends "site_base.html" %}
 
{% extends "site_base_wagtail.html" %}
 

	
 
{% load staticfiles %}
 
{% load wagtailcore_tags %}
 
{% load wagtailimages_tags %}
 

	
 
{% load sitetree %}
 
{% load i18n %}
 

	
pinaxcon/templates/cms_pages/news_page.html
Show inline comments
 
{% extends "site_base.html" %}
 
{% extends "site_base_wagtail.html" %}
 

	
 
{% load wagtailcore_tags %}
 
{% load wagtailimages_tags %}
 

	
 
{% load sitetree %}
 
{% load i18n %}
 

	
 
{% block body_class %}template-blogpage{% endblock %}
pinaxcon/templates/dashboard.html
Show inline comments
 
{% extends "site_base.html" %}
 

	
 
{% load staticfiles %}
 
{% load i18n %}
 
{% load proposal_tags %}
 
{% load review_tags %}
 
{% load teams_tags %}
 
{# {% load registrasion_tags %} #}
 

	
 
{% block head_title %}Dashboard{% endblock %}
 

	
 
{% block extra_style %}
 
<link rel="stylesheet" href="{% static 'css/site-0a247b924d.css' %}">
 
<!-- Latest compiled and minified CSS -->
 
{% endblock %}
 

	
 
{% block body_class %}auth{% endblock %}
 

	
 
{% block body %}
 
    <div class="panel panel-default">
 
        <div class="panel-heading">
 
            <div class="pull-right">
 
                {% if not user.speaker_profile %}
 
                    <a href="{% url "speaker_create" %}" class="btn btn-xs btn-default">
pinaxcon/templates/site_base.html
Show inline comments
...
 
@@ -4,27 +4,30 @@
 
{% load sitetree %}
 
{# <!-- https://gist.github.com/geedmo/5682742--> #}
 
<!DOCTYPE html>
 
<html lang="en" class="no-js">
 
  <head>
 
    <meta charset="utf-8">
 
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 
    <meta name="description" content="">
 
{% block viewport %}
 
{% block viewport %}    
 
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
 
{% endblock %}
 
    <title>{% block head_title_base %}{% if SITE_NAME %}{{ SITE_NAME }} | {% endif %}{% block head_title %}{% endblock %}{% endblock %}</title>
 
{% block styles %}
 
    <link rel="stylesheet" href="{% static 'lca2017/css/app.css' %}">
 
    <link rel="stylesheet" href="{% static 'lca2017/css/print.css' %}" media="print">
 
    <!--FIXME: download-->
 
    <link href="https://fonts.googleapis.com/css?family=Titillium+Web:700,900|Roboto:400italic,400,700,700italic" rel="stylesheet" type="text/css">
 
    <!--Meta tags-->
 
    <meta name="theme-color" content="#0c486c">
 
    {% block extra_style %}
 
    <link rel="stylesheet" href="{% static 'css/site-0a247b924d.css' %}">
 
    {% endblock %}
 
{% endblock %}
 
    <!--Twitter-->
 
    <meta name="twitter:card" content="summary">
 
    <meta name="twitter:site" content="@linuxconfau">
 
    <meta name="twitter:creator" content="@linuxconfau">
 
    <meta name="twitter:description" content="Linux Conf Hobart 16-20 January 2017">
 
    <meta name="twitter:image:src" content="TODO">
 
    <!--Open Graph-->
...
 
@@ -50,45 +53,52 @@
 
        {% sitetree_menu from "main" include "trunk" template "sitetree_header.html" %}
 
      <a href="#" data-menu-opener="" class="l-header--menu-opener"></a>
 
    </header>
 
      {% sitetree_menu from "main" include "trunk" template "sitetree_opener.html" %}
 
    {% endblock %}
 
{% endblock %}
 

	
 
{% block body_base %}
 
    <div style="height: 100px;" />
 
    <main role="main">
 
<div class="l-content-page">
 
        <section id="content_body">
 
        <div class="container">
 
            {% include "_messages.html" %}
 
            <div class="row">
 
                <div class="col-md-9">
 
    {% block body %}
 
      {% block content %}
 
      {% endblock %}
 
    {% endblock %}
 
                </div>
 
                <div class="col-md-3">
 
                    {% block sidebar %}
 
                        {% include "_default_sidebar.html" %}
 
                    {% endblock %}
 
                </div>
 
            </div>
 
        </div>
 
    </section>
 
</div>
 
{% endblock %}
 

	
 
{% block footer_base %}
 
      <div class="panel panel__compact panel__bg">
 
        <div style="background-image: url('');" class="panel--bg"></div>
 
        <div class="panel--content">
 
          <div class="panel--2-3">
 
            <!-- TODO: put something here. -->
 
          </div>
 
        </div>
 
      </div>
 
      <!-- https://gist.github.com/geedmo/5682742-->
 
      <footer class="l-footer">
 
        {% block footer %}
 
        <div class="l-footer--text">
 
          <h3>Sponsors</h3>
 
          <p class="lede">Magna morbi aliquet commodo arcu odio dui imperdiet blandit est.
 
          </p><a href="#" class="btn">See sponsors</a>
 
        </div>
 
        <div class="l-footer--logos">
 
          <img src="{% static 'lca2017/images/HPE.jpg' %}" role="presentation">
 
          <img src="{% static 'lca2017/images/IBM.jpg' %}" role="presentation"></div>
 
        <p class="lede">© 2016 linux.conf.au 2017 and Linux Australia. Linux is a registered trademark of Linus Torvalds. Site design by <a href="http://takeflight.com.au" >Takeflight</a>. <a href="/colophon">Colophon</a>.</p>
 
        {% endblock %}
 
      </footer>
 
{% endblock %}
 
    </main>
 
    {% block scripts %}
 
    <script src="{% static 'lca2017/js/app.js' %}"></script>
 
    {% block extra_script %}{% endblock %}
 
    {% endblock %}
pinaxcon/templates/site_base_onecolumn.html
Show inline comments
 
{% extends "site_base.html" %}
 

	
 

	
 
{% block body_base %}
 
    <section id="content_body">
 
    <div style="height: 100px;" />
 
    <main role="main">
 
<div class="l-content-page">
 
        <section id="content_body">
 
        <div class="container">
 
            {% include "_messages.html" %}
 
            {% block body %}
 
            {% endblock %}
 
        </div>
 
    </section>
 
    {% include "_messages.html" %}
 
    {% block body %}
 
      {% block content %}
 
      {% endblock %}
 
    {% endblock %}
 
</div>
 
</section>
 
</div>
 
{% endblock %}
pinaxcon/templates/site_base_wagtail.html
Show inline comments
 
new file 100644
 
{% extends "site_base.html" %}
 
{% block extra_style %}{% endblock %}
 
{% block body_base %}
 
    <div style="height: 100px;" />
 
    <main role="main">
 
    {% include "_messages.html" %}
 
    {% block body %}
 
      {% block content %}
 
      {% endblock %}
 
    {% endblock %}
 
{% endblock %}
pinaxcon/templates/symposion/proposals/base.html
Show inline comments
 
{% extends "site_base.html" %}
 
{% load staticfiles %}
 

	
 
{% block body_outer %}
 
    {% block body %}{% endblock %}
 
{% block extra_script %}
 
<script src="{% static 'js/site-92ae8d0d6c.js' %}" type="text/javascript"></script>
 
{% endblock %}
pinaxcon/templates/symposion/proposals/proposal_detail.html
Show inline comments
...
 
@@ -95,16 +95,17 @@
 
            </form>
 
        </div>
 
    {% endif %}
 
    </div>
 
</div>
 
{% endblock %}
 

	
 
{% block extra_script %}
 
{{ block.super }}
 
    <script src="{{ STATIC_URL }}symposion/js/jquery.history.js"></script>
 
    <script type="text/javascript">
 
        $(function() {
 
            var History = window.History;
 

	
 
            $(window).bind("anchorchange", function() {
 
                $(".nav-tabs a[href='" + location.hash + "']").click();
 
            });
pinaxcon/templates/symposion/reviews/base.html
Show inline comments
 
{% extends "site_base.html" %}
 
{% load staticfiles %}
 

	
 
{% load i18n %}
 
{% load sitetree %}
 

	
 
{% block extra_style %}
 
{{ block.super }}
 
    <style type="text/css">
 
        div.dataTables_length label {
 
            float: left;
 
            text-align: left;
 
        }
 

	
 
        div.dataTables_length select {
 
            width: 75px;
...
 
@@ -46,16 +48,20 @@
 
            outline: none;
 
        }
 
    </style>
 
{% endblock %}
 

	
 
{% block body_class %}reviews{% endblock %}
 

	
 
{% block body_outer %}
 
<div class="l-content-page">
 
<div class="l-content-page--richtext">
 
<div class="rich-text">
 

	
 
    <div class="row">
 
        <div class="col-md-2">
 
            {% block sidebar %}
 
            {% for section in review_sections %}
 
            <div class="panel panel-default">
 
                <div class="panel-heading">
 
                    <h3 class="panel-title">{{ section }}</h3>
 
                </div>
...
 
@@ -83,19 +89,21 @@
 
            {% endfor %}
 
            {% endblock %}
 
        </div>
 
        <div class="col-md-10">
 
            {% block body %}
 
            {% endblock %}
 
        </div>
 
    </div>
 
</div></div></div>
 
{% endblock %}
 

	
 
{% block extra_script %}
 
    <script src="{% static 'js/site-92ae8d0d6c.js' %}" type="text/javascript"></script>
 
    <script src="{{ STATIC_URL }}datatables/js/jquery.dataTables.min.js" type="text/javascript"></script>
 
    <script src="{{ STATIC_URL }}tabletools/js/TableTools.min.js" type="text/javascript"></script>
 
    <script src="{{ STATIC_URL }}datatables/js/dataTables.bootstrap.js" type="text/javascript"></script>
 
    <script type="text/javascript">
 
        $(function() {
 
            $(".tip").tooltip();
 
            $("table.table-reviews").dataTable({
 
                "sDom": "<'row'<'col-md-3'l><'col-md-3'T><'col-md-4'f>r>t<'row'<'col-md-3'i><'col-md-5'p>>",
pinaxcon/templates/symposion/reviews/result_notification.html
Show inline comments
 
{% extends "symposion/reviews/base.html" %}
 

	
 
{% load i18n %}
 

	
 

	
 
{% block body_class %}{{ block.super }} review-results{% endblock %}
 

	
 
{% block extra_style %}
 
{{ block.super }}
 
    <style type="text/css">
 
        .table-striped tbody tr.selected td {
 
            background-color: #F7F4E6;
 
        }
 
    </style>
 
{% endblock %}
 

	
 
{% block body %}
...
 
@@ -79,16 +80,17 @@
 
                    </tr>
 
                {% endfor %}
 
            </tbody>
 
        </table>
 
    </form>
 
{% endblock %}
 

	
 
{% block extra_script %}
 
{{ block.super }}
 
    <script type="text/javascript">
 
        (function($) {
 
            $.fn.actions = function(opts) {
 
                var options = $.extend({}, $.fn.actions.defaults, opts);
 
                var actionCheckboxes = $(this);
 
                checker = function(checked) {
 
                    $(actionCheckboxes).prop("checked", checked)
 
                        .parent().parent().toggleClass(options.selectedClass, checked);
pinaxcon/templates/symposion/reviews/review_detail.html
Show inline comments
...
 
@@ -163,16 +163,17 @@
 
                </form>
 
                {% endif %}
 
            </div>
 
        </div>
 
    </div>
 
{% endblock %}
 

	
 
{% block extra_script %}
 
{{ block.super }}
 
    <script src="{{ STATIC_URL }}symposion/js/jquery.history.js"></script>
 
    <script type="text/javascript">
 
        $(function() {
 
            var History = window.History;
 

	
 
            $(window).bind("anchorchange", function() {
 
                $(".nav-tabs a[href='" + location.hash + "']").click();
 
            });
pinaxcon/templates/symposion/reviews/review_review.html
Show inline comments
 
{% extends "site_base.html" %}
 
{% load staticfiles %}
 
{% block extra_style %}
 
<link rel="stylesheet" href="{% static 'css/site-0a247b924d.css' %}">
 
{% endblock %}
 

	
 
{% load bootstrap %}
 

	
 
{% block body_class %}review{% endblock %}
 

	
 
{% block body %}
 
<div class="l-content-page">
 
<div class="l-content-page--richtext">
 
<div class="rich-text">
 
    <h1>Proposal Review</h1>
 

	
 
    <div class="proposal">
 
        <h2>{{ proposal.title }}</h2>
 

	
 
        <p>
 
            {% if proposal.cancelled %}
 
                Cancelled
...
 
@@ -68,10 +75,10 @@
 
        {% csrf_token %}
 
        <fieldset>
 
            {{ comment_form|bootstrap }}
 
            <div class="form_block">
 
                <input type="submit" value="Submit" />
 
            </div>
 
        </fieldset>
 
    </form>
 

	
 
</div></div></div>
 
{% endblock %}
0 comments (0 inline, 0 general)