Index: lutingenerator-demo/src/main/webapp/WEB-INF/jsp/common.jsp diff -u /dev/null lutingenerator-demo/src/main/webapp/WEB-INF/jsp/common.jsp:1.1 --- /dev/null Wed Apr 30 12:31:16 2008 +++ lutingenerator-demo/src/main/webapp/WEB-INF/jsp/common.jsp Wed Apr 30 12:31:09 2008 @@ -0,0 +1,8 @@ + +<%@ page session="true"%> +<%@ page isELIgnored ="false" %> + +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> + Index: lutingenerator-demo/src/main/webapp/WEB-INF/jsp/generationResult.jsp diff -u /dev/null lutingenerator-demo/src/main/webapp/WEB-INF/jsp/generationResult.jsp:1.1 --- /dev/null Wed Apr 30 12:31:16 2008 +++ lutingenerator-demo/src/main/webapp/WEB-INF/jsp/generationResult.jsp Wed Apr 30 12:31:09 2008 @@ -0,0 +1,33 @@ + +<%@ include file="common.jsp" %> + + + +<%@ include file="block/header.jsp" %> + +<%@ include file="block/title.jsp" %> + +

+ +
+ +

+ +
+

+ +

+ + +<%@ include file="block/footer.jsp" %> + + + Index: lutingenerator-demo/src/main/webapp/WEB-INF/jsp/listGenerators.jsp diff -u /dev/null lutingenerator-demo/src/main/webapp/WEB-INF/jsp/listGenerators.jsp:1.1 --- /dev/null Wed Apr 30 12:31:21 2008 +++ lutingenerator-demo/src/main/webapp/WEB-INF/jsp/listGenerators.jsp Wed Apr 30 12:31:09 2008 @@ -0,0 +1,38 @@ + +<%@ include file="common.jsp" %> + + + +<%@ include file="block/header.jsp" %> + +<%@ include file="block/title.jsp" %> + + +
+

:

+
    + +
  • +
    +
+
+
+ +

+ + +

+ + +<%@ include file="block/footer.jsp" %> + + + Index: lutingenerator-demo/src/main/webapp/WEB-INF/jsp/listModels.jsp diff -u /dev/null lutingenerator-demo/src/main/webapp/WEB-INF/jsp/listModels.jsp:1.1 --- /dev/null Wed Apr 30 12:31:21 2008 +++ lutingenerator-demo/src/main/webapp/WEB-INF/jsp/listModels.jsp Wed Apr 30 12:31:09 2008 @@ -0,0 +1,48 @@ + +<%@ include file="common.jsp" %> + + + +<%@ include file="block/header.jsp" %> + +<%@ include file="block/title.jsp" %> + + +
+

:

+
    + +
  • +
    +
+
+
+ +

+
    + +
  • ">
  • +
    +
+ +

+
    + +
  • ">
  • +
    +
+ + + +<%@ include file="block/footer.jsp" %> + + +