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]
/
MonoRail
/
TestSiteARSupport
/
Views
/
Account
/
removeconfirm.vm
blob
8ae4ba24c1aa2372281c2539419a0d7a6761ec1e
1
<html>
\r
2
<body>
\r
3
\r
4
<form method="post" action="delete.castle">
\r
5
\r
6
$FormHelper.HiddenField("account.Id")
\r
7
\r
8
Confirm removal of $account.Id?
\r
9
\r
10
<input type="submit" id="button" value="Delete it"/>
\r
11
\r
12
</form>
\r
13
\r
14
</body>
\r
15
</html>
\r