Скрин: http://s13.radikal.ru/i186/1105/23/22f95416f566.jpg
[admin]Сначала скопируйте этот код в шапку страниц, на которых собираетесь использовать скрипт:[/admin]
[Table]Code
<script type="text/javascript" src="http://n1ke-play.3dn.ru/news-new/vid_code/shCore.js"></script>
<script type="text/javascript" src="http://n1ke-play.3dn.ru/news-new/vid_code/shBrushJScript.js"></script>
<script type="text/javascript" src="http://n1ke-play.3dn.ru/news-new/vid_code/codes.js"></script>
<style type="text/css">
@import url(http://n1ke-play.3dn.ru/news-new/vid_code/shCore.css);
@import url(http://n1ke-play.3dn.ru/news-new/vid_code/shThemeDefault.css);
</style>
[/Table]
[admin]Далее перед </body> вставляем:[/admin]
[Table]Code
<script type="text/javascript">
jQuery('div.bbCodeBlock').each(function(){
code = jQuery(this).find('div.codeMessage').html();
code = code.replace(/<br>/ig,'\r\n');
code = code.replace(/<!--uzc-->/ig,'');
code = code.replace(/<!--\/uzc-->/ig,'');
jQuery(this).replaceWith('<pre class="brush: js; first-line: 1;ruler: true; option: false;">'+code+'</pre>');
});
</script>
<script type="text/javascript">
//<![CDATA[
SyntaxHighlighter.all();
//]]>
</script>
[/Table]