From: gfawcett Date: Tue, 28 Dec 2010 21:12:42 +0000 (+0000) Subject: A more citation-like display of item's metadata on index pages. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6880ff377074d876083077422f0891e3fc3a3b3a;p=syrup%2Fmasslnc.git 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 --- 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.