[ic] How can I make first result page unique?

Kevin Walsh kevin at cursor.biz
Mon Mar 1 20:33:38 EST 2004


interchange at thedesignpeople.com wrote:
> I'm trying to figure out how to create a result page where the first
> page has a unique page element like a page banner or something and
> subsequent result pages (if the search returned results on multiple
> pages) to not have the extra page element.
> 
> I thought an easy way to do this would be to check the current page
> number, but I can't seem to figure out what that variable is (if it is
> even held in one at all).  I see that I can access it with $PAGE$ inside
> the [more-list] tags but is there a way of accessing that variable from
> the "outside". 
> 
I think something like the following will work:

    [if value mv_first_match == 0]
        On the first page.
    [/if]

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/



More information about the interchange-users mailing list