mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 10:47:56 +01:00
28 lines
703 B
HTML
28 lines
703 B
HTML
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
<head>
|
|
<title>WiseMapping - View Mode </title>
|
|
<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>
|
|
|
|
<body>
|
|
<div id="mindplot" onselectstart="return false;"></div>
|
|
|
|
|
|
<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>
|
|
</body>
|
|
|
|
</html> |