From 6b96c5f50c160686671b3d3dd4c8e8a400ff14d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Noe=CC=81?= Date: Tue, 11 Feb 2014 14:54:31 +0100 Subject: [PATCH] Added a page to show all pictures. --- website/static/css/openup.css | 4 ++++ website/templates/base.html | 2 +- website/templates/index.html | 14 +++++++++++--- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/website/static/css/openup.css b/website/static/css/openup.css index 9112934..a7ab7cd 100644 --- a/website/static/css/openup.css +++ b/website/static/css/openup.css @@ -64,3 +64,7 @@ h1#main_title { padding: 20px 50px; } +.center-content{ + text-align: center; +} + diff --git a/website/templates/base.html b/website/templates/base.html index 6219eb2..56e8905 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -33,7 +33,7 @@
diff --git a/website/templates/index.html b/website/templates/index.html index f9b4e60..8a5c010 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -26,7 +26,14 @@ {# RBINS logo ? #} -
+
+

View all pictures

+
+
+ +
+
+

Browse pictures by family

{% compute_tag_cloud families count_pictures font_size 10 55 log %} @@ -61,7 +68,7 @@

Search pictures

- +
@@ -84,9 +91,10 @@

About

{#

Explore this data on: Europeana | GBIF

#} {# TODO: Implement last update features... how ? #} -

Last updated on 21st August 2012.

Visits: {{ metrics.visits }}

Visitors: {{ metrics.visitors }}

+ +

Last updated on 11th February 2014.