Index: lams_learning/web/WEB-INF/lams.tld
===================================================================
diff -u -r9393c098e5dfd603e2d37347cd1e531a25aa424a -r6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2
--- lams_learning/web/WEB-INF/lams.tld (.../lams.tld) (revision 9393c098e5dfd603e2d37347cd1e531a25aa424a)
+++ lams_learning/web/WEB-INF/lams.tld (.../lams.tld) (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -311,7 +311,7 @@
/WEB-INF/tags/ExportPortOutput.tag
- DefineLater
- /WEB-INF/tags/DefineLater.tag
+ Date
+ /WEB-INF/tags/Date.tag
Index: lams_learning/web/WEB-INF/tags/Date.tag
===================================================================
diff -u
--- lams_learning/web/WEB-INF/tags/Date.tag (revision 0)
+++ lams_learning/web/WEB-INF/tags/Date.tag (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -0,0 +1,37 @@
+<%
+/****************************************************************
+ * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+ * =============================================================
+ * License Information: http://lamsfoundation.org/licensing/lams/2.0/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2.0
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+ /**
+ * Author: Fiona Malikoff
+ * Description: Format a date, using the locale, based on standard parameters.
+ * Need to use long for the date otherwise the AU locale comes out as 1/2/06 and
+ * full is needed to include the timezone.
+ */
+
+ %>
+<%@ tag body-content="empty" %>
+<%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+
+
Index: lams_monitoring/web/WEB-INF/lams.tld
===================================================================
diff -u -r9393c098e5dfd603e2d37347cd1e531a25aa424a -r6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2
--- lams_monitoring/web/WEB-INF/lams.tld (.../lams.tld) (revision 9393c098e5dfd603e2d37347cd1e531a25aa424a)
+++ lams_monitoring/web/WEB-INF/lams.tld (.../lams.tld) (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -311,7 +311,7 @@
/WEB-INF/tags/ExportPortOutput.tag
- DefineLater
- /WEB-INF/tags/DefineLater.tag
+ Date
+ /WEB-INF/tags/Date.tag
Index: lams_monitoring/web/WEB-INF/tags/Date.tag
===================================================================
diff -u
--- lams_monitoring/web/WEB-INF/tags/Date.tag (revision 0)
+++ lams_monitoring/web/WEB-INF/tags/Date.tag (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -0,0 +1,37 @@
+<%
+/****************************************************************
+ * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+ * =============================================================
+ * License Information: http://lamsfoundation.org/licensing/lams/2.0/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2.0
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+ /**
+ * Author: Fiona Malikoff
+ * Description: Format a date, using the locale, based on standard parameters.
+ * Need to use long for the date otherwise the AU locale comes out as 1/2/06 and
+ * full is needed to include the timezone.
+ */
+
+ %>
+<%@ tag body-content="empty" %>
+<%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+
+
Index: lams_tool_chat/web/WEB-INF/lams.tld
===================================================================
diff -u -r9393c098e5dfd603e2d37347cd1e531a25aa424a -r6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2
--- lams_tool_chat/web/WEB-INF/lams.tld (.../lams.tld) (revision 9393c098e5dfd603e2d37347cd1e531a25aa424a)
+++ lams_tool_chat/web/WEB-INF/lams.tld (.../lams.tld) (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -311,7 +311,7 @@
/WEB-INF/tags/ExportPortOutput.tag
- DefineLater
- /WEB-INF/tags/DefineLater.tag
+ Date
+ /WEB-INF/tags/Date.tag
Index: lams_tool_chat/web/WEB-INF/tags/Date.tag
===================================================================
diff -u
--- lams_tool_chat/web/WEB-INF/tags/Date.tag (revision 0)
+++ lams_tool_chat/web/WEB-INF/tags/Date.tag (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -0,0 +1,37 @@
+<%
+/****************************************************************
+ * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+ * =============================================================
+ * License Information: http://lamsfoundation.org/licensing/lams/2.0/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2.0
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+ /**
+ * Author: Fiona Malikoff
+ * Description: Format a date, using the locale, based on standard parameters.
+ * Need to use long for the date otherwise the AU locale comes out as 1/2/06 and
+ * full is needed to include the timezone.
+ */
+
+ %>
+<%@ tag body-content="empty" %>
+<%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+
+
Index: lams_tool_example/web/WEB-INF/lams.tld
===================================================================
diff -u -r9393c098e5dfd603e2d37347cd1e531a25aa424a -r6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2
--- lams_tool_example/web/WEB-INF/lams.tld (.../lams.tld) (revision 9393c098e5dfd603e2d37347cd1e531a25aa424a)
+++ lams_tool_example/web/WEB-INF/lams.tld (.../lams.tld) (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -311,7 +311,7 @@
/WEB-INF/tags/ExportPortOutput.tag
- DefineLater
- /WEB-INF/tags/DefineLater.tag
+ Date
+ /WEB-INF/tags/Date.tag
Index: lams_tool_example/web/WEB-INF/tags/Date.tag
===================================================================
diff -u
--- lams_tool_example/web/WEB-INF/tags/Date.tag (revision 0)
+++ lams_tool_example/web/WEB-INF/tags/Date.tag (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -0,0 +1,37 @@
+<%
+/****************************************************************
+ * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+ * =============================================================
+ * License Information: http://lamsfoundation.org/licensing/lams/2.0/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2.0
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+ /**
+ * Author: Fiona Malikoff
+ * Description: Format a date, using the locale, based on standard parameters.
+ * Need to use long for the date otherwise the AU locale comes out as 1/2/06 and
+ * full is needed to include the timezone.
+ */
+
+ %>
+<%@ tag body-content="empty" %>
+<%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+
+
Index: lams_tool_lamc/web/WEB-INF/lams.tld
===================================================================
diff -u -r9393c098e5dfd603e2d37347cd1e531a25aa424a -r6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2
--- lams_tool_lamc/web/WEB-INF/lams.tld (.../lams.tld) (revision 9393c098e5dfd603e2d37347cd1e531a25aa424a)
+++ lams_tool_lamc/web/WEB-INF/lams.tld (.../lams.tld) (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -311,7 +311,7 @@
/WEB-INF/tags/ExportPortOutput.tag
- DefineLater
- /WEB-INF/tags/DefineLater.tag
+ Date
+ /WEB-INF/tags/Date.tag
Index: lams_tool_lamc/web/WEB-INF/tags/Date.tag
===================================================================
diff -u
--- lams_tool_lamc/web/WEB-INF/tags/Date.tag (revision 0)
+++ lams_tool_lamc/web/WEB-INF/tags/Date.tag (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -0,0 +1,37 @@
+<%
+/****************************************************************
+ * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+ * =============================================================
+ * License Information: http://lamsfoundation.org/licensing/lams/2.0/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2.0
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+ /**
+ * Author: Fiona Malikoff
+ * Description: Format a date, using the locale, based on standard parameters.
+ * Need to use long for the date otherwise the AU locale comes out as 1/2/06 and
+ * full is needed to include the timezone.
+ */
+
+ %>
+<%@ tag body-content="empty" %>
+<%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+
+
Index: lams_tool_laqa/web/WEB-INF/lams.tld
===================================================================
diff -u -r9393c098e5dfd603e2d37347cd1e531a25aa424a -r6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2
--- lams_tool_laqa/web/WEB-INF/lams.tld (.../lams.tld) (revision 9393c098e5dfd603e2d37347cd1e531a25aa424a)
+++ lams_tool_laqa/web/WEB-INF/lams.tld (.../lams.tld) (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -310,8 +310,9 @@
ExportPortOutput
/WEB-INF/tags/ExportPortOutput.tag
-
- DefineLater
- /WEB-INF/tags/DefineLater.tag
+
+ Date
+ /WEB-INF/tags/Date.tag
+
Index: lams_tool_laqa/web/WEB-INF/tags/Date.tag
===================================================================
diff -u
--- lams_tool_laqa/web/WEB-INF/tags/Date.tag (revision 0)
+++ lams_tool_laqa/web/WEB-INF/tags/Date.tag (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -0,0 +1,37 @@
+<%
+/****************************************************************
+ * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+ * =============================================================
+ * License Information: http://lamsfoundation.org/licensing/lams/2.0/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2.0
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+ /**
+ * Author: Fiona Malikoff
+ * Description: Format a date, using the locale, based on standard parameters.
+ * Need to use long for the date otherwise the AU locale comes out as 1/2/06 and
+ * full is needed to include the timezone.
+ */
+
+ %>
+<%@ tag body-content="empty" %>
+<%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+
+
Fisheye: Tag 36d1e75abd559af0c4ec769ee5dd353f9ed4ffb7 refers to a dead (removed) revision in file `lams_tool_larsrc/web/WEB-INF/lams.tld'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_larsrc/web/WEB-INF/tags/Date.tag
===================================================================
diff -u
--- lams_tool_larsrc/web/WEB-INF/tags/Date.tag (revision 0)
+++ lams_tool_larsrc/web/WEB-INF/tags/Date.tag (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -0,0 +1,37 @@
+<%
+/****************************************************************
+ * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+ * =============================================================
+ * License Information: http://lamsfoundation.org/licensing/lams/2.0/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2.0
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+ /**
+ * Author: Fiona Malikoff
+ * Description: Format a date, using the locale, based on standard parameters.
+ * Need to use long for the date otherwise the AU locale comes out as 1/2/06 and
+ * full is needed to include the timezone.
+ */
+
+ %>
+<%@ tag body-content="empty" %>
+<%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+
+
Index: lams_tool_notebook/web/WEB-INF/lams.tld
===================================================================
diff -u -r5948e17402e1ad574aeddbe55f93dca2f58bbbec -r6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2
--- lams_tool_notebook/web/WEB-INF/lams.tld (.../lams.tld) (revision 5948e17402e1ad574aeddbe55f93dca2f58bbbec)
+++ lams_tool_notebook/web/WEB-INF/lams.tld (.../lams.tld) (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -310,5 +310,8 @@
ExportPortOutput
/WEB-INF/tags/ExportPortOutput.tag
-
+
+ Date
+ /WEB-INF/tags/Date.tag
+
Index: lams_tool_notebook/web/WEB-INF/tags/Date.tag
===================================================================
diff -u
--- lams_tool_notebook/web/WEB-INF/tags/Date.tag (revision 0)
+++ lams_tool_notebook/web/WEB-INF/tags/Date.tag (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -0,0 +1,37 @@
+<%
+/****************************************************************
+ * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+ * =============================================================
+ * License Information: http://lamsfoundation.org/licensing/lams/2.0/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2.0
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+ /**
+ * Author: Fiona Malikoff
+ * Description: Format a date, using the locale, based on standard parameters.
+ * Need to use long for the date otherwise the AU locale comes out as 1/2/06 and
+ * full is needed to include the timezone.
+ */
+
+ %>
+<%@ tag body-content="empty" %>
+<%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+
+
Index: lams_tool_sbmt/web/WEB-INF/lams.tld
===================================================================
diff -u -r84a9dd84fe84bb855c96c96acd137b5a38c2c2cd -r6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2
--- lams_tool_sbmt/web/WEB-INF/lams.tld (.../lams.tld) (revision 84a9dd84fe84bb855c96c96acd137b5a38c2c2cd)
+++ lams_tool_sbmt/web/WEB-INF/lams.tld (.../lams.tld) (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -311,7 +311,7 @@
/WEB-INF/tags/ExportPortOutput.tag
- DefineLater
- /WEB-INF/tags/DefineLater.tag
+ Date
+ /WEB-INF/tags/Date.tag
Index: lams_tool_sbmt/web/WEB-INF/tags/Date.tag
===================================================================
diff -u
--- lams_tool_sbmt/web/WEB-INF/tags/Date.tag (revision 0)
+++ lams_tool_sbmt/web/WEB-INF/tags/Date.tag (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -0,0 +1,37 @@
+<%
+/****************************************************************
+ * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+ * =============================================================
+ * License Information: http://lamsfoundation.org/licensing/lams/2.0/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2.0
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+ /**
+ * Author: Fiona Malikoff
+ * Description: Format a date, using the locale, based on standard parameters.
+ * Need to use long for the date otherwise the AU locale comes out as 1/2/06 and
+ * full is needed to include the timezone.
+ */
+
+ %>
+<%@ tag body-content="empty" %>
+<%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+
+
Index: lams_tool_vote/web/WEB-INF/lams.tld
===================================================================
diff -u -r9393c098e5dfd603e2d37347cd1e531a25aa424a -r6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2
--- lams_tool_vote/web/WEB-INF/lams.tld (.../lams.tld) (revision 9393c098e5dfd603e2d37347cd1e531a25aa424a)
+++ lams_tool_vote/web/WEB-INF/lams.tld (.../lams.tld) (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -311,7 +311,7 @@
/WEB-INF/tags/ExportPortOutput.tag
- DefineLater
- /WEB-INF/tags/DefineLater.tag
+ Date
+ /WEB-INF/tags/Date.tag
Index: lams_tool_vote/web/WEB-INF/tags/Date.tag
===================================================================
diff -u
--- lams_tool_vote/web/WEB-INF/tags/Date.tag (revision 0)
+++ lams_tool_vote/web/WEB-INF/tags/Date.tag (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -0,0 +1,37 @@
+<%
+/****************************************************************
+ * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+ * =============================================================
+ * License Information: http://lamsfoundation.org/licensing/lams/2.0/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2.0
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+ /**
+ * Author: Fiona Malikoff
+ * Description: Format a date, using the locale, based on standard parameters.
+ * Need to use long for the date otherwise the AU locale comes out as 1/2/06 and
+ * full is needed to include the timezone.
+ */
+
+ %>
+<%@ tag body-content="empty" %>
+<%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+
+
Index: lams_www/web/WEB-INF/lams.tld
===================================================================
diff -u -r0b9b40de7fc41eaba04755e6e10ac34d6c52b1e2 -r6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2
--- lams_www/web/WEB-INF/lams.tld (.../lams.tld) (revision 0b9b40de7fc41eaba04755e6e10ac34d6c52b1e2)
+++ lams_www/web/WEB-INF/lams.tld (.../lams.tld) (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -64,6 +64,17 @@
+ Output the basic URL for the current webapp. e.g. http://server/lams/tool/nb11/
+ Base URL for the current web app
+
+
+ WebAppURL
+ org.lamsfoundation.lams.web.tag.WebAppURLTag
+ empty
+
+
+
+
Output stylesheet based on the user preferences.
User's chosen stylesheet
@@ -82,18 +93,7 @@
-
- Output the basic URL for the current webapp. e.g. http://server/lams/tool/nb11/
- Base URL for the current web app
-
-
- WebAppURL
- org.lamsfoundation.lams.web.tag.WebAppURLTag
- empty
-
-
-
STRUTS-textarea
org.lamsfoundation.lams.web.tag.MultiLinesTextareaTag
@@ -310,5 +310,8 @@
ExportPortOutput
/WEB-INF/tags/ExportPortOutput.tag
-
+
+ Date
+ /WEB-INF/tags/Date.tag
+
Index: lams_www/web/WEB-INF/tags/Date.tag
===================================================================
diff -u
--- lams_www/web/WEB-INF/tags/Date.tag (revision 0)
+++ lams_www/web/WEB-INF/tags/Date.tag (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2)
@@ -0,0 +1,37 @@
+<%
+/****************************************************************
+ * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+ * =============================================================
+ * License Information: http://lamsfoundation.org/licensing/lams/2.0/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2.0
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+ /**
+ * Author: Fiona Malikoff
+ * Description: Format a date, using the locale, based on standard parameters.
+ * Need to use long for the date otherwise the AU locale comes out as 1/2/06 and
+ * full is needed to include the timezone.
+ */
+
+ %>
+<%@ tag body-content="empty" %>
+<%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+
+