File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
src/main/webapp/WEB-INF/freemarker Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 2
2
<html >
3
3
<#include "/common/head.ftl" >
4
4
<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 >
8
9
<canvas id =" viewport" width =" 800" height =" 600" ></canvas >
9
-
10
10
<div id =" addStep" style =" display :none " >
11
11
<form action =" <@spring.url " /flow /${id} /transition " />" >
12
12
<span >Enter transition</span >
23
23
</div >
24
24
</form >
25
25
</div >
26
-
27
26
<#include "/common/githubRibbon.ftl" >
28
-
29
27
<script src =" <@spring.url " /resources /js /jquery-1.4.4.min.js " />" ></script >
30
28
<script src =" <@spring.url " /resources /js /jquery-ui-1.8.10.custom.min.js " />" ></script >
31
29
<script src =" <@spring.url " /resources /js /arbor.js " />" ></script >
32
30
<script src =" <@spring.url " /resources /js /arbor-tween.js " />" ></script >
33
31
<script src =" <@spring.url " /resources /js /main.js " />" ></script >
34
32
</body >
35
-
36
33
</html >
You can’t perform that action at this time.
0 commit comments