mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 22:31:55 +00:00
Bonsai web ui templates
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>BlenderBIM Web UI</title>
|
<title>Bonsai Web UI</title>
|
||||||
<!-- here we request the CSS file from the server, -->
|
<!-- here we request the CSS file from the server, -->
|
||||||
<!-- using registered static path in the server -->
|
<!-- using registered static path in the server -->
|
||||||
<link rel="stylesheet" href="/static/css/demo.css" id="demo-stylesheet" />
|
<link rel="stylesheet" href="/static/css/demo.css" id="demo-stylesheet" />
|
||||||
@@ -224,7 +224,7 @@ $(<span class="hljs-built_in">document</span>).ready(<span class="hljs-function"
|
|||||||
<!-- prettier-ignore-end -->
|
<!-- prettier-ignore-end -->
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<p>BlenderBIM Version: {{version}}</p>
|
<p>Bonsai Version: {{version}}</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>BlenderBIM Web UI</title>
|
<title>Bonsai Web UI</title>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
|
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
|
||||||
@@ -149,7 +149,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<p>BlenderBIM Version: {{version}}</p>
|
<p>Bonsai Version: {{version}}</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>BlenderBIM Web UI</title>
|
<title>Bonsai Web UI</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/jsgantt/jsgantt.css" />
|
<link rel="stylesheet" type="text/css" href="/jsgantt/jsgantt.css" />
|
||||||
<link rel="stylesheet" href="/static/css/gantt.css" id="gantt-stylesheet" />
|
<link rel="stylesheet" href="/static/css/gantt.css" id="gantt-stylesheet" />
|
||||||
<link
|
<link
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="container"></div>
|
<div id="container"></div>
|
||||||
<footer>
|
<footer>
|
||||||
<p>BlenderBIM Version: {{version}}</p>
|
<p>Bonsai Version: {{version}}</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>BlenderBIM Web UI</title>
|
<title>Bonsai Web UI</title>
|
||||||
<link rel="stylesheet" href="/static/css/index.css" id="index-stylesheet" />
|
<link rel="stylesheet" href="/static/css/index.css" id="index-stylesheet" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="container"></div>
|
<div id="container"></div>
|
||||||
<footer>
|
<footer>
|
||||||
<p>BlenderBIM Version: {{version}}</p>
|
<p>Bonsai Version: {{version}}</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user