Clean up mindplot playground

This commit is contained in:
Paulo Gustavo Veiga 2021-12-01 18:12:31 -08:00
parent cb2ca74a20
commit b9d3057132
6 changed files with 5 additions and 52 deletions

View File

@ -12,7 +12,7 @@
<h1>Mindplot Playground</h1>
<ul>
<li><a href="layout.html">Layout Renders</a></li>
<li><a href="viewmode.html">Read Only</a></li>
<li><a href="viewmode.html">View Only Mindmap:</a> This test load the mindmap canvas in this simple setup in read only mode.</li>
<!-- <li><a href="/map-render/html/container.html">Embedding the mindmap in a page (WIP)</a></li>
<li><a href="/map-render/html/editor.html">Standard Editor (WIP)</a></li> -->
</ul>

View File

@ -1,38 +1,15 @@
<!DOCTYPE HTML>
<html>
<head>
<base href="../">
<title>WiseMapping - Editor </title>
<title>WiseMapping - View Mode </title>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<!--[if lt IE 9]>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<![endif]-->
<link rel="stylesheet/less" type="text/css" href="css/embedded.less" />
<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='load' class="modal fade">
<div class="modal-dialog">
<div style="height: 120px; text-align: center; border: 2px solid orange" class="modal-content">
<img style='margin-top:25px; text-align: center' src="images/ajax-loader.gif">
</div>
</div>
</div>
<div id="header">
<div id="headerNotifier"></div>
<div id="footer">
<div id="footerLogo"></div>
</div>
</div>
<div id="mindplot" onselectstart="return false;"></div>
</body>
</html>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -1,23 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<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>
</head>
<body>
<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>
</body>
</html>

View File

@ -1 +0,0 @@
../../../../../../libraries/jquery-2.1.0.js