[interchange-cvs] interchange - heins modified dist/foundation/special_pages/missing.html

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Sat Oct 5 20:44:02 2002


User:      heins
Date:      2002-10-06 00:43:01 GMT
Modified:  dist/foundation/special_pages missing.html
Log:
* Show a UI-style page when the page missing is in UI-land....

Revision  Changes    Path
2.1       +8 -1      interchange/dist/foundation/special_pages/missing.html


rev 2.1, prev_rev 2.0
Index: missing.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/foundation/special_pages/missing.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- missing.html	18 Jul 2001 02:21:30 -0000	2.0
+++ missing.html	6 Oct 2002 00:43:01 -0000	2.1
@@ -1,5 +1,10 @@
+[if type=3Dexplicit compare=3D`q{[subject]} =3D~ m{^admin/}` ]
+[set ui_failure]<h2>Sorry, the page ([subject]) was not found</h2>[/set]
+[include admin/error.html]
+[else]
+
 [tmp page_title]
-Sorry, the page (@@MV_PREV_PAGE@@) was not found
+Sorry, the page ([subject]) was not found
 [/tmp]
 @_NOLEFT_TOP_@
=20
@@ -14,3 +19,5 @@
=20
 @_NOLEFT_BOTTOM_@
 <!-- current page: @@MV_PAGE@@ -->
+[/else]
+[/if]