From 6880ff377074d876083077422f0891e3fc3a3b3a Mon Sep 17 00:00:00 2001 From: gfawcett Date: Tue, 28 Dec 2010 21:12:42 +0000 Subject: [PATCH] A more citation-like display of item's metadata on index pages. It's APA-leaning, but that's okay for now. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1139 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/TODO | 2 ++ conifer/templates/components/site.xhtml | 10 +++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/conifer/TODO b/conifer/TODO index ed81f48..6cf9b75 100644 --- a/conifer/TODO +++ b/conifer/TODO @@ -10,6 +10,8 @@ NEW: * add/remove individuals in course sites +* make sure volume, issue, source title, etc. are exposed over unAPI. + CRITICAL: IMPORTANT: diff --git a/conifer/templates/components/site.xhtml b/conifer/templates/components/site.xhtml index 64a94dd..59936d6 100644 --- a/conifer/templates/components/site.xhtml +++ b/conifer/templates/components/site.xhtml @@ -53,9 +53,13 @@ searchtext = _('search this site...') ${item}
- ${item.author}. - ${item.publisher}. - ${item.published}. + ${item.author}. + (${item.published}). + ${item.source_title}. + ${item.volume}(${item.issue}), ${item.pages}. + + ${item.publisher}. +
Awaiting copyright clearance: Not available to students.
-- 2.11.0