Last change
on this file since 93527 was
93527,
checked in by teddy.spip@…, 5 years ago
|
Plugin compatible SPIP 3.1, up de z.
|
File size:
690 bytes
|
Line | |
---|
1 | <B_mot> |
---|
2 | <script type="text/javascript"> |
---|
3 | $(document).ready(function(){ |
---|
4 | $('#tagsphere-#ENV{id}').tagSphere({ |
---|
5 | height: [(#ENV{height}|?{#ENV{height},400})], |
---|
6 | width: [(#ENV{width}|?{#ENV{width},400})], |
---|
7 | radius: [(#ENV{radius}|?{#ENV{radius},150})], |
---|
8 | speed: [(#ENV{speed}|?{#ENV{speed},3})], |
---|
9 | slower: [(#ENV{slower}|?{#ENV{slower},0.9})], |
---|
10 | timer: [(#ENV{timer}|?{#ENV{timer},5})], |
---|
11 | fontMultiplier: [(#ENV{fontMultiplier}|?{#ENV{fontMultiplier},15})], |
---|
12 | tagCSSOver: {#ENV{tagCSSOver}}, |
---|
13 | tagCSSOut: {#ENV{tagCSSOut}} |
---|
14 | }); |
---|
15 | }); |
---|
16 | </script> |
---|
17 | |
---|
18 | <div id="tagsphere-#ENV{id}"> |
---|
19 | <ul> |
---|
20 | <BOUCLE_mot(MOTS) {id_groupe ?}> |
---|
21 | <li>[<a href="#URL_MOT">(#TITRE)</a>]</li></BOUCLE_mot> |
---|
22 | </ul> |
---|
23 | </div> |
---|
24 | </B_mot> |
---|
Note: See
TracBrowser
for help on using the repository browser.