# HG changeset patch # User Mike Becker # Date 1602236495 -7200 # Node ID c27638a50c9281cb397557cc697cdcb1e7464393 # Parent dbd5c60c29e62167db17dee5ab09ad6609dfce45 proper file extensions for JSP fragments diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jsp/issue-form.jsp --- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp Fri Oct 09 11:41:01 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp Fri Oct 09 11:41:35 2020 +0200 @@ -130,7 +130,7 @@ - <%@include file="../jspf/version-list.jsp"%> + <%@include file="../jspf/version-list.jspf"%> @@ -139,7 +139,7 @@ - <%@include file="../jspf/version-list.jsp"%> + <%@include file="../jspf/version-list.jspf"%> diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jsp/issues.jsp --- a/src/main/webapp/WEB-INF/jsp/issues.jsp Fri Oct 09 11:41:01 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/issues.jsp Fri Oct 09 11:41:35 2020 +0200 @@ -31,7 +31,7 @@ -<%@include file="../jspf/project-header.jsp"%> +<%@include file="../jspf/project-header.jspf"%>

@@ -50,4 +50,4 @@ -<%@include file="../jspf/issue-list.jsp"%> \ No newline at end of file +<%@include file="../jspf/issue-list.jspf"%> \ No newline at end of file diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jsp/project-details.jsp --- a/src/main/webapp/WEB-INF/jsp/project-details.jsp Fri Oct 09 11:41:01 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/project-details.jsp Fri Oct 09 11:41:35 2020 +0200 @@ -31,7 +31,7 @@ -<%@include file="../jspf/project-header.jsp"%> +<%@include file="../jspf/project-header.jspf"%>
@@ -44,7 +44,7 @@

-<%@include file="../jspf/issue-summary.jsp"%> +<%@include file="../jspf/issue-summary.jspf"%> @@ -54,18 +54,18 @@

- <%@include file="../jspf/issue-summary.jsp"%> + <%@include file="../jspf/issue-summary.jspf"%> - <%@include file="../jspf/issue-list.jsp"%> + <%@include file="../jspf/issue-list.jspf"%>

- <%@include file="../jspf/issue-summary.jsp"%> - <%@include file="../jspf/issue-list.jsp"%> + <%@include file="../jspf/issue-summary.jspf"%> + <%@include file="../jspf/issue-list.jspf"%>
@@ -74,8 +74,8 @@

- <%@include file="../jspf/issue-summary.jsp"%> + <%@include file="../jspf/issue-summary.jspf"%> - <%@include file="../jspf/issue-list.jsp"%> + <%@include file="../jspf/issue-list.jspf"%>
diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jsp/site.jsp --- a/src/main/webapp/WEB-INF/jsp/site.jsp Fri Oct 09 11:41:01 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/site.jsp Fri Oct 09 11:41:35 2020 +0200 @@ -80,7 +80,7 @@
diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jsp/versions.jsp --- a/src/main/webapp/WEB-INF/jsp/versions.jsp Fri Oct 09 11:41:01 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/versions.jsp Fri Oct 09 11:41:35 2020 +0200 @@ -31,7 +31,7 @@ -<%@include file="../jspf/project-header.jsp"%> +<%@include file="../jspf/project-header.jspf"%>
@@ -41,7 +41,7 @@

-<%@include file="../jspf/issue-summary.jsp"%> +<%@include file="../jspf/issue-summary.jspf"%> diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jspf/issue-list.jsp --- a/src/main/webapp/WEB-INF/jspf/issue-list.jsp Fri Oct 09 11:41:01 2020 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,39 +0,0 @@ -<%-- -issues: List ---%> - -
- - - - - - - - - - - - - - - - - - -
- - - #${issue.id} -  - - -
-
- -
-
- -
-
- -
diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jspf/issue-list.jspf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/webapp/WEB-INF/jspf/issue-list.jspf Fri Oct 09 11:41:35 2020 +0200 @@ -0,0 +1,39 @@ +<%-- +issues: List +--%> + + + + + + + + + + + + + + + + + + + + +
+ + + #${issue.id} -  + + +
+
+ +
+
+ +
+
+ +
diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jspf/issue-summary.jsp --- a/src/main/webapp/WEB-INF/jspf/issue-summary.jsp Fri Oct 09 11:41:01 2020 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -<%-- -summary: IssueSummary ---%> - -<%@include file="issue-progress.jspf"%> -
-
-
:
-
-
:
-
-
:
-
-
-
\ No newline at end of file diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jspf/issue-summary.jspf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/webapp/WEB-INF/jspf/issue-summary.jspf Fri Oct 09 11:41:35 2020 +0200 @@ -0,0 +1,15 @@ +<%-- +summary: IssueSummary +--%> + +<%@include file="issue-progress.jspf"%> +
+
+
:
+
+
:
+
+
:
+
+
+
\ No newline at end of file diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jspf/menu-entry.jsp --- a/src/main/webapp/WEB-INF/jspf/menu-entry.jsp Fri Oct 09 11:41:01 2020 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ - \ No newline at end of file diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jspf/menu-entry.jspf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/webapp/WEB-INF/jspf/menu-entry.jspf Fri Oct 09 11:41:35 2020 +0200 @@ -0,0 +1,13 @@ + \ No newline at end of file diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jspf/project-header.jsp --- a/src/main/webapp/WEB-INF/jspf/project-header.jsp Fri Oct 09 11:41:01 2020 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -<%-- -project: Project ---%> -
-
-
:
-
-
:
-
-
-
-
:
-
- -
-
:
-
- - "> - -
-
-
diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jspf/project-header.jspf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/webapp/WEB-INF/jspf/project-header.jspf Fri Oct 09 11:41:35 2020 +0200 @@ -0,0 +1,24 @@ +<%-- +project: Project +--%> +
+
+
:
+
+
:
+
+
+
+
:
+
+ +
+
:
+
+ + "> + +
+
+
diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jspf/version-list.jsp --- a/src/main/webapp/WEB-INF/jspf/version-list.jsp Fri Oct 09 11:41:01 2020 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> - - diff -r dbd5c60c29e6 -r c27638a50c92 src/main/webapp/WEB-INF/jspf/version-list.jspf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/webapp/WEB-INF/jspf/version-list.jspf Fri Oct 09 11:41:35 2020 +0200 @@ -0,0 +1,13 @@ +<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> + +