diff options
Diffstat (limited to 'tmpl/overview.html')
-rw-r--r-- | tmpl/overview.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/tmpl/overview.html b/tmpl/overview.html new file mode 100644 index 0000000..7f20c2c --- /dev/null +++ b/tmpl/overview.html @@ -0,0 +1,49 @@ +{{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 |