From d9e9e8d3bbf8bf3bee1914174645c51d4f8a8f7a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 5 Nov 2007 16:43:29 -0600 Subject: [PATCH] Bringing error page templates up to date with current layout, adding intranet-main-like menu options. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../intranet-tmpl/prog/en/includes/cat-search.inc | 19 +++-- .../intranet-tmpl/prog/en/modules/errors/400.tmpl | 82 ++++++++++++++++++++- .../intranet-tmpl/prog/en/modules/errors/401.tmpl | 83 ++++++++++++++++++++- .../intranet-tmpl/prog/en/modules/errors/402.tmpl | 82 ++++++++++++++++++++- .../intranet-tmpl/prog/en/modules/errors/403.tmpl | 82 ++++++++++++++++++++- .../intranet-tmpl/prog/en/modules/errors/404.tmpl | 84 ++++++++++++++++++++-- .../intranet-tmpl/prog/en/modules/errors/405.tmpl | 83 ++++++++++++++++++++- .../intranet-tmpl/prog/en/modules/errors/500.tmpl | 83 ++++++++++++++++++++- 8 files changed, 570 insertions(+), 28 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc index 00c51c2156..041c031553 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc @@ -1,5 +1,5 @@ - + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tmpl index 85803cb9bb..7fa6b01acf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tmpl @@ -3,9 +3,13 @@ + + + + -
+
@@ -18,9 +22,83 @@
  • Use top menu bar to navigate to another part of Koha.
  • + +
    +
    + +

    Circulation

    + + + +

    Patrons

    +
      +
    • + + + +
      +
    • +
    + + +

    Catalogue

    + + +
    + + + + + +
    + +
    - diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tmpl index 0c1056e694..f62dff30ca 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tmpl @@ -1,11 +1,15 @@ -Koha › Error +Koha › Error 401 + + + + -
    +
    @@ -18,9 +22,82 @@
  • Use top menu bar to navigate to another part of Koha.
  • + +
    +
    + +

    Circulation

    + + + +

    Patrons

    +
      +
    • + + + +
      +
    • +
    + + +

    Catalogue

    + + +
    + + + + + +
    +
    - diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tmpl index f1269b171e..55946ac8c8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tmpl @@ -1,12 +1,15 @@ -Koha › Error +Koha › Error 402 + + + -
    +
    @@ -19,9 +22,82 @@
  • Use top menu bar to navigate to another part of Koha.
  • + +
    +
    + +

    Circulation

    + + + +

    Patrons

    +
      +
    • + + + +
      +
    • +
    + + +

    Catalogue

    + + +
    + + + + + +
    +
    - diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tmpl index 2a949df9fc..56ebc8613f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tmpl @@ -1,12 +1,15 @@ -Koha › Error +Koha › Error 403 + + + -
    +
    @@ -19,9 +22,82 @@
  • Use top menu bar to navigate to another part of Koha.
  • + +
    +
    + +

    Circulation

    + + + +

    Patrons

    +
      +
    • + + + +
      +
    • +
    + + +

    Catalogue

    + + +
    + + + + + +
    +
    - diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tmpl index f86af66fcb..13611e4c8d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tmpl @@ -1,27 +1,103 @@ -Koha › Error +Koha › Error 404 + + + -
    +

    An Error has Occurred!

    Error 404

    -
      +
      • This error means that the link was broken and that the page doesn't exist
      • To report this error, you can ">email the Koha Administrator.
      • Use top menu bar to navigate to another part of Koha.
    + +
    +
    + +

    Circulation

    + + + +

    Patrons

    +
      +
    • + + + +
      +
    • +
    + + +

    Catalogue

    + + +
    + + + + + +
    +
    - diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tmpl index 243bd68fc3..c008e46a59 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tmpl @@ -1,11 +1,15 @@ -Koha › Error +Koha › Error 405 + + + + -
    +
    @@ -18,9 +22,82 @@
  • Use top menu bar to navigate to another part of Koha.
  • + +
    +
    + +

    Circulation

    + + + +

    Patrons

    +
      +
    • + + + +
      +
    • +
    + + +

    Catalogue

    + + +
    + + + + + +
    +
    - diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tmpl index 5b5712d5a0..36ee580254 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tmpl @@ -1,11 +1,15 @@ -Koha › Error +Koha › Error 500 + + + + -
    +
    @@ -18,8 +22,81 @@
  • Use top menu bar to navigate to another part of Koha.
  • + +
    +
    + +

    Circulation

    + + + +

    Patrons

    +
      +
    • + + + +
      +
    • +
    + + +

    Catalogue

    + + +
    + + + + + +
    +
    - -- 2.11.0