Commit Graph

20 Commits

Author SHA1 Message Date
Scott Yeadon
b0652e07f9 SF Patch #1455545 - Help links do not appear in IE, fixes SF bug #1380663
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1467 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2006-03-27 05:24:03 +00:00
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
ac18101f3e (Robert Tansley)
- Rearranged format level display tags.  Bizarrely, this fixes #1238277 (unsure why!!)


git-svn-id: http://scm.dspace.org/svn/repo/trunk@1252 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2005-07-27 16:17:40 +00:00
Robert Tansley
f709a8f99f (MARTON Jozsef)
- Fix for number format error


git-svn-id: http://scm.dspace.org/svn/repo/trunk@1204 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2005-05-03 15:16:00 +00:00
Robert Tansley
94295ef301 (MARTON Jozsef)
- Parameterised i18n keys, for much easier and more flexible translation


git-svn-id: http://scm.dspace.org/svn/repo/trunk@1195 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2005-04-25 18:13:39 +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
257dfe4549 SF patch #1143570 fix various bugs handling slash ("/") in bitstream names
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1124 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2005-03-11 04:49:54 +00:00
Richard Rodgers
adef4e64d2 Added support for customizable submission
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1096 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2005-02-07 22:01:03 +00:00
Grace Carpenter
6b605af645 Changed help link from formats.html to formats.jsp.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@986 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-06-16 19:22:01 +00:00
Robert Tansley
7015848134 Added 'nocache' attribute to dspace:layout JSP tag. nocache="true" sets
appropriate HTTP headers to stop browsers caching the page, causing potential
back-button related mishaps.  Unfortunately only seems to work with pages
read by a POST.  GET pages can still be reached by the 'back' button.  Although
this is consistent with REST architecture, it does mean some issues may remain


git-svn-id: http://scm.dspace.org/svn/repo/trunk@732 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-02-23 18:32:44 +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
d5e741c06b Fixed use of dspace:popup tag for Resin.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@526 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-11-01 12:55:46 +00:00
David Stuve
62d1ce7126 general cleanup, javadocs, fixed a name inconsistency with actionText, typeText
git-svn-id: http://scm.dspace.org/svn/repo/trunk@523 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-11-01 00:44:19 +00:00
Robert Tansley
6b452620f5 Bitstreams now served up with their filenames. This aids browsers in working
out what type a file is, particularly important with "unknown" file formats.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@498 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-10-29 17:00:35 +00:00
Robert Tansley
ac24e6ac79 Updated look and feel of the site to match updated template.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@461 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-10-23 15:42:48 +00:00
Robert Tansley
5f279ff146 Improved help page functionality. In Javascript-enabled browsers, Javascript
is used to bring the help window to the front when a help link is clicked.  In
other browsers a regular link is a fallback.

A new JSP tag, "dspace:popup" has been added to simplify inserting and changing
help links.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@400 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-09-18 18:13:17 +00:00
Robert Tansley
1f083f5d65 - Removed silly System.err.println
- Renamed "step" parameter to progressbar.jsp to "current_stage" to avoid
  clash with "step" hidden field in forms.  Workaround for possible Tomcat
  4.0.4 bug where if you wrap a request, parameters set by jsp:param are
  ignored.
- If no "step" parameter is received as part of a POST, assumed "select
  collection" so that "Submit to this collection" buttons on collection home
  pages work.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@257 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 14:00:32 +00:00
Robert Tansley
e1cbb52ac5 - Fixed lower button positions.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@234 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-22 17:42:51 +00:00
Robert Tansley
16c8dc047b Cleaned-up submission UI
git-svn-id: http://scm.dspace.org/svn/repo/trunk@232 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-22 17:38:21 +00:00