repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing an issue with output parameters that are of type IntPtr
[castle.git]
/
Samples
/
MonoRail
/
MRCCnetDashboard
/
Dashboard.Web
/
views
/
shared
/
inlineerror.vm
blob
aea92dd67ceed3b18b285b2677b177c4a0f5dbb2
1
#if ($error)
\r
2
<div id="error">
\r
3
<p>$error</p>
\r
4
<script>new Effect.Shake($('error'));</script>
\r
5
</div>
\r
6
#end