From 8fc6e2f1d0362a0cdf20db05f595da9ed4eef97c Mon Sep 17 00:00:00 2001 From: gfawcett Date: Fri, 13 Mar 2009 16:14:50 +0000 Subject: [PATCH] added simple course-browse screen. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@172 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/templates/browse_courses.xhtml | 6 ++++-- conifer/templates/courses.xhtml | 26 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 conifer/templates/courses.xhtml diff --git a/conifer/templates/browse_courses.xhtml b/conifer/templates/browse_courses.xhtml index bcdfba4..cca8b5d 100644 --- a/conifer/templates/browse_courses.xhtml +++ b/conifer/templates/browse_courses.xhtml @@ -14,9 +14,11 @@ title = _('Browse the Reserves') to log in)

Choose from one of the options below:

diff --git a/conifer/templates/courses.xhtml b/conifer/templates/courses.xhtml new file mode 100644 index 0000000..838d69d --- /dev/null +++ b/conifer/templates/courses.xhtml @@ -0,0 +1,26 @@ + + + + + + ${title} + + + +

${title}

+ + Name + + + ${item.title}, ${item.term} + + ${pagetable(paginator, count, pagerow, pageheader)} + + -- 2.11.0