You are here: TWiki> TWiki Web>WebLeftBarWebsList (2005-06-24, PeterThoeny)
Tags:
create new tag
, view all tags


Discussions

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%\">&nbsp;&nbsp;</span>&nbsp;<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

Topic revision: r5 - 2005-06-24 - 07:54:23 - PeterThoeny
 
TWIKI.NET
This site is powered by the TWiki collaboration platform
Ideas, requests, problems regarding TWiki? Send feedback
Copyright © 1999-2009 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.