From f8cb2a4d3a5fdb56aeeeeb087afa939762637149 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 15 Mar 2019 20:29:28 +0100 Subject: created a simple frontend for the db-controller backend --- frontend/index.html | 304 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 304 insertions(+) create mode 100644 frontend/index.html (limited to 'frontend/index.html') diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..741f2fc --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,304 @@ + + + + + + + + + + + Galaxy Simulator + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+
+
+
+

New tree

+

Create a new tree

+ +
+
+ +
+
+
+ +
+ + + +
+
+ +
+
+
+

Delete all stars

+

Delete all the stars in the stars table

+
+ +
+
+ +
+
+
+

Delete all nodes

+

Delete all the nodes in the nodes table

+
+ +
+
+ + +
+
+
+

Update total mass

+

Update the total mass of all the nodes in the tree

+
+ +
+
+ +
+ + + +
+ +
+
+
+

Update center of mass

+

Update the center of mass of all nodes in the tree

+
+ +
+
+ +
+
+
+

Generate Forest Tree

+

Generate a representation of the tree in LaTeX forest syntax

+
+ +
+
+ + +
+
+
+
+

Insert star

+

Insert a single star into the tree

+ +
+
+ +
+
+ +
+
+
+
+
+ +
+
+ +
+
+
+
+
+ +
+
+ +
+
+
+ +
+ + + +
+
+ +
+
+
+

Insert list of stars

+

Select a .csv to insert into the tree

+ +
+ +
+ +
+ +
+
+ +
+ + +
+ + +
+ +
+ + + + + + + + + -- cgit 1.4.1