Sign in
apache
/
click
/
click-1.4.x
/
.
/
examples
/
webapp
/
source-viewer.htm
blob: bbbee2e1907a1cc69d573a3678558e9e9142dd06 [
file
]
#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