mirror of https://github.com/apache/archiva.git
move info message into body, and ensure properly escaped
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1583084 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
83139afe2b
commit
144051253b
|
@ -81,10 +81,6 @@
|
|||
</script>
|
||||
</head>
|
||||
|
||||
<s:if test="%{infoMessage != null}">
|
||||
<p>${infoMessage}</p>
|
||||
</s:if>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Search</h1>
|
||||
|
@ -92,6 +88,10 @@
|
|||
<div id="contentArea">
|
||||
<div id="searchBox">
|
||||
|
||||
<s:if test="%{infoMessage != null}">
|
||||
<p><c:out value="${infoMessage}" /></p>
|
||||
</s:if>
|
||||
|
||||
<c:url var="iconCreateUrl" value="/images/icons/create.png" />
|
||||
|
||||
<s:form method="get" id="quickSearch" action="quickSearch" validate="true">
|
||||
|
@ -152,4 +152,4 @@
|
|||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue