Wiki source code of TwoTipFiltersLivetable

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

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