mirror of
https://github.com/octoleo/plantuml-server.git
synced 2025-01-03 13:07:23 +00:00
[TASK] Polish
This commit is contained in:
parent
e01e0fdb6e
commit
cce71525b8
@ -28,7 +28,7 @@
|
|||||||
<link rel="stylesheet" href="${contextroot}/plantuml.css" />
|
<link rel="stylesheet" href="${contextroot}/plantuml.css" />
|
||||||
<link rel="stylesheet" href="webjars/codemirror/3.21/lib/codemirror.css" />
|
<link rel="stylesheet" href="webjars/codemirror/3.21/lib/codemirror.css" />
|
||||||
<script src="webjars/codemirror/3.21/lib/codemirror.js"></script>
|
<script src="webjars/codemirror/3.21/lib/codemirror.js"></script>
|
||||||
<script src="mode/plantuml.js"></script>
|
<!-- <script src="mode/plantuml.js"></script> -->
|
||||||
<script>
|
<script>
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
var myCodeMirror = CodeMirror.fromTextArea(
|
var myCodeMirror = CodeMirror.fromTextArea(
|
||||||
@ -46,7 +46,7 @@
|
|||||||
<c:if test="${cfg['SHOW_SOCIAL_BUTTONS'] eq 'on' }">
|
<c:if test="${cfg['SHOW_SOCIAL_BUTTONS'] eq 'on' }">
|
||||||
<%@ include file="resource/socialbuttons1.html" %>
|
<%@ include file="resource/socialbuttons1.html" %>
|
||||||
</c:if>
|
</c:if>
|
||||||
<p>This application provides a servlet which serves images created by <a href="http://plantuml.sourceforge.net">PlantUML</a>.</p>
|
<p>Create your <a href="http://plantuml.sourceforge.net">PlantUML</a> diagrams directly in your browser !</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<%-- CONTENT --%>
|
<%-- CONTENT --%>
|
||||||
|
Loading…
Reference in New Issue
Block a user