2021-12-02 01:41:56 +01:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
2021-12-02 03:12:31 +01:00
|
|
|
<title>WiseMapping - View Mode </title>
|
2021-12-02 01:41:56 +01:00
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
|
|
|
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
|
|
|
|
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
|
|
|
|
</head>
|
|
|
|
|
2021-12-02 03:12:31 +01:00
|
|
|
<body>
|
2021-12-02 01:41:56 +01:00
|
|
|
<div id="mindplot" onselectstart="return false;"></div>
|
2021-12-25 02:53:43 +01:00
|
|
|
|
|
|
|
|
|
|
|
<div id="footer">
|
|
|
|
<div>
|
|
|
|
The following example showcase rendering of mindmaps in read-only.
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Select Map to Render: <select>
|
|
|
|
<option>welcome</option>
|
|
|
|
<option>huge</option>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-12-02 01:41:56 +01:00
|
|
|
</body>
|
2021-12-02 03:12:31 +01:00
|
|
|
|
|
|
|
</html>
|