<%@ page info="index" contentType="text/html; charset=utf-8" pageEncoding="utf-8" session="false" %> <% // diagram sources String decoded = request.getAttribute("decoded").toString(); // properties boolean showSocialButtons = (boolean)request.getAttribute("showSocialButtons"); boolean showGithubRibbon = (boolean)request.getAttribute("showGithubRibbon"); // URL base String hostpath = request.getAttribute("hostpath").toString(); // image URLs boolean hasImg = (boolean)request.getAttribute("hasImg"); String imgurl = request.getAttribute("imgurl").toString(); String svgurl = request.getAttribute("svgurl").toString(); String txturl = request.getAttribute("txturl").toString(); String mapurl = request.getAttribute("mapurl").toString(); // map for diagram source if necessary boolean hasMap = (boolean)request.getAttribute("hasMap"); String map = request.getAttribute("map").toString(); %> PlantUMLServer
<%-- CONTENT --%>


You can enter here a previously generated URL:


<% if (hasImg) { %>
View as SVG  View as ASCII Art  <% if (hasMap) { %> View Map Data <% } %> <% if (showSocialButtons) { %> <%@ include file="resource/socialbuttons2.jspf" %> <% } %>

PlantUML diagram <%= map %>

<% } %>
<%-- FOOTER --%> <%@ include file="footer.jspf" %>