Syntax Highlighter (Start)

[[html]]
<link href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css" rel="stylesheet" type="text/css"/>
<link href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css" rel="stylesheet" type="text/css"/>
<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js" type="text/javascript"></script>
<script type="text/javascript">

brush = '{$type}';
brush = brush[0].toUpperCase() + brush.substring(1).toLowerCase();
if (brush == "Jscript") {
brush = "JScript";
} else if (brush == "Csharp") {
brush = "CSharp";
}

document.writeln('<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrush' + brush + '.js" type="text/javascript"></script>');

</script>

<script type="text/javascript">
SyntaxHighlighter.config.bloggerMode = true;
SyntaxHighlighter.config.clipboardSwf = 'http://alexgorbatchev.com/pub/sh/current/scripts/clipboard.swf';
SyntaxHighlighter.all();
</script>

<pre class="brush: {$type}">

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License