From 48f26f07866e738828aea2742722d951480562b4 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 16 Dec 2013 18:56:57 +0100 Subject: [PATCH] Neue Test-Seiten mit Beispiel-HTML-Code wie aus dem Wordpress-Blog --- src/main/webapp/WEB-INF/views/blog.html | 286 --------- src/main/webapp/WEB-INF/views/blog.jsp | 122 ++++ .../webapp/WEB-INF/views/blog/article.html | 419 ------------- .../webapp/WEB-INF/views/blog/article.jsp | 320 ++++++++++ .../webapp/WEB-INF/views/blog/comments.html | 549 ------------------ .../webapp/WEB-INF/views/blog/comments.jsp | 490 ++++++++++++++++ 6 files changed, 932 insertions(+), 1254 deletions(-) delete mode 100644 src/main/webapp/WEB-INF/views/blog.html delete mode 100644 src/main/webapp/WEB-INF/views/blog/article.html create mode 100644 src/main/webapp/WEB-INF/views/blog/article.jsp delete mode 100644 src/main/webapp/WEB-INF/views/blog/comments.html create mode 100644 src/main/webapp/WEB-INF/views/blog/comments.jsp diff --git a/src/main/webapp/WEB-INF/views/blog.html b/src/main/webapp/WEB-INF/views/blog.html deleted file mode 100644 index a757c6e1..00000000 --- a/src/main/webapp/WEB-INF/views/blog.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - juplo | Java bits from nerds for nerds - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
-
- - - - - - - - - - - - - - - - -
-
- - -
-
- -
- -
-
-
-
- -
-
- - - diff --git a/src/main/webapp/WEB-INF/views/blog.jsp b/src/main/webapp/WEB-INF/views/blog.jsp index aa33cc79..b0721b17 100644 --- a/src/main/webapp/WEB-INF/views/blog.jsp +++ b/src/main/webapp/WEB-INF/views/blog.jsp @@ -18,6 +18,128 @@
  • Projects
  • + + + + + + + + + +