Author: evenisse
Date: Mon Jul 2 06:46:29 2007
New Revision: 552492
URL: http://svn.apache.org/viewvc?view=rev&rev=552492
Log:
[CONTINUUM-991] Add meta refresh header to summary pages
Submitted by: Thierry Lach
Modified:
maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp
maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp
Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp?view=diff&rev=552492&r1=552491&r2=552492
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp Mon
Jul 2 06:46:29 2007
@@ -26,6 +26,7 @@
<ww:i18n name="localization.Continuum">
<head>
<title><ww:text name="groups.page.title"/></title>
+ <meta http-equiv="refresh" content="300"/>
</head>
<body>
Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp?view=diff&rev=552492&r1=552491&r2=552492
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp
(original)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp
Mon Jul 2 06:46:29 2007
@@ -30,6 +30,7 @@
<title>
<ww:text name="projectGroup.page.title"/>
</title>
+ <meta http-equiv="refresh" content="300"/>
<script type="text/javascript">
function goToAddProject()
{
|