mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-09-07 09:37:22 +00:00
Add roadmap and use just one template
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{% extends "limited_width.html.j2" %}
|
||||
{% extends "nopaque.html.j2" %}
|
||||
|
||||
{% set full_width = False %}
|
||||
{% set roadmap = True %}
|
||||
|
||||
{% block page_content %}
|
||||
<div class="col s12 m4">
|
||||
<h3 id="title">...</h3>
|
||||
|
@@ -1,4 +1,8 @@
|
||||
{% extends "limited_width.html.j2" %}
|
||||
{% extends "nopaque.html.j2" %}
|
||||
|
||||
{% set full_width = False %}
|
||||
{% set roadmap = False %}
|
||||
|
||||
{% block page_content %}
|
||||
<div class="col s12 m4">
|
||||
<h3 id="title">{{ corpus.title }}</h3>
|
||||
|
@@ -1,7 +1,9 @@
|
||||
{% extends "full_width.html.j2" %}
|
||||
{% extends "nopaque.html.j2" %}
|
||||
|
||||
{% set full_width = True %}
|
||||
{% set roadmap = False %}
|
||||
|
||||
{% block page_content %}
|
||||
|
||||
<!-- Query Form -->
|
||||
<form id="query-form">
|
||||
<div class="col s12">
|
||||
|
@@ -1,4 +1,7 @@
|
||||
{% extends "limited_width.html.j2" %}
|
||||
{% extends "nopaque.html.j2" %}
|
||||
|
||||
{% set full_width = False %}
|
||||
{% set roadmap = False %}
|
||||
|
||||
{% block page_content %}
|
||||
<div class="col s12 m4">
|
||||
|
@@ -1,4 +1,8 @@
|
||||
{% extends "limited_width.html.j2" %}
|
||||
{% extends "nopaque.html.j2" %}
|
||||
|
||||
{% set full_width = False %}
|
||||
{% set roadmap = False %}
|
||||
|
||||
{% block page_content %}
|
||||
<div class="col s12 m4">
|
||||
<h3 id="title">...</h3>
|
||||
|
Reference in New Issue
Block a user