Click
Click Examples

Source Viewer : /source-viewer.htm

#if ($source)
<pre style="font-size:9pt;">
$source
</pre>
#elseif ($error)
 <font color="red">$error</font>
#else 
 <font color="read">Source not found</font>
#end