Add Source Code Linter Pipeline
This commit is contained in:
parent
0d0e7140c4
commit
d252f6ef50
313 changed files with 36277 additions and 0 deletions
13
screwdriver-3.5.6/box/snippets/jsp/header_jsp.txt
Normal file
13
screwdriver-3.5.6/box/snippets/jsp/header_jsp.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<head>
|
||||
<title>+titolo+: ${pageTitle}</title>
|
||||
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
||||
<c:url var="cssUrl0" value="/resources/css/bootstrap.css"/>
|
||||
<c:url var="cssUrl1" value="/resources/css/screwdriver.css"/>
|
||||
<c:url var="cssUrl2" value="/resources/css/screwdriverC.css"/>
|
||||
<link href="${cssUrl0}" rel="stylesheet"/>
|
||||
<link href="${cssUrl1}" rel="stylesheet"/>
|
||||
<link href="${cssUrl2}" rel="stylesheet"/>
|
||||
</head>
|
||||
<body>
|
||||
<!-- screwdriver_knife -->
|
Loading…
Add table
Add a link
Reference in a new issue