Wiki source code of TwoTipFiltersLivetable

Version 6.1 by JeromeVelociter on 2010/04/11 16:07

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