wiki-archive/twiki/data/TWiki/WebLeftBarCookbook.txt,v

125 lines
3.0 KiB
Plaintext
Raw Normal View History

head 1.3;
access;
symbols;
locks; strict;
comment @# @;
1.3
date 2006.04.01.05.55.32; author TWikiContributor; state Exp;
branches;
next 1.2;
1.2
date 2006.02.01.12.01.23; author TWikiContributor; state Exp;
branches;
next 1.1;
1.1
date 2004.08.16.05.30.20; author ArthurClemens; state Exp;
branches;
next ;
desc
@none
@
1.3
log
@buildrelease
@
text
@%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.0" version="3"}%
---+ !WebLeftBar Cookbook
*Instructions and tips how to use WebLeftBarPersonalTemplate*.
!WebLeftBarPersonalTemplate is a topic template to create a personal left bar block for each user. The personal topic, <user>LeftBar is included in the left bar. Its contents are only visible to you. You may put there whatever suits you - links to frequently visited topics, or a dynamically generated list of topics.
Each link is an item in a bullet list. So it can look like this:
* *My links*
* WebHome
* WebIndex
* WebChanges
(or use your own personal topics).
The list is formatted with CSS. To get an idea of the actual look, see the list above formatted as in the left bar (you need to have =SKIN= set to PatternSkin):
<div class="patternLeftBar" style="position:relative; top:0; left:0; padding:0; margin:0; border:0;">
<div class="patternLeftBarPersonal">
* *My links*
* WebHome
* WebIndex
* WebChanges
</div>
</div>
By default the &lt;user&gt;LeftBar topic has an edit link. In case you loose the edit link line of text, here's a copy:
<verbatim>
<div class="twikiSmall"><a href="%SCRIPTURLPATH{"edit"}%/%WEB%/%TOPIC%?t=%GMTIME{"$year$mo$day$hours$minutes$seconds"}%">edit</a></div>
</verbatim>
@
1.2
log
@buildrelease
@
text
@d1 1
a1 1
%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.0" version="2"}%
d10 4
a13 4
* *My links*
* WebHome
* WebIndex
* WebChanges
d21 4
a24 4
* *My links*
* WebHome
* WebIndex
* WebChanges
@
1.1
log
@none
@
text
@d1 1
a1 1
%META:TOPICINFO{author="ArthurClemens" date="1092634220" format="1.0" version="1.1"}%
d6 1
a6 1
!WebLeftBarPersonalTemplate is a topic template to create a personal left bar block for each user. The personal topic, &lt;user&gt;LeftBar is included in WebLeftBar, the left menu used in PatternSkin. It is only visible to you. You can put links to frequently visited topics there, or a dynamically generated list of topics.
d15 1
a15 1
(but with _your_ personal topics).
d17 1
a17 1
The list is formatted with CSS, and the bullets themselves are not displayed, and also indents are flattened. To get an idea of the actual look, see the list above formatted as in the left bar (you need to have PatternSkin set to on):
d19 2
a20 3
<div class="twikiLeftBar" style="position:relative; top:0; left:0;">
<div class="twikiLeftBarContents">
<div class="twikiLeftBarPersonal">
a24 1
</div>
d30 1
a30 1
<div class="twikiSmall"><a href="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/%TOPIC%?t=%GMTIME{"$year$mo$day$hours$minutes$seconds"}%">edit</a></div>
d33 1
a33 1
-- Main.ArthurClemens - 15 Aug 2004
@