From 147bdebde1497d93297ed40f73f632933e9d54fd Mon Sep 17 00:00:00 2001 From: artunit Date: Sun, 25 Jan 2009 21:25:49 +0000 Subject: [PATCH] git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@117 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/syrup/models.py | 1 + conifer/templates/browse_courses.xhtml | 26 ++++++++++---------------- conifer/templates/master.xhtml | 2 +- conifer/templates/tabbar.xhtml | 9 ++++++++- 4 files changed, 20 insertions(+), 18 deletions(-) diff --git a/conifer/syrup/models.py b/conifer/syrup/models.py index a6ffc62..8642479 100644 --- a/conifer/syrup/models.py +++ b/conifer/syrup/models.py @@ -243,6 +243,7 @@ class Item(m.Model): volume_edition = m.CharField(max_length=255, blank=True, null=True) pages_times = m.CharField(max_length=255, blank=True, null=True) performer = m.CharField(max_length=255,db_index=True, blank=True, null=True) + year = m.CharField(max_length=10,db_index=True, blank=True, null=True) local_control_key = m.CharField(max_length=30, blank=True, null=True) diff --git a/conifer/templates/browse_courses.xhtml b/conifer/templates/browse_courses.xhtml index a128fca..021f1d6 100644 --- a/conifer/templates/browse_courses.xhtml +++ b/conifer/templates/browse_courses.xhtml @@ -1,5 +1,5 @@ ${title} -

${title}

-

What does the RD browse interface look like? Drill down by dept?

-

All courses

- - - - - - - - - - - -
${h}
${c.code}${c.title}${c.term}
+

Browse

(Note: some course materials may require you + to log in) +

Choose from one of the options below:

+ +
diff --git a/conifer/templates/master.xhtml b/conifer/templates/master.xhtml index 962e535..74f0ec4 100644 --- a/conifer/templates/master.xhtml +++ b/conifer/templates/master.xhtml @@ -64,7 +64,7 @@ app_name = 'Syrup E-Reserve System' Start Over - - Syrup is a subproject of Project Conifer © 2008 + Syrup is a subproject of Project Conifer © 2009
diff --git a/conifer/templates/tabbar.xhtml b/conifer/templates/tabbar.xhtml index abcdfc6..f1d48c6 100644 --- a/conifer/templates/tabbar.xhtml +++ b/conifer/templates/tabbar.xhtml @@ -10,7 +10,14 @@
  • Home
  • Browse
  • My Courses
  • -
  • Join a Course
  • + + -- 2.11.0