aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/offline
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/offline')
-rw-r--r--templates/web/base/offline/appcache.html14
-rw-r--r--templates/web/base/offline/appcache_manifest.html16
2 files changed, 0 insertions, 30 deletions
diff --git a/templates/web/base/offline/appcache.html b/templates/web/base/offline/appcache.html
deleted file mode 100644
index ed48b7a00..000000000
--- a/templates/web/base/offline/appcache.html
+++ /dev/null
@@ -1,14 +0,0 @@
-[% SET bodyclass = "fullwidthpage offlinepage" ~%]
-[% INCLUDE 'header.html' appcache = 1 %]
-
-<h1>[% loc('Internet glitch') %]</h1>
-
-<p>[% loc('Sorry, we don’t have a good enough connection to fetch that page, or the
-page wasn’t found or there was a server error. Please try again later.') %]
-</p>
-
-<ul class="item-list item-list--reports" id="offline_list"></ul>
-
-<div id="offline_clear"></div>
-
-[% INCLUDE 'footer.html' %]
diff --git a/templates/web/base/offline/appcache_manifest.html b/templates/web/base/offline/appcache_manifest.html
deleted file mode 100644
index 93d26cb94..000000000
--- a/templates/web/base/offline/appcache_manifest.html
+++ /dev/null
@@ -1,16 +0,0 @@
-CACHE MANIFEST
-
-[% PROCESS 'common_scripts.html' ~%]
-
-CACHE:
-[% version('/cobrands/' _ c.cobrand.asset_moniker _ '/base.css') %]
-[% version('/cobrands/' _ c.cobrand.asset_moniker _ '/layout.css') %]
-[% FOR script IN scripts ~%]
- [%- script %]
-[% END %]
-
-NETWORK:
-*
-
-FALLBACK:
-/ [% version('../templates/web/base/offline/appcache.html', '/offline/appcache') %]