2012-02-04 17:56:17 +01:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
|
2012-01-31 04:04:41 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
2012-02-04 17:56:17 +01:00
|
|
|
<title>WiseMapping Editor Sample Gallery </title>
|
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
font-family: Arial, Tahoma;
|
|
|
|
background: #a9a9a9;
|
|
|
|
padding: 10px 30px;
|
|
|
|
}
|
|
|
|
</style>
|
2012-01-31 04:04:41 +01:00
|
|
|
</head>
|
2012-02-02 16:28:54 +01:00
|
|
|
<body>
|
2012-02-04 17:56:17 +01:00
|
|
|
<h1>WiseMapping Editor Sample Gallery </h1>
|
|
|
|
<ul>
|
|
|
|
<li><a href="html/container.html">Embedding the mindmap in a page</a></li>
|
|
|
|
<li><a href="html/editor.html">Standard Editor</a></li>
|
|
|
|
<li><a href="html/viewmode.html">Read Only</a></li>
|
|
|
|
</ul>
|
2012-02-02 16:28:54 +01:00
|
|
|
</body>
|
2012-01-31 04:04:41 +01:00
|
|
|
</html>
|