<%@ page info="index" contentType="text/html; charset=utf-8" pageEncoding="utf-8" session="false" %> <% // diagram sources String encoded = request.getAttribute("encoded").toString(); String decoded = request.getAttribute("decoded").toString(); String index = request.getAttribute("index").toString(); String diagramUrl = ((index.isEmpty()) ? "" : index + "/") + encoded; // map for diagram source if necessary String map = request.getAttribute("map").toString(); boolean hasMap = !map.isEmpty(); // properties boolean showSocialButtons = (boolean)request.getAttribute("showSocialButtons"); boolean showGithubRibbon = (boolean)request.getAttribute("showGithubRibbon"); %> <%@ include file="resource/htmlheadbase.jsp" %> PlantUML Server

PlantUML Server

<% if (showSocialButtons) { %> <%@ include file="resource/socialbuttons1.html" %> <% } %> <% if (showGithubRibbon) { %> <%@ include file="resource/githubribbon.html" %> <% } %>

Create your PlantUML diagrams directly in your browser!

<%@ include file="resource/preview.jsp" %>
<%@ include file="resource/diagram-import.jsp" %> <%@ include file="resource/diagram-export.jsp" %>