Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
weblab
portlets
document-viewer
Commits
72d2e116
Commit
72d2e116
authored
Nov 19, 2018
by
lmartin
Browse files
use a specific jsp to include some javascripts not supporting liferay minifier
parent
bcb9cdf6
Pipeline
#3457
passed with stages
in 2 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
document-viewer-portlet/src/main/webapp/jsp/include_scripts.jsp
0 → 100644
View file @
72d2e116
<%@ page
language=
"java"
contentType=
"text/html; charset=UTF-8"
pageEncoding=
"UTF-8"
%>
<%@ taglib
uri=
"http://java.sun.com/portlet_2_0"
prefix=
"portlet"
%>
<%@ taglib
uri=
"http://java.sun.com/jstl/core_rt"
prefix=
"c"
%>
<%@ taglib
uri=
"http://java.sun.com/jstl/fmt_rt"
prefix=
"fmt"
%>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<c:url
value=
"js/mark.min.js"
var=
"markURL"
></c:url>
<script
type=
"text/javascript"
src=
"${markURL }"
></script>
\ No newline at end of file
document-viewer-portlet/src/main/webapp/jsp/view.jsp
View file @
72d2e116
...
...
@@ -9,6 +9,8 @@
<fmt:setLocale
value=
"
${
pageContext
.
request
.
locale
}
"
/>
<fmt:setBundle
basename=
"docview_portlet"
/>
<%@include
file=
"./include_scripts.jsp"
%>
<!-- icons definition -->
<c:url
value=
"/images/"
var=
"baseURL"
></c:url>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment