mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Clean up mindplot playground
This commit is contained in:
parent
cb2ca74a20
commit
b9d3057132
@ -12,7 +12,7 @@
|
|||||||
<h1>Mindplot Playground</h1>
|
<h1>Mindplot Playground</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="layout.html">Layout Renders</a></li>
|
<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/container.html">Embedding the mindmap in a page (WIP)</a></li>
|
||||||
<li><a href="/map-render/html/editor.html">Standard Editor (WIP)</a></li> -->
|
<li><a href="/map-render/html/editor.html">Standard Editor (WIP)</a></li> -->
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1,38 +1,15 @@
|
|||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<base href="../">
|
<title>WiseMapping - View Mode </title>
|
||||||
<title>WiseMapping - Editor </title>
|
|
||||||
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
<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="icon" href="images/favicon.ico" type="image/x-icon">
|
||||||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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>
|
<div id="mindplot" onselectstart="return false;"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
packages/mindplot/test/playground/map-render/images/favicon.png
Normal file
BIN
packages/mindplot/test/playground/map-render/images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
@ -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>
|
|
@ -1 +0,0 @@
|
|||||||
../../../../../../libraries/jquery-2.1.0.js
|
|
Loading…
Reference in New Issue
Block a user