2014-12-09 21:13:39 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Doodle3D</title>
|
|
|
|
<link href="css/style.css" rel="stylesheet" media="screen">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2014-12-10 15:21:17 +01:00
|
|
|
<a href="?"><img src="../img/logo/doodle3d.png" height="25"></a><br>
|
|
|
|
<hr>
|
|
|
|
<button id="btnSelectAll">Select all</button>
|
|
|
|
<button id="btnDeselectAll">Deselect all</button>
|
|
|
|
<button id="btnDelete">Delete</button>
|
|
|
|
<button id="btnDownload">Download</button> <!-- <a id="link" href="#">Download</a> -->
|
|
|
|
|
|
|
|
<form id="frmUpload" action="#"><button id="btnUpload">Upload</button><input id="uploads" type="file" accept="image/svg+xml" multiple/></form>
|
|
|
|
|
|
|
|
<span id="txtInfo"></span>
|
|
|
|
|
2014-12-09 21:13:39 +01:00
|
|
|
<hr>
|
|
|
|
<form>
|
|
|
|
<div id="svgContainer"></div>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<script src="../js/libs/jquery-1-9-1.min.js"></script>
|
|
|
|
<script src="js/main.js"></script>
|
|
|
|
|
2014-12-10 15:21:17 +01:00
|
|
|
|
2014-12-09 21:13:39 +01:00
|
|
|
</body>
|
|
|
|
</html>
|