SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit a61ab404 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Stripped version for first public test: requires authentication to see any...

Stripped version for first public test: requires authentication to see any meaningful content (seek Temporary strip keyword in templates)
parent 97257f59
No related branches found
No related tags found
No related merge requests found
......@@ -18,11 +18,14 @@
<input type="submit" value="Login" />
</form>
</div>
<!-- Temporary strip for online version -->
{% if user.is_authenticated %}
<div class="col-6">
<h1>Not registered as a Contributor to SciPost?</h1>
<p>If you are a professional scientist (PhD student and above), you can register by filling the
<a href="{% url 'contributors:register' %}">registration form</a>.</p>
</div>
{% endif %}
</div>
</section>
......
......@@ -4,6 +4,10 @@
{% include 'scipost/header.html' %}
{% include 'scipost/navbar.html' %}
<!-- Temporary strip for online version -->
{% if user.is_authenticated %}
<section>
<h1>SciPost Journals</h1>
<div class="row">
......@@ -80,4 +84,6 @@
</section>
{% endif %} <!-- temporary strip -->
{% include 'scipost/footer.html' %}
......@@ -5,6 +5,11 @@
{% include 'scipost/header.html' %}
{% include 'scipost/navbar.html' %}
<!-- Temporary strip for online version -->
{% if user.is_authenticated %}
<section>
<div class="row">
<div class="col-6">
......@@ -99,4 +104,7 @@
</div>
</section>
{% endif %} <!-- temporary strip -->
{% include 'scipost/footer.html' %}
......@@ -4,8 +4,11 @@
Copyright &copy; SciPost.org.
<a href="mailto:J.S.Caux@uva.nl">Contact the administrator.</a>
</div>
<!-- Temporary strip for online version -->
{% if user.is_authenticated %}
<div class="col-6">
All SciPost content is licensed under the <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International (CC BY 4.0) License</a>.
</div>
{% endif %}
</div>
</footer>
......@@ -6,6 +6,8 @@
</div>
<div class="col-3">
</div>
{% if user.is_authenticated %}
<div class="col-6">
<p>
<i>The complete scientific publication portal</i><br />
......@@ -13,6 +15,7 @@
<i>For freely, openly, globally and perpetually accessible science</i>
</p>
</div>
{% endif %}
</div>
</header>
......@@ -4,6 +4,8 @@
{% include 'scipost/header.html' %}
{% include 'scipost/navbar.html' %}
<!-- Temporary strip for online version -->
{% if user.is_authenticated %}
<section>
<div class="row">
<div class="col-3">
......@@ -28,6 +30,10 @@
</div>
</div>
</section>
{% endif %}
<!-- Temporary strip for online version -->
{% if user.is_authenticated %}
{% if not user.is_authenticated %}
<section>
......@@ -55,6 +61,7 @@
</section>
{% endif %}
{% endif %}
<!--
<section>
<div class="row">
......
......@@ -2,9 +2,12 @@
<div class="row">
<div class="col-6">
<a href="/scipost">Home</a>
<!-- Temporary strip for online version -->
{% if user.is_authenticated %}
<a href="{% url 'journals:journals' %}">Journals</a>
<a href="{% url 'submissions:submissions' %}">Submissions</a>
<a href="{% url 'commentaries:commentaries' %}">Commentaries</a>
{% endif %}
</div>
<div class="col-6">
{% if user.is_authenticated %}
......
......@@ -8,6 +8,9 @@
{% mathjax_scripts %}
<!-- Temporary strip for online version -->
{% if user.is_authenticated %}
<section>
<h1>SciPost Submissions</h1>
<p>Submissions to SciPost Journals: papers currently under consideration for publication in a SciPost Journal.</p>
......@@ -50,6 +53,6 @@
{% endif %}
{% endif %} <!-- temporary strip -->
{% include 'scipost/footer.html' %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment