Предпросмотр темы в uWnd окне by uCodes для сайтов на uCoz
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<script type="text/javascript"> $('.threadNametd').each(function() { var a_link = $(this).find("a:first").attr('href'); var nt = $(this).text(); a_img = $("<img/>").attr({src: 'http://ucodes.ru/images/prev.png',style: 'float:right',border:'0',title: 'Предпросмотр темы'}); $(this).prepend(a_img); $(a_img).click(function() { $('.themei').load(a_link+' .themeo:first',function() { new _uWnd('theq','Предпросмотр темы "'+nt+'"',400,100,{align:0,shadow:0,close:1,autosize:1,maxh:500,minh:100,resize:1,icon: 'http://ucodes.ru/images/eye.png'}, $(".themei").html() ) }); }); }); </script> <div style="display:none;"><div class="themei">Загрузка...</div></div> |
2#: Следующий код вставляйте в самый верх Вида материалов форума:
1 |
<div style="display:none;"><div class="themeo"><fieldset><legend>Сообщение</legend>$MESSAGE$</fieldset><hr><fieldset>Автор - <a href="$PROFILE_URL$"><b>$USERNAME$</b></a><br>Дата добавления - <b>$DATE$</b> в <b>$TIME$</b></fieldset></div></div> |