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
/
Castle
/
PetStore.Web
/
views
/
shared
/
inlineerror.vm
blob
c62bcf2d901bcd8ed9b7224466ae4af627f21e1b
1
#if ($error)
\r
2
<p>$error</p>
\r
3
<script>new Effect.Shake($('error'));</script>
\r
4
#end