Hi, all,
Any pointers/RTFMs appreciated:
I need to change the default gifs/html displayed by the search-results
footer for the result page numbers/navigation (default ones are button1.gif,
button2.gif, etc).
I can easily replace the gifs (in ~/<docroot>/htdig/ ) with site-specific
ones, but the html generated by the search results appears to be
hardcoded to the values for the default gifs [pls see example html source *].
Thus, any replacement gif will be resized (ie distorted) to match those values.
Therefore, I'd like to know where/how I can change the _html_ to the
values for each site's gifs - ie I've yet to find this in the docs/list archives..
Environment:
htdig-3.2.0b2
RH6.2
Current footer.html settings (/usr/local/htdig/<sitename>/common/):
$(PREVPAGE) $(PAGELIST) $(NEXTPAGE)
Cheers
Sean
*
<img src="/htdig/button1.gif" border="2" align="middle" width="30" height="30" alt="1">
<a href="/cgi-bin/htsearch?restrict=site-name%2F;config=htdig;matchesperpage=10;words=cancer;page=2">
<img src="/htdig/button2.gif" border="0" align="middle" width="30" height="30" alt="2">
</a>
