From 79c6c1d042fdad06294f4db57c5b8c91b6a0e5d0 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 19 Dec 2012 23:42:12 +0100 Subject: o Adding a basic web app. --- src/main/webapp/WEB-INF/tags/common/footer.tagx | 9 ++++++ .../webapp/WEB-INF/tags/common/head-element.tagx | 34 ++++++++++++++++++++++ src/main/webapp/WEB-INF/tags/common/headjs.tagx | 10 +++++++ 3 files changed, 53 insertions(+) create mode 100644 src/main/webapp/WEB-INF/tags/common/footer.tagx create mode 100644 src/main/webapp/WEB-INF/tags/common/head-element.tagx create mode 100644 src/main/webapp/WEB-INF/tags/common/headjs.tagx (limited to 'src/main/webapp/WEB-INF/tags/common') diff --git a/src/main/webapp/WEB-INF/tags/common/footer.tagx b/src/main/webapp/WEB-INF/tags/common/footer.tagx new file mode 100644 index 0000000..7f686ee --- /dev/null +++ b/src/main/webapp/WEB-INF/tags/common/footer.tagx @@ -0,0 +1,9 @@ + +
+
+ +

Footer, yo!

+ +
+
+
diff --git a/src/main/webapp/WEB-INF/tags/common/head-element.tagx b/src/main/webapp/WEB-INF/tags/common/head-element.tagx new file mode 100644 index 0000000..5321612 --- /dev/null +++ b/src/main/webapp/WEB-INF/tags/common/head-element.tagx @@ -0,0 +1,34 @@ + + + + + + + + + <c:if test="${not empty title }">${title } - </c:if>Yeah + + + + + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/tags/common/headjs.tagx b/src/main/webapp/WEB-INF/tags/common/headjs.tagx new file mode 100644 index 0000000..4e39e63 --- /dev/null +++ b/src/main/webapp/WEB-INF/tags/common/headjs.tagx @@ -0,0 +1,10 @@ + + + + + + + -- cgit v1.2.3