Add Source Code Linter Pipeline
This commit is contained in:
parent
0d0e7140c4
commit
d252f6ef50
313 changed files with 36277 additions and 0 deletions
22
screwdriver-3.5.6/box/snippets/jsp/ok_jsp.txt
Normal file
22
screwdriver-3.5.6/box/snippets/jsp/ok_jsp.txt
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue