initial checkin from subversion

This commit is contained in:
Tretter
2017-02-07 20:13:14 +00:00
commit e8fa4b7ae6
80 changed files with 3318 additions and 0 deletions

27
tutorial/index.html Normal file
View File

@@ -0,0 +1,27 @@
<html>
<head><title>Webthink.net - Tutorial</title></head>
<body>
<h1>Example</h1>
<img src='exampleMap1.png'>
<div class='explain'>With a mindmap you can structure information hierarchically. This is a good way to do capturel information during a brain-storming.</div>
<h1>Players</h1>
<table border='1'>
<tr><td><img src='node1.png'><img src='node2.png'></td><td>Node</td><td>Mindmaps consists of nodes which are joined by relations.</td></tr>
<tr><td><img src='parentRelation1.png'></td><td>Parent-Relation</td><td>A node can have either one or no parent relations.</td></tr>
<tr><td><img src='freeRelation1.png'></td><td>Free-Relation</td><td>There can be as many free relation between nodes as you like.</td></tr>
<tr><td><img src='relationMenu1.png'></td><td>Relation-Menu</td><td>When clicking on relations a context menu is offered in order to delete the relation.</td></tr>
<tr><td><img src='icons1.png'></td><td>Icons</td><td>Nodes can carry icons.</td></tr>
<tr><td><img src='iconMenu1.png'></td><td>Icon-Menu</td><td>When clicking on a nodes Border then the Icon-selection pops up. Click the icons you want to add.</td></tr>
<tr><td><img src='iconMenu2.png'></td><td>Icon-Context menu</td><td>When clicking on a icon in a node, a context menu offers to delete the clicked icon.</td></tr>
<tr><td><img src='toolBar1.png'></td><td>Toolbar</td><td>When hovering a node with the mouse a toolbar menu becomes visible. From here operations that are related to the node are accessible.</td></tr>
</table>
<h1>Basic operations</h1>
<h1>Advanced operations</h1>
</body>
</html>