[interchange-cvs] interchange - jon modified dist/standard/special_pages/missing.html

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Jun 13 20:36:54 EDT 2006


User:      jon
Date:      2006-06-14 00:36:53 GMT
Modified:  dist/standard/special_pages missing.html
Log:
* Fix broken admin 404 error page.
* Remove duplicate, sometimes-bogus MV_PREV_PAGE display.
* Eliminate double-interpolation of page comparison.

Revision  Changes    Path
1.2       +5 -9      interchange/dist/standard/special_pages/missing.html


rev 1.2, prev_rev 1.1
Index: missing.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/special_pages/missing.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- missing.html	25 Apr 2004 17:07:52 -0000	1.1
+++ missing.html	14 Jun 2006 00:36:53 -0000	1.2
@@ -1,20 +1,16 @@
-[if type=explicit compare=`q{[subject]} =~ m{^admin/}` ]
-[set ui_failure]<h2>[msg arg.0="[subject]"]Sorry, the page (%s) was not found[/msg]</h2>[/set]
-[include admin/error.html]
+[if type=explicit compare="q{[subject]} =~ m{^admin/}"]
+[seti ui_error]<h2>[msg arg.0="[subject]"]Sorry, the page (%s) was not found[/msg]</h2>[/seti]
+[bounce page=admin/error]
 [else]
 
-[tmp page_title]
-[msg arg.0="[subject]"]Sorry, the page (%s) was not found[/msg]
-[/tmp]
+[tmp page_title][msg arg.0="[subject]"]Sorry, the page (%s) was not found[/msg][/tmp]
 @_NOLEFT_TOP_@
 
 <p>&nbsp;</p>
 
-<H1>[scratch page_title]</H1>
+<h1>[scratch page_title]</h1>
 
 <p>
-Sorry, the page @@MV_PREV_PAGE@@ was not found.
-</p>
 [msg arg.0="[subject]" arg.1="[page index]" arg.2="</a>"]The requested page (%s) was not found. You can %sreturn to browsing our catalog%s, if you wish.[/msg]
 </p>
 








More information about the interchange-cvs mailing list