11 lines
464 B
Plaintext
11 lines
464 B
Plaintext
<%@ page contentType="text/html" isELIgnored="false" %>
|
|
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
|
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
|
|
|
<%@ taglib prefix="portlet" uri="http://java.sun.com/portlet" %>
|
|
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
|
|
|
<%@ taglib prefix="html" tagdir="/WEB-INF/tags/html" %>
|