I'm not sure I understand your question, but if you want to put
navigation panels on the title page, something like this might be what
you want:

\renewcommand{\maketitle}{\EmptyP{\HlxTitleP}{
    \HlxBlk\htmlpanel\html{H1 ALIGN=CENTER}\HlxTitle\html{/H1}
    \EmptyP{\HlxAuthorP}{\html{H2 ALIGN=CENTER}\HlxAuthor\html{/H2}}{}
    \EmptyP{\HlxDate}{\html{H3 ALIGN=CENTER}\HlxDate\html{/H3}}{}
    }{}\htmlpanel{1}}

You can construct a panel as you like it with the pieces provided,
something like this:

\newcommand{\DODSpanel}{
\begingroup
    \EmptyP{\DODSPrevUrl}
      {\xlink{\htmlimage[ALT="Prev" BORDER="0"]
          {\HlxIcons{}ts-prev.gif}}{\DODSPrevUrl}}
      {\htmlimage[ALT="" BORDER="0"]{\HlxIcons{}ts-prev-gr.gif}}
    \EmptyP{\DODShomeUrl}
      {\xlink{\htmlimage[ALT="Up" BORDER="0"]
          {\HlxIcons{}ts-up.gif}}{\DODShomeUrl}}
      {\htmlimage[ALT="" BORDER="0"]{\HlxIcons{}ts-up-gr.gif}}
    \EmptyP{\DODSNextUrl}
      {\xlink{\htmlimage[ALT="Next" BORDER="0"]
          {\HlxIcons{}ts-next.gif}}{\DODSNextUrl}}
      {\htmlimage[ALT="" BORDER="0"]{\HlxIcons{}ts-next-gr.gif}}
    \EmptyP{\HlxIndexUrl}
      {\xlink{\htmlimage[Alt="Index" BORDER="0"]
        {\HlxIcons{}ts-index.gif}}{\HlxIndexUrl}}
      {} \\
    \EmptyP{\DODSPrev}{\textbf{\HlxGoBackName} \DODSPrev\\}{}%
    \EmptyP{\DODShome}{\textbf{\HlxGoUpName} \DODShome\\}{}%
    \EmptyP{\DODSNext}{\textbf{\HlxGoForwardName} \DODSNext\\}{}%
    \htmlrule{}
\endgroup}

You can put a panel like that wherever you feel like.

You might also be interested in the "sequential" package.

-tom

 ------------------------
 tomfool at as220 dot org
 http://sgouros.com  
 http://whatcheer.net


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Hyperlatex-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hyperlatex-users

Reply via email to