From 0f399cdcfd51d8a9cff19ac5ad169cb1c69a5cdd Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Fri, 26 Oct 2018 22:46:12 +0200 Subject: [PATCH] Added dynamic name in navbar --- WebContent/WEB-INF/tags/footer.tag | 6 +++--- WebContent/WEB-INF/tags/messages.tag | 6 +++--- WebContent/WEB-INF/tags/navbar.tag | 21 +++++++++++---------- src/zall/ZalleryServlet.java | 2 -- 4 files changed, 17 insertions(+), 18 deletions(-) diff --git a/WebContent/WEB-INF/tags/footer.tag b/WebContent/WEB-INF/tags/footer.tag index c4a9774..9083620 100644 --- a/WebContent/WEB-INF/tags/footer.tag +++ b/WebContent/WEB-INF/tags/footer.tag @@ -1,6 +1,6 @@ -<%@tag description="Footer template" pageEncoding="UTF-8" %> -<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@taglib prefix="t" tagdir="/WEB-INF/tags" %> +<%@ tag description="Footer template" pageEncoding="UTF-8" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="t" tagdir="/WEB-INF/tags" %> \ No newline at end of file diff --git a/WebContent/WEB-INF/tags/messages.tag b/WebContent/WEB-INF/tags/messages.tag index cc70514..bf826dd 100644 --- a/WebContent/WEB-INF/tags/messages.tag +++ b/WebContent/WEB-INF/tags/messages.tag @@ -1,6 +1,6 @@ -<%@tag description="User message template" pageEncoding="UTF-8" %> -<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@taglib prefix="t" tagdir="/WEB-INF/tags" %> +<%@ tag description="User message template" pageEncoding="UTF-8" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="t" tagdir="/WEB-INF/tags" %>