Vorlage:FlogrThumbs: Unterschied zwischen den Versionen
Aus RTW
Wiese (Diskussion | Beiträge) (shot at anchorencode) |
Wiese (Diskussion | Beiträge) (storing tasks in global instead of function call - not better, but hopefully functional) |
||
Zeile 2: | Zeile 2: | ||
<div id="flogrthumb_container_</html>{{anchorencode:{{{2}}}}}<html>" class="flogrthumb" style="display:none"></div> | <div id="flogrthumb_container_</html>{{anchorencode:{{{2}}}}}<html>" class="flogrthumb" style="display:none"></div> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
− | + | if (typeof flogrThumbsTasks === 'undefined') { flogrThumbsTasks = new Array(); } | |
− | + | flogrThumbsTasks.push({ | |
+ | domId: 'flogrthumb_container_</html>{{anchorencode:{{{2}}}}}<html>', | ||
+ | type: '</html>{{{1}}}<html>', | ||
+ | value: '</html>{{{2}}}<html>' | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Version vom 18. Februar 2012, 12:01 Uhr