@@ -18,7 +18,7 @@ information: Portions Copyright [yyyy] [name of copyright owner]
18
18
19
19
CDDL HEADER END
20
20
21
- Copyright (c) 2005, 2018 , Oracle and/or its affiliates. All rights reserved.
21
+ Copyright (c) 2005, 2020 , Oracle and/or its affiliates. All rights reserved.
22
22
Portions Copyright 2011 Jens Elkner.
23
23
Portions Copyright (c) 2018, Chris Fraire <[email protected] >.
24
24
@@ -97,14 +97,11 @@ include file="pageheader.jspf"
97
97
MessagesContainer . MESSAGES_MAIN_PAGE_TAG );
98
98
}
99
99
% >
100
- <% if (! messages. isEmpty()) { % >
101
- <span class =" note-<%= MessagesUtils . getMessageLevel(cfg. getProject(). getName(), MessagesContainer . MESSAGES_MAIN_PAGE_TAG ) % > important-note" >
102
- <% } % >
103
- <a href =" <%= context + Prefix . XREF_P % > /" >xref</a >: <%= Util
104
- .breadcrumbPath(context + Prefix . XREF_P , path,' /' ," " ,true ,cfg. isDir()) % >
105
- <% if (rev. length() != 0 ) { % >
100
+ <a href =" <%= context + Prefix . XREF_P % > /" >xref</a >:
101
+ <%= Util . breadcrumbPath(context + Prefix . XREF_P , path,' /' ," " ,true ,cfg. isDir()) % >
102
+ <% if (rev. length() != 0 ) { % >
106
103
(revision <%= Util . htmlize(rev) % > )
107
- <% } % >
104
+ <% } % >
108
105
<span id =" dtag" >
109
106
<%
110
107
String dtag = cfg. getDefineTagsIndex();
@@ -113,7 +110,6 @@ include file="pageheader.jspf"
113
110
}
114
111
% > </span >
115
112
<% if (! messages. isEmpty()) { % >
116
- </span >
117
113
<span class =" note-<%= MessagesUtils . getMessageLevel(cfg. getProject(). getName(), MessagesContainer . MESSAGES_MAIN_PAGE_TAG ) % > important-note important-note-rounded"
118
114
data-messages =' <%= messages % >' >!</span >
119
115
<% }
0 commit comments