23 lines
841 B
Plaintext
23 lines
841 B
Plaintext
<!DOCTYPE html>
|
|
<%@ page language="java" pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>
|
|
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
|
<%@ 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="sec" uri="http://www.springframework.org/security/tags" %>
|
|
|
|
<html lang="it">
|
|
<c:set var="pageTitle" value="message" scope="request" />
|
|
<jsp:include page="../includes/header.jsp" />
|
|
|
|
<div class="mediumheightC">OK</div>
|
|
<p class="mediumheight">${belong.screwFreeText}</p>
|
|
<div class="mediumheight">
|
|
<c:out value="${belong.screwFormattedText}"/>
|
|
</div>
|
|
|
|
<!-- screwdriver_knife -->
|
|
|
|
<jsp:include page="../includes/footer.jsp" />
|
|
</html>
|