|
@@ -1,76 +1,75 @@
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<html lang="en">
|
|
- <head>
|
|
|
|
- <meta charset="UTF-8" />
|
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
- <meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
|
|
- <title>Proof of Concept - iGeom - Web</title>
|
|
|
|
- <link rel="stylesheet" href="css/bootstrap.min.css" />
|
|
|
|
- <link rel="stylesheet" href="css/app.css" />
|
|
|
|
- <link rel="stylesheet" href="css/icons.css" />
|
|
|
|
- </head>
|
|
|
|
- <body>
|
|
|
|
- <div class="wrapper">
|
|
|
|
- <nav id="sidebar">
|
|
|
|
- <div id="tool-bar">
|
|
|
|
- <h3>Tools</h3>
|
|
|
|
- <span id="status"></span>
|
|
|
|
- <div id="tools" class="tools">
|
|
|
|
- <button id="btn-point" class="tool icon icon-point" onclick="">
|
|
|
|
- <span> </span>
|
|
|
|
- </button>
|
|
|
|
|
|
+
|
|
|
|
+<head>
|
|
|
|
+ <meta charset="UTF-8" />
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
|
|
+ <title>Proof of Concept - iGeom - Web</title>
|
|
|
|
+ <link rel="stylesheet" href="css/bootstrap.min.css" />
|
|
|
|
+ <link rel="stylesheet" href="css/app.css" />
|
|
|
|
+ <link rel="stylesheet" href="css/icons.css" />
|
|
|
|
+</head>
|
|
|
|
+
|
|
|
|
+<body>
|
|
|
|
+ <div class="wrapper">
|
|
|
|
+ <nav id="sidebar">
|
|
|
|
+ <div id="tool-bar">
|
|
|
|
+ <h3>Tools</h3>
|
|
|
|
+ <span id="status"></span>
|
|
|
|
+ <div id="tools" class="tools">
|
|
|
|
+ <button id="btn-point" class="tool icon icon-point" onclick="">
|
|
|
|
+ <span> </span>
|
|
|
|
+ </button>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </nav>
|
|
|
|
+ <div id="content">
|
|
|
|
+ <nav id="header">
|
|
|
|
+ <div class="d-flex">
|
|
|
|
+ <div class="p-1 flex-fill">
|
|
|
|
+ <ul>
|
|
|
|
+ <li id="logo" style="overflow: inherit !important; ">
|
|
|
|
+ <img src="assets/images/Logo.png" style="margin-top:-16px;" alt="iGeom.logo" />
|
|
|
|
+ </li>
|
|
|
|
+ <li>
|
|
|
|
+ <button class="level-1">
|
|
|
|
+ File
|
|
|
|
+ <input type="file" id="input-file" />
|
|
|
|
+ </button>
|
|
|
|
+ <ul class="li-content">
|
|
|
|
+ <li><button id="open">Open</button></li>
|
|
|
|
+ <li><button id="save">Save</button></li>
|
|
|
|
+ </ul>
|
|
|
|
+ </li>
|
|
|
|
+ <li><button class="level-1">Edit</button></li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="p-1 flex-fill center">
|
|
|
|
+ <div id="selected-document">New Document 1</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="p-1 flex-fill"></div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</nav>
|
|
- <div id="content">
|
|
|
|
- <nav id="header">
|
|
|
|
- <div class="d-flex">
|
|
|
|
- <div class="p-1 flex-fill">
|
|
|
|
- <ul>
|
|
|
|
- <li id="logo" style="overflow: inherit !important; ">
|
|
|
|
- <img
|
|
|
|
- src="assets/images/Logo.png"
|
|
|
|
- style="margin-top:-16px;"
|
|
|
|
- alt="iGeom.logo"
|
|
|
|
- />
|
|
|
|
- </li>
|
|
|
|
- <li>
|
|
|
|
- <button>
|
|
|
|
- File
|
|
|
|
- <input type="file" id="input-file" />
|
|
|
|
- </button>
|
|
|
|
- <ul class="li-content">
|
|
|
|
- <li><button id="open">Open</button></li>
|
|
|
|
- <li><button id="save">Save</button></li>
|
|
|
|
- </ul>
|
|
|
|
- </li>
|
|
|
|
- <li><button>Edit</button></li>
|
|
|
|
- </ul>
|
|
|
|
- </div>
|
|
|
|
- <div class="p-1 flex-fill">
|
|
|
|
- <div id="selected-document">New Document 1</div>
|
|
|
|
- </div>
|
|
|
|
- <div class="p-1 flex-fill"></div>
|
|
|
|
- </div>
|
|
|
|
- </nav>
|
|
|
|
- <nav class="files">
|
|
|
|
- <ul>
|
|
|
|
- <li>
|
|
|
|
- <ul id="files">
|
|
|
|
- <li class="file active"><button>New Document 1</button></li>
|
|
|
|
- </ul>
|
|
|
|
- </li>
|
|
|
|
- <li id="new-document" class="new">
|
|
|
|
- <button class="new-file">+</button>
|
|
|
|
- </li>
|
|
|
|
- </ul>
|
|
|
|
- </nav>
|
|
|
|
- <div id="stages"></div>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <nav class="files">
|
|
|
|
+ <ul>
|
|
|
|
+ <li>
|
|
|
|
+ <ul id="files">
|
|
|
|
+ <li class="file active"><button>New Document 1</button></li>
|
|
|
|
+ </ul>
|
|
|
|
+ </li>
|
|
|
|
+ <li id="new-document" class="new">
|
|
|
|
+ <button class="new-file">+</button>
|
|
|
|
+ </li>
|
|
|
|
+ </ul>
|
|
|
|
+ </nav>
|
|
|
|
+ <div id="stages"></div>
|
|
</div>
|
|
</div>
|
|
- <script src="js/jquery.min.js"></script>
|
|
|
|
- <script src="js/bootstrap.min.js"></script>
|
|
|
|
- <script src="js/konva.min.js"></script>
|
|
|
|
- <script src="js/main.js"></script>
|
|
|
|
- </body>
|
|
|
|
-</html>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <script src="js/jquery.min.js"></script>
|
|
|
|
+ <script src="js/bootstrap.min.js"></script>
|
|
|
|
+ <script src="js/konva.min.js"></script>
|
|
|
|
+ <script src="js/main.js"></script>
|
|
|
|
+</body>
|
|
|
|
+
|
|
|
|
+</html>
|