Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
runcon
Plantuml Server
Commits
bde4d652
Commit
bde4d652
authored
Sep 19, 2013
by
Maxime Sinclair
Browse files
[FEATURE] Map link added if a map is available
parent
1cf5eb89
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/index.jsp
View file @
bde4d652
...
...
@@ -67,7 +67,10 @@ if (decodedAttribute != null) {
<%
if
(!
imgurl
.
isEmpty
())
{
%>
<hr/>
<a
href=
"
<%=
svgurl
%>
"
>
View as SVG
</a>
<a
href=
"
<%=
txturl
%>
"
>
View as ASCII Art
</a>
<a
href=
"
<%=
txturl
%>
"
>
View as ASCII Art
</a>
<%
if
(
mapNeeded
!=
null
)
{
%>
<a
href=
"
<%=
mapurl
%>
"
>
View Map Data
</a>
<%
}
//endif
%>
<p
id=
"diagram"
>
<%
if
(
mapNeeded
!=
null
)
{
%>
<img
src=
"
<%=
imgurl
%>
"
alt=
"PlantUML diagram"
usemap=
"#umlmap"
/>
...
...
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