magic_detector.htm 817 B

12345678910111213141516171819202122
  1. <!--{if $op == 'show'}-->
  2. <!--{template common/header}-->
  3. <script type="text/javascript">
  4. var html = ''
  5. <!--{if $list}-->
  6. + '<ul class="mtm ml mls cl" style="width:370px;">'
  7. <!--{loop $list $value}-->
  8. + "<li>"
  9. + '<div class="avt"><a href="home.php?mod=space&uid=$value[uid]" target="_blank">$value[avatar]</a></div>'
  10. + '<p><a href="home.php?mod=space&uid=$value[uid]" title="$value[username]" target="_blank">$value[username]</a></p>'
  11. + '</li>'
  12. <!--{/loop}-->
  13. + '</ul>';
  14. <!--{else}-->
  15. + '<p style="padding:8px;">{lang no_redbag_space}</p>';
  16. <!--{/if}-->
  17. $('hkey_$_GET[handlekey]').innerHTML = html;
  18. $('hbtn_$_GET[handlekey]').style.display = 'none';
  19. setMenuPosition('fwin_$_GET[handlekey]', 'fwin_$_GET[handlekey]', '00');
  20. </script>
  21. <!--{template common/footer}-->
  22. <!--{/if}-->