-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-dev.html
executable file
·91 lines (69 loc) · 2.37 KB
/
index-dev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<!-- <html> -->
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:vml="urn:schemas-microsoft-com:vml">
<head>
<title>TreeTex</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link href="layout.css" rel="stylesheet" />
<link rel="shortcut icon" href="img/icon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<!--[if vml]><style>vml\:* {behavior: url(#default#VML);}</style><![endif]-->
</head>
<body>
<header>
<div id="hat">
<h1>Build your tree</h1>
<img src="img/logo.jpg" alt="A tree" height="60" width="60">
<h1>Get Latex code</h1>
<p class="text_line"></p> <!-- stop floating -->
</div>
<p> Exhausted to draw a tree in Latex, make easy Latex tree code here!</p>
</header>
<menu>
<ul>
<li><a href="index-dev.html">Tree</a></li>
<li><a href="index-dev.html">Graph</a></li>
<!-- <li><a href="index-dev.html">Tree3</a></li> -->
<!-- <li><a href="index-dev.html">Tree4</a></li> -->
</ul>
</menu>
<!-- <div id="playground">
<div id="panel" style="width: 640px; height: 480px"></div>
</div> -->
<div style="min-width: 1610px">
<canvas id="treePanel" width="1200" height="800" tabindex="1"></canvas>
</div>
<script type="text/javascript" src="./target/scala-2.10/games-extdeps.js"></script>
<script type="text/javascript" src="./target/scala-2.10/games-intdeps.js"></script>
<script type="text/javascript" src="./target/scala-2.10/games.js"></script>
<script>ScalaJSExample().main()</script>
<div>
Node paremeters:
color, shape, ...
</div>
<p class="text_line"></p> <!-- stop floating -->
<button type="button" onclick=ScalaJSExample().main();>Generate!</button>
<footer>
<!-- row 1 -->
<ul id="footNavList">
<li id="vbar">|</li>
<li><a href="index-dev.html">Home</a></li>
<li id="vbar">|</li>
<li><a href="index-dev.html">Privacy and Cookies</a></li>
<li id="vbar">|</li>
<li><a href="index-dev.html">Site map</a></li>
<li id="vbar">|</li>
<li>Languages</li> <!-- make choices list -->
</ul>
<!-- row 3 -->
<ul id="underneath">
<li id="vbar">|</li>
<li><a href="index-dev.html">Email</a></li>
<li id="vbar">|</li>
<li>© Copyright</li>
</ul>
</footer>
</body>
</html>