1 rizwank 1.1 %META:TOPICINFO{author="ArthurClemens" date="1092634220" format="1.0" version="1.1"}%
2 ---+ !WebLeftBar Cookbook
3
4 *Instructions and tips how to use WebLeftBarPersonalTemplate*.
5
6 !WebLeftBarPersonalTemplate is a topic template to create a personal left bar block for each user. The personal topic, <user>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.
7
8 Each link is an item in a bullet list. So it can look like this:
9
10 * *My links*
11 * WebHome
12 * WebIndex
13 * WebChanges
14
15 (but with _your_ personal topics).
16
17 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):
18
19 <div class="twikiLeftBar" style="position:relative; top:0; left:0;">
20 <div class="twikiLeftBarContents">
21 <div class="twikiLeftBarPersonal">
22 rizwank 1.1 * *My links*
23 * WebHome
24 * WebIndex
25 * WebChanges
26 </div>
27 </div>
28 </div>
29
30 By default the <user>LeftBar topic has an edit link. In case you loose the edit link line of text, here's a copy:
31 <verbatim>
32 <div class="twikiSmall"><a href="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/%TOPIC%?t=%GMTIME{"$year$mo$day$hours$minutes$seconds"}%">edit</a></div>
33 </verbatim>
34
35 -- Main.ArthurClemens - 15 Aug 2004
36
|