mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-23 04:21:35 +00:00
Add roadmap and use just one template
This commit is contained in:
app
jobs
services
static
templates
403.html.j2404.html.j2500.html.j2
admin
auth
login.html.j2register.html.j2reset_password.html.j2reset_password_request.html.j2unconfirmed.html.j2
corpora
add_corpus.html.j2add_corpus_file.html.j2analyse_corpus.html.j2corpus.html.j2edit_corpus_file.html.j2
full_width.html.j2jobs
limited_width.html.j2main
nopaque.html.j2profile
services
@@ -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