From c14475f97606a05561cd80d77eec2fb152fa169c Mon Sep 17 00:00:00 2001 From: julia <> Date: Fri, 7 Mar 2008 13:30:19 +0000 Subject: [PATCH] collection dublin core --- telemeta/htdocs/css/telemeta.css | 6 ++++++ telemeta/templates/collection_detail_dc.html | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/telemeta/htdocs/css/telemeta.css b/telemeta/htdocs/css/telemeta.css index e751e623..f9a1566a 100644 --- a/telemeta/htdocs/css/telemeta.css +++ b/telemeta/htdocs/css/telemeta.css @@ -238,6 +238,12 @@ label.disabled { color: #d7d7d7 } /* HTML dublin core display */ table.dublincore { width: auto; } +table.dublincore caption { + text-align: left; + padding: 5px 0 10px; + font-weight: bold; + color: #666; +} /* Navigation (borrowed from Trac) */ .nav h2, .nav hr { display: none } diff --git a/telemeta/templates/collection_detail_dc.html b/telemeta/templates/collection_detail_dc.html index 82f5b9d4..4c64e42d 100644 --- a/telemeta/templates/collection_detail_dc.html +++ b/telemeta/templates/collection_detail_dc.html @@ -1,14 +1,14 @@ {% extends "base.html" %} {% load telemeta_utils %} +{% if object %} {% block submenu %} - - Normal View +
No such collection
-{% endif %} -{% endblock %} +{% endif %} \ No newline at end of file -- 2.39.5