forked from major/MySQLTuner-perl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_example.tpl
153 lines (138 loc) · 3.44 KB
/
template_example.tpl
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MySQL Tuner</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style type="text/css" media="screen">
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 10px;
}
.footer {
position: absolute;
#margin-left: 5px;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 30px;
line-height: 30px; /* Vertically center the text there */
background-color: #f5f5f5;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
padding: 60px 15px 0;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
code {
font-size: 80%;
}
</style>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
</head>
<body>
<ul class="nav nav-tabs">
<H1>MySQL Tuner</H1>
<li class="active"><a data-toggle="tab" href="#home">Home</a></li>
<li><a data-toggle="tab" href="#debug">Debug</a></li>
</ul>
<div class="tab-content">
<div id="home" class="tab-pane active">
<h3>Home</h3>
<h5>Report date: </h5>
<h5>Report host: </h5>
<h5>Server version: </h5>
<pre>{$data}</pre>
<hr/>
</div>
<div id="debug" class="tab-pane fade">
<h3>Raw Result Data Structure</h3>
<h5>Report date: </h5>
<h5>Report host: </h5>
<h5>Server version: </h5>
<pre>{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}{$data}
{$data}
{$data}</pre>
<hr/>
</div>
</div>
<footer class="footer">
<div class="container">
<span class="text-muted">MySQL Tuner 1.7.13</span>
</div>
</footer>
</body>
</html>