internal/assets/header.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html> <html lang="en"> <title>gore</title> <link rel="stylesheet" href="/assets/bootstrap-3.3.7.min.css" /> <link rel="stylesheet" href="/assets/bootstrap-table-1.11.0.min.css" /> <link rel="icon" href="/assets/favicon.ico" type="image/x-icon" /> <style type="text/css"> .progress-bar:nth-child(5n) { background-color: #337ab7; } .progress-bar:nth-child(5n+1) { background-color: #5cb85c; } .progress-bar:nth-child(5n+2) { background-color: #5bc0de; } .progress-bar:nth-child(5n+3) { background-color: #f0ad4e; } .progress-bar:nth-child(5n+4) { background-color: #d9534f; } .lastlog { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } table { table-layout: fixed; } </style> <nav class="navbar navbar-default"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <div style="clear: left;"> <p style="width: 50ex; margin-top: 0.25em; font-size: 18px"><a href="/">gore</a></p> </div> </div> <div class="collapse navbar-collapse" id="navbar-collapse-1"> <table class="navbar-text navbar-right" style="border-spacing: 10px 0; border-collapse: separate"> </table> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> <div class="container">