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
/
SampleSite
/
Views
/
AjaxArea
/
observerfield
/
statelist.vm
blob
616510e5d1a64edfdb42a2e2901b5addbf875710
1
<select name="states">
\r
2
#foreach( $s in $states )
\r
3
<option>$s</option>
\r
4
#end
\r
5
</select>
\r