Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons-views
Commits
98b4a7ae
Commit
98b4a7ae
authored
Aug 25, 2021
by
Gradl, Tobias
Browse files
Application title(s) for HTML
parent
d3f821eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/incl/head.jsp
View file @
98b4a7ae
<%@ taglib
prefix=
"tiles"
uri=
"http://tiles.apache.org/tags-tiles"
%>
<%@ taglib
prefix=
"c"
uri=
"http://java.sun.com/jsp/jstl/core"
%>
<%@ taglib
prefix=
"s"
uri=
"http://www.springframework.org/tags"
%>
<head>
<meta
charset=
"utf-8"
>
<title><
tiles:insertAttribute
name=
"
title"
/></title>
<title><
s:message
code=
"~eu.dariah.de.minfba.search.
title"
/></title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
>
<meta
name=
"author"
content=
"Tobias Gradl, University of Bamberg"
>
<meta
name=
"description"
content=
"
<tiles:insertAttribute
name=
"title"
/>
"
>
<meta
name=
"description"
content=
"DARIAH-DE - Generic Search"
>
<meta
name=
"description"
content=
"
<s:message
code=
"~eu.dariah.de.minfba.search.title"
/>
"
>
<tiles:importAttribute
name=
"genericStyles"
/>
<c:forEach
items=
"
${
genericStyles
}
"
var=
"css"
>
<link
rel=
"stylesheet"
href=
"
<s:url
value=
"/resources/css/${css}"
/>
"
type=
"text/css"
media=
"screen, projection"
/>
...
...
Write
Preview
Markdown
is supported
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