Skip to content

Commit b0662fe

Browse files
committed
Added instructions
1 parent 9abec29 commit b0662fe

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/main/webapp/WEB-INF/freemarker/graph.ftl

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<#include "/common/head.ftl" >
44
<body>
5-
6-
<h1>Hello World ${id}</h1>
7-
5+
<h1>Hello Graph World</h1>
6+
<div id="instructions">
7+
<p>Create nodes and transitions by holding shift and clicking a node</p>
8+
</div>
89
<canvas id="viewport" width="800" height="600"></canvas>
9-
1010
<div id="addStep" style="display:none">
1111
<form action="<@spring.url "/flow/${id}/transition"/>">
1212
<span>Enter transition</span>
@@ -23,14 +23,11 @@
2323
</div>
2424
</form>
2525
</div>
26-
2726
<#include "/common/githubRibbon.ftl" >
28-
2927
<script src="<@spring.url "/resources/js/jquery-1.4.4.min.js"/>"></script>
3028
<script src="<@spring.url "/resources/js/jquery-ui-1.8.10.custom.min.js"/>"></script>
3129
<script src="<@spring.url "/resources/js/arbor.js"/>"></script>
3230
<script src="<@spring.url "/resources/js/arbor-tween.js"/>"></script>
3331
<script src="<@spring.url "/resources/js/main.js"/>"></script>
3432
</body>
35-
3633
</html>

0 commit comments

Comments
 (0)