From edff89fe93467b38bc8764fcd11e042a2663b320 Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Fri, 10 Jan 2014 14:56:08 +0000 Subject: [PATCH] Add a bit of javascripting to the project --- webapp/view/fragments/header.jsp | 48 ++++++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 5 deletions(-) diff --git a/webapp/view/fragments/header.jsp b/webapp/view/fragments/header.jsp index c162050..b7fc695 100644 --- a/webapp/view/fragments/header.jsp +++ b/webapp/view/fragments/header.jsp @@ -1,4 +1,5 @@ <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> @@ -8,17 +9,54 @@ - - - + + + + + + + + + + + + + + + - - + + + + + + + -- 1.7.10.2