NOTE: This is a
DistributionDocument.
- Please help maintain high quality documentation:
This is a wiki, please
fix the documentation if you find errors or incomplete content.
Put questions and suggestions concerning the documentation of this topic in the comments section below.
Use the Support web for problems you are having using TWiki.
Use the Sandbox web to evaluate & test TWiki.
Comments & Questions about this Distribution Document Topic
I finaly found, You have to replace this :
* *TWiki Webs*
%WEBLIST{" * [[$name.%HOMETOPIC%][$name]]" separator=""}%
by this :
%STARTINCLUDE% * *TWiki Webs*
%WEBLIST{" * <a href=\"%SCRIPTURL%/view%SCRIPTSUFFIX%/$name/%HOMETOPIC%\"><span style=\"background-color: %$markerVAR{\"WEBBGCOLOR\" web=$qname}$marker%\"> </span> <b>$name</b></a>"}%
%STOPINCLUDE%
--
JulienAvarre - 20 Jun 2005
Mine is a bit more dressy. I use folder icons to convey more information to the users:
%STARTINCLUDE%
* *Webs*
%WEBLIST{ "<img src=\"%PUBURL%/TWiki/TWikiDocGraphics/folder.gif\" border=\"0\" align=\"absmiddle\" \"> <span style=\"background-color: %$markerVAR{\"WEBBGCOLOR\" web=$qname}$marker%\"> <b> <a href=\"%SCRIPTURL%/view%SCRIPTSUFFIX%/$name/%HOMETOPIC%\">$name</a> </b> </span> <br/>" }%
%STOPINCLUDE%
I also use icons to dress up many other items on the
LeftMenuBar
--
AntonAylward - 21 Jun 2005