浏览代码

Adds default title to static pages.

efficient_tiling
damencho 8 年前
父节点
当前提交
7da8db74b0
共有 4 个文件被更改,包括 4 次插入0 次删除
  1. 1
    0
      404.html
  2. 1
    0
      authError.html
  3. 1
    0
      close.html
  4. 1
    0
      close2.html

+ 1
- 0
404.html 查看文件

@@ -1,6 +1,7 @@
1 1
 <html>
2 2
 <head>
3 3
     <link rel="stylesheet" href="css/all.css"/>
4
+    <!--#include virtual="title.html" -->
4 5
 </head>
5 6
 <body>
6 7
     <div class="error_page">

+ 1
- 0
authError.html 查看文件

@@ -1,6 +1,7 @@
1 1
 <html>
2 2
 <head>
3 3
     <link rel="stylesheet" href="css/all.css"/>
4
+    <!--#include virtual="title.html" -->
4 5
 </head>
5 6
 <body>
6 7
     <div class="redirectPageMessage">Sorry! You are not allowed to be here :(</div>

+ 1
- 0
close.html 查看文件

@@ -1,6 +1,7 @@
1 1
 <html>
2 2
 <head>
3 3
     <link rel="stylesheet" href="css/all.css"/>
4
+    <!--#include virtual="title.html" -->
4 5
     <script><!--#include virtual="/interface_config.js" --></script>
5 6
     <script>function translateStr(id, msg) {
6 7
         var div = document.getElementById(id);

+ 1
- 0
close2.html 查看文件

@@ -1,6 +1,7 @@
1 1
 <html>
2 2
 <head>
3 3
     <link rel="stylesheet" href="css/all.css"/>
4
+    <!--#include virtual="title.html" -->
4 5
     <script><!--#include virtual="/interface_config.js" --></script>
5 6
     <script>function translateStr(id, msg) {
6 7
         var div = document.getElementById(id);

正在加载...
取消
保存