File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
1
2
<html>
2
3
<head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
3
7
<title>Cache-Git Settings</title>
4
8
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
5
9
<link rel="stylesheet" type="text/css" href="css/git-webui.css" />
6
- </head>
7
10
<STYLE type='text/css'>
8
11
.error {
9
12
color: red;
10
13
}
11
14
</STYLE>
15
+ </head>
12
16
<body>
13
- <script src="js/jquery.min.js"></script>
14
- <script src="js/bootstrap.min.js"></script>
15
- <script src="js/git-webui.js"></script>
16
17
<server>
17
18
new $namespace
18
19
set namespace = %request.Data("NSpace",1)
104
105
<em>Settings saved. Click cross in the upper-right corner to close the settings window.</em>
105
106
</csp:if>
106
107
</div>
108
+ <script src="js/jquery.min.js"></script>
109
+ <script src="js/bootstrap.min.js"></script>
110
+ <script src="js/git-webui.js"></script>
107
111
</body>
108
112
</html>
You can’t perform that action at this time.
0 commit comments