Wiki source code of TwoTipFiltersLivetable

Version 4.1 by JeromeVelociter on 2010/04/11 16:06

Show last authors
1 {{velocity output=false}}$xwiki.ssx.use($doc.fullName){{/velocity}}
2
3 {{html}}
4 <div class="tipfilters">
5 <div id="alldocs-tagcloud" class="xwiki-livetable-tagcloud-tip">
6 <div>
7 <div class="xwiki-livetable-tagcloud-container">
8 <h2>Click on one or more tags to filter the list
9 <span>and click again on a tag to cancel the filter</span>
10 </h2>
11 <div class="xwiki-livetable-tagcloud"><ol class="tagCloud"><li class="ultraPopular selectable"><span>dekiwiki</span> </li><li class="ultraPopular selectable"><span>test</span> </li></ol></div>
12 </div>
13 <div class="tippointer">
14 <div></div>
15 </div>
16 </div>
17 </div>
18 <div id="alldocs-topfilters" class="xwiki-livetable-topfilters-tip">
19 <div>
20 <div class="xwiki-livetable-topfilters-container">
21 <div>Hello, this is a second filter area with tip, that should be vertically aligned to the bottom</div>
22 </div>
23 <div class="tippointer">
24 <div></div>
25 </div>
26 </div>
27 </div>
28 <div class="clearfloats"></div>
29 </div>
30 {{/html}}