Glud documentation
Help to the GLU record fields
Version: 1.06 - 8th, June 1998

NAME
     %FullTextResult (or %L) - HTML anchor context

SYNOPSIS
     %FullTextResult HTML_text_with_$n|$url_variables

DESCRIPTION
     Give the "context" of an action URL (HTML format)
     The position where the action URL has to be inserted is
     indicated by a $url variable. The GLU tag parameters will
     replace $n variables as in %Url field.
      
     If the record hasn't a %Url field, it will be the %FullTextResult field
     which will be returned. In this case, the %FullTextResult field hasn't
     $url variable.
      
     The %FullTextResult field can included itself some GLU tags
     (see examples). By this way, the %FullTextResult field is very
     usefull to prepare an homogeneous menu, a head or tail of page,...

EXAMPLES
     %FullTextResult Please send comments to <A HREF="$url"> question@simbad.u-strasbg.fr</A>
     %FullTextResult <IMG SRC="$url" ALIGN="middle" ALT="CDS logo">
     %FullTextResult <A HREF=$url TARGET=New>$1</A>
     %FullTextResult <HR noshade> <&CDS.menu>\n<A HREF="<&Question,u '$1'>">\n</BODY>\n</HTML>