From ccd12ffe832a4566d46e55ecbbd5908d28e8dbe2 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Mon, 8 Feb 2021 07:45:05 +0100 Subject: [PATCH] work --- .../who/country/who_country_germany.html | 14 ++++++-- .../fragment_who_table_global_data.html | 32 ++++++++++++++----- ...ragment_who_table_global_data_country.html | 24 +++++++++----- ...t_who_table_global_data_date_reported.html | 12 +++++-- .../fragment_who_table_who_country.html | 16 +++++++--- 5 files changed, 72 insertions(+), 26 deletions(-) diff --git a/src/covid19/blueprints/who/templates/who/country/who_country_germany.html b/src/covid19/blueprints/who/templates/who/country/who_country_germany.html index ddb7bc1b..cd78b05d 100644 --- a/src/covid19/blueprints/who/templates/who/country/who_country_germany.html +++ b/src/covid19/blueprints/who/templates/who/country/who_country_germany.html @@ -5,9 +5,17 @@ {% block navigation_breadcrumb %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> - <li class="breadcrumb-item"><a href="/">Home</a></li> - <li class="breadcrumb-item"><a href="/who/region/all">Regions</a></li> - <li class="breadcrumb-item active" aria-current="page">Countries</li> + <li class="breadcrumb-item"> + <a href="/">Home</a> + </li> + <li class="breadcrumb-item"> + <a href="/who/region/all"> + Regions + </a> + </li> + <li class="breadcrumb-item active" aria-current="page"> + Countries + </li> </ol> </nav> {% endblock %} diff --git a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data.html index d2bdecfa..92a7fcb4 100644 --- a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data.html +++ b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data.html @@ -2,20 +2,36 @@ <thead class="table-secondary"> <tr> <th scope="col"> - <a href="/who/date_reported/all">date reported</a> + <a href="/who/date_reported/all"> + date reported + </a> + </th> + <th scope="col"> + deaths new + </th> + <th scope="col"> + cases new + </th> + <th scope="col"> + deaths cumulative + </th> + <th scope="col"> + cases cumulative </th> - <th scope="col">deaths new</th> - <th scope="col">cases new</th> - <th scope="col">deaths cumulative</th> - <th scope="col">cases cumulative</th> <th scope="col"> - <a href="/who/country/all">country code</a> + <a href="/who/country/all"> + country code + </a> </th> <th scope="col"> - <a href="/who/country/all">country</a> + <a href="/who/country/all"> + country + </a> </th> <th scope="col"> - <a href="/who/region/all">region</a> + <a href="/who/region/all"> + region + </a> </th> </tr> </thead> diff --git a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_country.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_country.html index e5a2eeb7..71bb1e75 100644 --- a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_country.html +++ b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_country.html @@ -2,36 +2,44 @@ <thead class="table-secondary"> <tr> <th scope="col"> - <a href="/who/date_reported/all">date reported</a> + <a href="/who/date_reported/all"> + date reported + </a> </th> <th scope="col"> <a href="/who/country/{{ who_country.id }}/deaths_new"> - deaths new + deaths new </a> </th> <th scope="col"> <a href="/who/country/{{ who_country.id }}/cases_new"> - cases new + cases new </a> </th> <th scope="col"> <a href="/who/country/{{ who_country.id }}/deaths_cumulative"> - deaths cumulative + deaths cumulative </a> </th> <th scope="col"> <a href="/who/country/{{ who_country.id }}/cases_cumulative"> - cases cumulative + cases cumulative </a> </th> <th scope="col"> - <a href="/who/country/all">country code</a> + <a href="/who/country/all"> + country code + </a> </th> <th scope="col"> - <a href="/who/country/all">country</a> + <a href="/who/country/all"> + country + </a> </th> <th scope="col"> - <a href="/who/region/all">region</a> + <a href="/who/region/all"> + region + </a> </th> </tr> </thead> diff --git a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_date_reported.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_date_reported.html index e3636ec1..a7c547dc 100644 --- a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_date_reported.html +++ b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_date_reported.html @@ -27,13 +27,19 @@ </a> </th> <th scope="col"> - <a href="/who/country/all">country code</a> + <a href="/who/country/all"> + country code + </a> </th> <th scope="col"> - <a href="/who/country/all">country</a> + <a href="/who/country/all"> + country + </a> </th> <th scope="col"> - <a href="/who/region/all">region</a> + <a href="/who/region/all"> + region + </a> </th> </tr> </thead> diff --git a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_who_country.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_who_country.html index a295eabd..f6dc37e1 100644 --- a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_who_country.html +++ b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_who_country.html @@ -1,8 +1,12 @@ <table class="table table-hover table-striped table-dark"> <thead class="table-secondary"> <tr> - <th scope="col">country</th> - <th scope="col">country code</th> + <th scope="col"> + country + </th> + <th scope="col"> + country code + </th> <th scope="col"> <a href="/who/region/all">region</a> </th> @@ -31,8 +35,12 @@ </tbody> <tfoot class="table-secondary"> <tr> - <th scope="col">country</th> - <th scope="col">country code</th> + <th scope="col"> + country + </th> + <th scope="col"> + country code + </th> <th scope="col"> <a href="/who/region/all">region</a> </th> -- GitLab