瀏覽代碼

Adds default title to static pages.

master
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);

Loading…
取消
儲存