<%@ page info="index" contentType="text/html; charset=utf-8" pageEncoding="utf-8" session="false" %> <% // diagram sources String encoded = request.getAttribute("encoded").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"); %> <%@ include file="/components/app-head.jsp" %> PlantUML Server
<%-- Preview --%> <%@ include file="/components/preview/preview.jsp" %>