Eduardo Pelegri-Llopart wrote:
> I have not investigated it. It may be doable, but I don't know if it is
> worth the effort...
>
> On my side, I'm an emacs guy. I just go edit the darn HTML code... :-)
>
> Kohsuke, have you looked into templates?
Yes, actually I did. I tried to put everything into one script which you
can include like this:
<script href="/path/to/kohsuke-hack.js"></script>
But this didn't work very well, as a browser tends to load this script
in parallel to the main page, and your browser goes like:
1. display original page with unmodified navbar and summary table
2. hack script runs
3. hack script deletes the table and modifies the navbar.
so there's a very noticable visual glitch at stage 3.
--
Kohsuke Kawaguchi
Sun Microsystems kohsuke.kawaguchi_at_sun.com