From d853f49c9c2b54fa8b528e20e0b35ce0aed8926c Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Caux <J.S.Caux@uva.nl> Date: Sun, 10 Jan 2016 05:29:44 +0000 Subject: [PATCH] Inserted clean titles in all templates --- commentaries/templates/commentaries/commentaries.html | 2 ++ commentaries/templates/commentaries/commentary_detail.html | 2 ++ commentaries/templates/commentaries/request_commentary.html | 2 ++ commentaries/templates/commentaries/request_commentary_ack.html | 2 ++ .../templates/commentaries/vet_commentary_request_ack.html | 2 ++ .../templates/commentaries/vet_commentary_requests.html | 2 ++ comments/templates/comments/author_reply_to_comment.html | 2 ++ comments/templates/comments/author_reply_to_report.html | 2 ++ comments/templates/comments/comment_submission_ack.html | 2 ++ comments/templates/comments/reply_to_comment.html | 2 ++ comments/templates/comments/vet_author_replies.html | 2 ++ comments/templates/comments/vet_author_reply_ack.html | 2 ++ comments/templates/comments/vet_submitted_comment_ack.html | 2 ++ comments/templates/comments/vet_submitted_comments.html | 2 ++ contributors/templates/contributors/login.html | 2 ++ contributors/templates/contributors/login_error.html | 2 ++ contributors/templates/contributors/logout.html | 2 ++ contributors/templates/contributors/personal_page.html | 2 ++ contributors/templates/contributors/register.html | 2 ++ contributors/templates/contributors/thanks_for_registering.html | 2 ++ .../templates/contributors/vet_registration_request_ack.html | 2 ++ .../templates/contributors/vet_registration_requests.html | 2 ++ journals/templates/journals/journals.html | 2 ++ ratings/templates/ratings/vote_on_authorreply_ack.html | 2 ++ ratings/templates/ratings/vote_on_comment_ack.html | 2 ++ ratings/templates/ratings/vote_on_commentary_ack.html | 2 ++ ratings/templates/ratings/vote_on_report_ack.html | 2 ++ ratings/templates/ratings/vote_on_submission_ack.html | 2 ++ reports/templates/reports/submit_report.html | 2 ++ reports/templates/reports/submit_report_ack.html | 2 ++ reports/templates/reports/vet_submitted_report_ack.html | 2 ++ reports/templates/reports/vet_submitted_reports.html | 2 ++ scipost/templates/scipost/about.html | 2 ++ scipost/templates/scipost/disabled_account.html | 2 ++ scipost/templates/scipost/header.html | 2 +- scipost/templates/scipost/index.html | 2 ++ scipost/templates/scipost/navbar.html | 2 +- scipost/templates/scipost/peer_witnessed_refereeing.html | 2 ++ .../templates/submissions/process_new_submission_ack.html | 2 ++ submissions/templates/submissions/process_new_submissions.html | 2 ++ submissions/templates/submissions/sub_and_ref_procedure.html | 2 ++ submissions/templates/submissions/submission_detail.html | 2 ++ submissions/templates/submissions/submissions.html | 1 + submissions/templates/submissions/submit_manuscript.html | 2 ++ submissions/templates/submissions/submit_manuscript_ack.html | 2 ++ 45 files changed, 87 insertions(+), 2 deletions(-) diff --git a/commentaries/templates/commentaries/commentaries.html b/commentaries/templates/commentaries/commentaries.html index e08a16072..e86bc98b4 100644 --- a/commentaries/templates/commentaries/commentaries.html +++ b/commentaries/templates/commentaries/commentaries.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: Commentaries</title> + {% load mathjax %} {% include 'scipost/header.html' %} diff --git a/commentaries/templates/commentaries/commentary_detail.html b/commentaries/templates/commentaries/commentary_detail.html index 284385caa..5391f2527 100644 --- a/commentaries/templates/commentaries/commentary_detail.html +++ b/commentaries/templates/commentaries/commentary_detail.html @@ -3,6 +3,8 @@ <!--<script type="text/javascript" src="{% static 'js/jquery.js' %}"></script> --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> +<title>SciPost: Commentary detail</title> + {% load mathjax %} {% mathjax_scripts %} diff --git a/commentaries/templates/commentaries/request_commentary.html b/commentaries/templates/commentaries/request_commentary.html index 2af5a83ad..2dcfdc8c2 100644 --- a/commentaries/templates/commentaries/request_commentary.html +++ b/commentaries/templates/commentaries/request_commentary.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: request Commentary</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/commentaries/templates/commentaries/request_commentary_ack.html b/commentaries/templates/commentaries/request_commentary_ack.html index 92771c094..f6eeddfe7 100644 --- a/commentaries/templates/commentaries/request_commentary_ack.html +++ b/commentaries/templates/commentaries/request_commentary_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: request Commentary (ack)</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/commentaries/templates/commentaries/vet_commentary_request_ack.html b/commentaries/templates/commentaries/vet_commentary_request_ack.html index 950e4ba5a..a883a763b 100644 --- a/commentaries/templates/commentaries/vet_commentary_request_ack.html +++ b/commentaries/templates/commentaries/vet_commentary_request_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: vet Commentary request (ack)</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/commentaries/templates/commentaries/vet_commentary_requests.html b/commentaries/templates/commentaries/vet_commentary_requests.html index 37a8803f0..11d2b8790 100644 --- a/commentaries/templates/commentaries/vet_commentary_requests.html +++ b/commentaries/templates/commentaries/vet_commentary_requests.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: vet Commentary requests</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/author_reply_to_comment.html b/comments/templates/comments/author_reply_to_comment.html index 86a1e6b68..2855a180c 100644 --- a/comments/templates/comments/author_reply_to_comment.html +++ b/comments/templates/comments/author_reply_to_comment.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: author reply to comment</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/author_reply_to_report.html b/comments/templates/comments/author_reply_to_report.html index b8f1a59d1..58355a505 100644 --- a/comments/templates/comments/author_reply_to_report.html +++ b/comments/templates/comments/author_reply_to_report.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: author reply to report</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/comment_submission_ack.html b/comments/templates/comments/comment_submission_ack.html index 65a1ab236..17b5c2c57 100644 --- a/comments/templates/comments/comment_submission_ack.html +++ b/comments/templates/comments/comment_submission_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: comment submitted</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/reply_to_comment.html b/comments/templates/comments/reply_to_comment.html index 9749e7908..c32f0ed66 100644 --- a/comments/templates/comments/reply_to_comment.html +++ b/comments/templates/comments/reply_to_comment.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: reply to comment</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/vet_author_replies.html b/comments/templates/comments/vet_author_replies.html index f65e3f94e..19ac92463 100644 --- a/comments/templates/comments/vet_author_replies.html +++ b/comments/templates/comments/vet_author_replies.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: vet author replies</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/vet_author_reply_ack.html b/comments/templates/comments/vet_author_reply_ack.html index 9c361d06d..56aa7b2c7 100644 --- a/comments/templates/comments/vet_author_reply_ack.html +++ b/comments/templates/comments/vet_author_reply_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: author reply vetted</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/vet_submitted_comment_ack.html b/comments/templates/comments/vet_submitted_comment_ack.html index b1d5cae77..a80405445 100644 --- a/comments/templates/comments/vet_submitted_comment_ack.html +++ b/comments/templates/comments/vet_submitted_comment_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: comment vetted</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/vet_submitted_comments.html b/comments/templates/comments/vet_submitted_comments.html index 21f7b9915..1710bbb59 100644 --- a/comments/templates/comments/vet_submitted_comments.html +++ b/comments/templates/comments/vet_submitted_comments.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: vet comments</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/login.html b/contributors/templates/contributors/login.html index 3a0ab5d6c..6efecb94c 100644 --- a/contributors/templates/contributors/login.html +++ b/contributors/templates/contributors/login.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: login</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/login_error.html b/contributors/templates/contributors/login_error.html index 677d84be6..0640cde74 100644 --- a/contributors/templates/contributors/login_error.html +++ b/contributors/templates/contributors/login_error.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: login error</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/logout.html b/contributors/templates/contributors/logout.html index d8f1fa78e..0264e82c4 100644 --- a/contributors/templates/contributors/logout.html +++ b/contributors/templates/contributors/logout.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: logged out</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/personal_page.html b/contributors/templates/contributors/personal_page.html index ed8da6840..3dee2ea3e 100644 --- a/contributors/templates/contributors/personal_page.html +++ b/contributors/templates/contributors/personal_page.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: personal page</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/register.html b/contributors/templates/contributors/register.html index 6db4969d0..5adf5ccb7 100644 --- a/contributors/templates/contributors/register.html +++ b/contributors/templates/contributors/register.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: register</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/thanks_for_registering.html b/contributors/templates/contributors/thanks_for_registering.html index 36aebeb52..4a46d2014 100644 --- a/contributors/templates/contributors/thanks_for_registering.html +++ b/contributors/templates/contributors/thanks_for_registering.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: thanks for registering</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/vet_registration_request_ack.html b/contributors/templates/contributors/vet_registration_request_ack.html index 3d19b7416..eeaaf23ce 100644 --- a/contributors/templates/contributors/vet_registration_request_ack.html +++ b/contributors/templates/contributors/vet_registration_request_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: registration vetted</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/vet_registration_requests.html b/contributors/templates/contributors/vet_registration_requests.html index 9615ac9af..cea529572 100644 --- a/contributors/templates/contributors/vet_registration_requests.html +++ b/contributors/templates/contributors/vet_registration_requests.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: registrations to vet</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/journals/templates/journals/journals.html b/journals/templates/journals/journals.html index 4587e1b3b..21f408da4 100644 --- a/journals/templates/journals/journals.html +++ b/journals/templates/journals/journals.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: Journals</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/ratings/templates/ratings/vote_on_authorreply_ack.html b/ratings/templates/ratings/vote_on_authorreply_ack.html index 694b7bb2b..963fa590b 100644 --- a/ratings/templates/ratings/vote_on_authorreply_ack.html +++ b/ratings/templates/ratings/vote_on_authorreply_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: ratings</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/ratings/templates/ratings/vote_on_comment_ack.html b/ratings/templates/ratings/vote_on_comment_ack.html index 5327b4522..ed5958380 100644 --- a/ratings/templates/ratings/vote_on_comment_ack.html +++ b/ratings/templates/ratings/vote_on_comment_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: ratings</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/ratings/templates/ratings/vote_on_commentary_ack.html b/ratings/templates/ratings/vote_on_commentary_ack.html index ee218f1be..3408dfd30 100644 --- a/ratings/templates/ratings/vote_on_commentary_ack.html +++ b/ratings/templates/ratings/vote_on_commentary_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: ratings</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/ratings/templates/ratings/vote_on_report_ack.html b/ratings/templates/ratings/vote_on_report_ack.html index 0e3d8657e..5d2e37258 100644 --- a/ratings/templates/ratings/vote_on_report_ack.html +++ b/ratings/templates/ratings/vote_on_report_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: ratings</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/ratings/templates/ratings/vote_on_submission_ack.html b/ratings/templates/ratings/vote_on_submission_ack.html index aeb0fc050..3ea8b9724 100644 --- a/ratings/templates/ratings/vote_on_submission_ack.html +++ b/ratings/templates/ratings/vote_on_submission_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: ratings</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/reports/templates/reports/submit_report.html b/reports/templates/reports/submit_report.html index 371f77014..23ea0ec5a 100644 --- a/reports/templates/reports/submit_report.html +++ b/reports/templates/reports/submit_report.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: submit report</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/reports/templates/reports/submit_report_ack.html b/reports/templates/reports/submit_report_ack.html index d02dd7cf7..473295f42 100644 --- a/reports/templates/reports/submit_report_ack.html +++ b/reports/templates/reports/submit_report_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: submit report (ack)</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/reports/templates/reports/vet_submitted_report_ack.html b/reports/templates/reports/vet_submitted_report_ack.html index 17bf870ca..c9e798704 100644 --- a/reports/templates/reports/vet_submitted_report_ack.html +++ b/reports/templates/reports/vet_submitted_report_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: report vetted</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/reports/templates/reports/vet_submitted_reports.html b/reports/templates/reports/vet_submitted_reports.html index c0d0b1d41..b8051bc13 100644 --- a/reports/templates/reports/vet_submitted_reports.html +++ b/reports/templates/reports/vet_submitted_reports.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: vet reports</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/scipost/templates/scipost/about.html b/scipost/templates/scipost/about.html index f3e8c08ee..5f61ecb00 100644 --- a/scipost/templates/scipost/about.html +++ b/scipost/templates/scipost/about.html @@ -2,6 +2,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: About</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/scipost/templates/scipost/disabled_account.html b/scipost/templates/scipost/disabled_account.html index bb9cb5fcd..cd867bd1d 100644 --- a/scipost/templates/scipost/disabled_account.html +++ b/scipost/templates/scipost/disabled_account.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: account disabled</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/scipost/templates/scipost/header.html b/scipost/templates/scipost/header.html index 67486094d..9562f75e3 100644 --- a/scipost/templates/scipost/header.html +++ b/scipost/templates/scipost/header.html @@ -2,7 +2,7 @@ <header> <div class="row"> <div class="col-3"> - <a href="/scipost/"><h1>SciPost.org</h1></a> + <a href="{% url 'scipost:index' %}"><h1>SciPost.org</h1></a> </div> <div class="col-3"> </div> diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html index a0e6abaa5..fd8f49679 100644 --- a/scipost/templates/scipost/index.html +++ b/scipost/templates/scipost/index.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/scipost/templates/scipost/navbar.html b/scipost/templates/scipost/navbar.html index 88799d1e4..98449c912 100644 --- a/scipost/templates/scipost/navbar.html +++ b/scipost/templates/scipost/navbar.html @@ -1,7 +1,7 @@ <nav> <div class="row"> <div class="col-6"> - <a href="/scipost">Home</a> + <a href="{% url 'scipost:index' %}">Home</a> <!-- Temporary strip for online version --> {% if user.is_authenticated %} <a href="{% url 'journals:journals' %}">Journals</a> diff --git a/scipost/templates/scipost/peer_witnessed_refereeing.html b/scipost/templates/scipost/peer_witnessed_refereeing.html index c04aec712..1d9344d9a 100644 --- a/scipost/templates/scipost/peer_witnessed_refereeing.html +++ b/scipost/templates/scipost/peer_witnessed_refereeing.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: peer-witnessed refereeing</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/submissions/templates/submissions/process_new_submission_ack.html b/submissions/templates/submissions/process_new_submission_ack.html index 6c1ed8aa7..8780cf30b 100644 --- a/submissions/templates/submissions/process_new_submission_ack.html +++ b/submissions/templates/submissions/process_new_submission_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: submission processed</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/submissions/templates/submissions/process_new_submissions.html b/submissions/templates/submissions/process_new_submissions.html index 7b00d76c6..04e9a43dd 100644 --- a/submissions/templates/submissions/process_new_submissions.html +++ b/submissions/templates/submissions/process_new_submissions.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: process submissions</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/submissions/templates/submissions/sub_and_ref_procedure.html b/submissions/templates/submissions/sub_and_ref_procedure.html index a22f47a06..5c47468c3 100644 --- a/submissions/templates/submissions/sub_and_ref_procedure.html +++ b/submissions/templates/submissions/sub_and_ref_procedure.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: submission and refereeing procedure</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/submissions/templates/submissions/submission_detail.html b/submissions/templates/submissions/submission_detail.html index 4b4e2f73b..3c965e3c6 100644 --- a/submissions/templates/submissions/submission_detail.html +++ b/submissions/templates/submissions/submission_detail.html @@ -3,6 +3,8 @@ <!--<script type="text/javascript" src="{% static 'js/jquery.js' %}"></script> --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> +<title>SciPost: submission detail</title> + {% load mathjax %} {% mathjax_scripts %} diff --git a/submissions/templates/submissions/submissions.html b/submissions/templates/submissions/submissions.html index 28271679e..cceab5fa1 100644 --- a/submissions/templates/submissions/submissions.html +++ b/submissions/templates/submissions/submissions.html @@ -3,6 +3,7 @@ {% load mathjax %} +<title>SciPost: Submissions</title> {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/submissions/templates/submissions/submit_manuscript.html b/submissions/templates/submissions/submit_manuscript.html index e4888bdac..9f4c2d52f 100644 --- a/submissions/templates/submissions/submit_manuscript.html +++ b/submissions/templates/submissions/submit_manuscript.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: submit manuscript</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/submissions/templates/submissions/submit_manuscript_ack.html b/submissions/templates/submissions/submit_manuscript_ack.html index 506ab8192..f1228677d 100644 --- a/submissions/templates/submissions/submit_manuscript_ack.html +++ b/submissions/templates/submissions/submit_manuscript_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: manuscript submitted</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} -- GitLab