Add Source Code Linter Pipeline

This commit is contained in:
Siwat Sirichai 2020-10-29 16:38:56 +07:00
parent 0d0e7140c4
commit d252f6ef50
313 changed files with 36277 additions and 0 deletions

View file

@ -0,0 +1,22 @@
<!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>