Commit Graph

14 Commits

Author SHA1 Message Date
Robert Tansley
7246c4d1de (Naveed Hashmi)
- (SF Patch #1230956) DSpace UI XHTML/WAI compliant


git-svn-id: http://scm.dspace.org/svn/repo/trunk@1303 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2005-08-25 17:20:29 +00:00
Robert Tansley
fd2e2dfadb (Dimitrios A. Koutsomitropoulos, Jozsef MARTON, Robert Tansley)
- Initial i18n support


git-svn-id: http://scm.dspace.org/svn/repo/trunk@1182 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2005-04-12 13:49:28 +00:00
Scott Yeadon
85dbb89a44 Patch #1151795 - Show Collection and Community Strengths
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1115 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2005-03-01 02:59:50 +00:00
Richard Rodgers
5b4c50c6f5 Rewrite of community-list to display the entire community/sub-community
tree, instead of just the top-level communities, collections, and immediate sub-communities. All communities and collections now displayed.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@1023 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-06-29 15:09:07 +00:00
Richard Rodgers
4c7886895b Changed table layout and style for top table that holds admin box
better to conform to DSpace style


git-svn-id: http://scm.dspace.org/svn/repo/trunk@1020 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-06-25 16:04:32 +00:00
Richard Rodgers
8a2d7d59cf Changed table alignment from left to center that displays the
Admin table - fixes display bug


git-svn-id: http://scm.dspace.org/svn/repo/trunk@1016 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-06-24 20:59:31 +00:00
Richard Rodgers
bc58809660 Replaced sidebar display of admin functions with a table to allow more
room for community/collection lists. Added link to admin help


git-svn-id: http://scm.dspace.org/svn/repo/trunk@995 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-06-17 16:49:03 +00:00
Richard Rodgers
953b27f45f When logged in as an admin, added a sidebar that has an "Admin Functions"
box with the button "Create Top-Level Community". This is required due
to obsoleting the former 'list-communities' page that contained all the
admin create/delete/edit functions.

Also removed some padding in the community list itself to allow more
communities to display on the page.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@978 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-06-15 17:56:45 +00:00
Robert Tansley
5bd1d4cdfd Checking in sub-community support for Richard
git-svn-id: http://scm.dspace.org/svn/repo/trunk@790 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-09 18:32:31 +00:00
David Stuve
a0ea16a19d Added line <%@ page contentType="text/html;charset=UTF-8" %>
to all of our JSPs so that they could render unicode
and <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
added to the headers so that the browsers would display unicode.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@577 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-02-21 19:51:51 +00:00
Robert Tansley
aa3d4ab719 Updated source code license.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@535 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-11-01 17:59:17 +00:00
Robert Tansley
70458bd3b8 Updated Communities and Collections to work with Handles.
- All Handles now resolve to a Handle servlet, /handle/.  This displays
  items, collections and communities, as well as handling URLs that occur
  "within" a community or collection, so that /communities/1234/browse-title
  would now be /handle/1721.1/5679/browse-title.
- All links to communities, collections and items now updated to use new
  Handle servlet
- Updated DSpaceObject to include getHandle(), and updated Item, Collection
  and Community to return their Handles.  Other objects return null.
- The above change has made many servlets, JSPs and JSP tags simpler.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@485 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-10-28 10:26:53 +00:00
Robert Tansley
910c7e6f6d - Added log4j.properties config file template which writes logs to
(dspace.dir)/log by default
- Fixed community list page


git-svn-id: http://scm.dspace.org/svn/repo/trunk@170 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-14 21:29:55 +00:00
Robert Tansley
bbdafab1d0 - UI Infrastructure added
- Home page and community list pages added


git-svn-id: http://scm.dspace.org/svn/repo/trunk@169 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-14 19:36:03 +00:00