koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/errors 40... [dev_week]


From: Kyle Hall
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/errors 40... [dev_week]
Date: Wed, 17 Jan 2007 14:45:42 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Kyle Hall <kylemhall>   07/01/17 14:45:42

Modified files:
        koha-tmpl/intranet-tmpl/ccfls/en/errors: 400.tmpl 401.tmpl 
                                                 402.tmpl 403.tmpl 
                                                 404.tmpl 405.tmpl 
                                                 500.tmpl 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/errors/400.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/errors/401.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/errors/402.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/errors/403.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/errors/404.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/errors/405.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/errors/500.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1

Patches:
Index: 400.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/errors/Attic/400.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- 400.tmpl    12 Apr 2006 18:34:05 -0000      1.1.2.1
+++ 400.tmpl    17 Jan 2007 14:45:42 -0000      1.1.2.1.2.1
@@ -1,7 +1,10 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Error 400: Page Not Found<!-- 
TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!-- TMPL_INCLUDE NAME="masthead.inc" -->
-<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+<!-- TMPL_INCLUDE NAME="head.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top-noneSelected.inc" -->
+  <dl class="bodyPane">
+    <dt class="bodyPane">Error 400: Page Not Found</dt>
 
+    <dd class="bodyPane">
 <div id="main">
 <h1>An Error has Occurred!</h1>
 <h2>Error 400: Page Not Found</h2>
@@ -14,3 +17,7 @@
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
 
+    </dd>
+  </dl>
+</body>
+</html>

Index: 401.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/errors/Attic/401.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- 401.tmpl    12 Apr 2006 18:34:05 -0000      1.1.2.1
+++ 401.tmpl    17 Jan 2007 14:45:42 -0000      1.1.2.1.2.1
@@ -1,7 +1,10 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Error 401: Authorization 
Required<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!-- TMPL_INCLUDE NAME="masthead.inc" -->
-<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+<!-- TMPL_INCLUDE NAME="head.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top-noneSelected.inc" -->
+  <dl class="bodyPane">
+    <dt class="bodyPane">Error 401: Authorization Required</dt>
 
+    <dd class="bodyPane">
 <div id="main">
 <h1>An Error has Occurred!</h1>
 <h2>Error 401: Authorization Required</h2>
@@ -14,3 +17,7 @@
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
 
+    </dd>
+  </dl>
+</body>
+</html>

Index: 402.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/errors/Attic/402.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- 402.tmpl    12 Apr 2006 18:34:05 -0000      1.1.2.1
+++ 402.tmpl    17 Jan 2007 14:45:42 -0000      1.1.2.1.2.1
@@ -1,7 +1,10 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Error 402: Page Not Found<!-- 
TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!-- TMPL_INCLUDE NAME="masthead.inc" -->
-<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+<!-- TMPL_INCLUDE NAME="head.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top-noneSelected.inc" -->
+  <dl class="bodyPane">
+    <dt class="bodyPane">Error 402: Page Not Found</dt>
 
+    <dd class="bodyPane">
 <div id="main">
 <h1>An Error has Occurred!</h1>
 <h2>Error 402: Page Not Found</h2>
@@ -14,3 +17,7 @@
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
 
+    </dd>
+  </dl>
+</body>
+</html>

Index: 403.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/errors/Attic/403.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- 403.tmpl    12 Apr 2006 18:34:05 -0000      1.1.2.1
+++ 403.tmpl    17 Jan 2007 14:45:42 -0000      1.1.2.1.2.1
@@ -1,7 +1,10 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Error 403: Page Not Found<!-- 
TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!-- TMPL_INCLUDE NAME="masthead.inc" -->
-<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+<!-- TMPL_INCLUDE NAME="head.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top-noneSelected.inc" -->
+  <dl class="bodyPane">
+    <dt class="bodyPane">Error 403: Page Not Found</dt>
 
+    <dd class="bodyPane">
 <div id="main">
 <h1>An Error has Occurred!</h1>
 <h2>Error 403: Page Not Found</h2>
@@ -14,3 +17,7 @@
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
 
+    </dd>
+  </dl>
+</body>
+</html>

Index: 404.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/errors/Attic/404.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- 404.tmpl    12 Apr 2006 18:34:05 -0000      1.1.2.1
+++ 404.tmpl    17 Jan 2007 14:45:42 -0000      1.1.2.1.2.1
@@ -1,7 +1,10 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Error 404: Page Not Found<!-- 
TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!-- TMPL_INCLUDE NAME="masthead.inc" -->
-<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+<!-- TMPL_INCLUDE NAME="head.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top-noneSelected.inc" -->
+  <dl class="bodyPane">
+    <dt class="bodyPane">Error 404: Page Not Found</dt>
 
+    <dd class="bodyPane">
 <div id="main">
 <h1>An Error has Occurred!</h1>
 <h2>Error 404: Page Not Found</h2>
@@ -14,3 +17,7 @@
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
 
+    </dd>
+  </dl>
+</body>
+</html>

Index: 405.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/errors/Attic/405.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- 405.tmpl    12 Apr 2006 18:34:05 -0000      1.1.2.1
+++ 405.tmpl    17 Jan 2007 14:45:42 -0000      1.1.2.1.2.1
@@ -1,7 +1,10 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Error 404: Page Not Found<!-- 
TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!-- TMPL_INCLUDE NAME="masthead.inc" -->
-<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+<!-- TMPL_INCLUDE NAME="head.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top-noneSelected.inc" -->
+  <dl class="bodyPane">
+    <dt class="bodyPane">Error 405: Page Not Found</dt>
 
+    <dd class="bodyPane">
 <div id="main">
 <h1>An Error has Occurred!</h1>
 <h2>Error 405: Page Not Found</h2>
@@ -14,3 +17,7 @@
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
 
+    </dd>
+  </dl>
+</body>
+</html>

Index: 500.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/errors/Attic/500.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- 500.tmpl    12 Apr 2006 18:34:05 -0000      1.1.2.1
+++ 500.tmpl    17 Jan 2007 14:45:42 -0000      1.1.2.1.2.1
@@ -1,7 +1,10 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Error 500: Internal Server 
Error<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!-- TMPL_INCLUDE NAME="masthead.inc" -->
-<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+<!-- TMPL_INCLUDE NAME="head.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top-noneSelected.inc" -->
+  <dl class="bodyPane">
+    <dt class="bodyPane">Error 500: Internal Server Error</dt>
 
+    <dd class="bodyPane">
 <div id="main">
 <h1>An Error has Occurred!</h1>
 <h2>Error 500: Internal Server Error</h2>
@@ -14,3 +17,7 @@
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
 
+    </dd>
+  </dl>
+</body>
+</html>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]