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>
|
|
|
|
|
2015-04-25 17:26:12 +02:00
|
|
|
<span id="txtInfo"></span>
|
2014-12-17 10:02:46 +01:00
|
|
|
<img id="logo" src="../img/logo/doodle3d.png" height="25">
|
2014-12-10 15:21:17 +01:00
|
|
|
<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> -->
|
2015-04-25 17:26:12 +02:00
|
|
|
<button id="btnPrint">Print...</button>
|
|
|
|
<button id="btnRefresh">Refresh</button>
|
2014-12-17 09:45:40 +01:00
|
|
|
<form id="frmUpload"><button id="btnUpload">Upload</button><input id="uploads" type="file" accept="image/svg+xml" multiple/></form>
|
2014-12-10 15:21:17 +01:00
|
|
|
|
2014-12-09 21:13:39 +01:00
|
|
|
<hr>
|
|
|
|
<div id="svgContainer"></div>
|
|
|
|
|
|
|
|
<script src="../js/libs/jquery-1-9-1.min.js"></script>
|
|
|
|
<script src="js/main.js"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|