Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
jwz a1d7e7bfc9 use the $baseurl symbolic name instead of /webtools/lxr/ 1998-06-16 09:12:47 +00:00
jwz baf5726bcc Well basically, I hate those layers popups that-aren't-quite-menus.
They've got to go.  The information that was on them is only one
click away anyhow.
1998-06-16 09:03:40 +00:00
jwz 50a7da7c74 made the "changes" links show only the HEAD revisions. 1998-06-16 02:15:13 +00:00
jwz 3928a2de08 yuck. you can't use ".." in otherwise-fully-qualified URLs, so I had
to add another template variable, $dotdoturl, that is just like $baseurl
but points to one directory higher.  Sucks!
1998-06-16 01:18:34 +00:00
jwz 0095f437d4 patches from dawn to sync with latest official lxr 1998-06-16 00:57:48 +00:00
jwz 0f0bbe0a61 added a number of new template files:
instead of just "htmlhead" and "htmltail" there are now:

    "sourcehead" and "sourcetail"
    "sourcedirhead" and "sourcedirtail"
    "findhead" and "findtail"
    "identhead" and "identtail"
    "searchhead" and "searchtail"

so that each CGI can have its own custom headers and footers.
If (for example) identhead isn't configured in lxr.conf, then
htmlhead will be used instead.

"sourcedir*" is used in preference to "source*" when the output
of the "source" script is a CGI.  If sourcedir* aren't configured,
then it falls back to "source*" (and from there to "html*")
1998-06-16 00:51:27 +00:00