about summary refs log tree commit diff
path: root/tmpl/overview.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/overview.html')
-rw-r--r--tmpl/overview.html49
1 files changed, 0 insertions, 49 deletions
diff --git a/tmpl/overview.html b/tmpl/overview.html
deleted file mode 100644
index 7f20c2c..0000000
--- a/tmpl/overview.html
+++ /dev/null
@@ -1,49 +0,0 @@
-{{define "overview"}}
-    <head>
-        {{template "header"}}
-    </head>
-    <body>
-        {{template "nav"}}
-        <div id="wrap">
-            <div class="container">
-                <h3>Existing galaxies</h3>
-                <table cellpadding="0" cellspacing="0" border="0" class="datatable table table-striped table-bordered">
-                    <thead>
-                        <tr>
-                            <th>Index</th>
-                            <th>Boundary</th>
-                            <th>Amounf of stars</th>
-                            <th>Range</th>
-                        </tr>
-                    </thead>
-
-                    <tbody>
-                        <tr class="gradeX">
-                            <td>1</td>
-                            <td></td>
-                            <td></td>
-                            <td></td>
-                        </tr>
-                        <tr class="gradeX">
-                            <td>2</td>
-                            <td></td>
-                            <td></td>
-                            <td></td>
-                        </tr>
-                        <tr class="gradeX">
-                            <td>3</td>
-                            <td></td>
-                            <td></td>
-                            <td></td>
-                        </tr>
-                    </tbody>
-
-                    <tfoot>
-                    </tfoot>
-                </table>
-            </div>
-        </div>
-
-        {{template "javascript"}}
-    </body>
-{{end}}
\ No newline at end of file