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
Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git]
/
MonoRail
/
TestSiteARSupport
/
Views
/
PersonUser
/
removeconfirm.vm
blob
c4e8d4edc9ea53a5d2429435b7325cfad1384c02
1
<html>
\r
2
<body>
\r
3
\r
4
<form method="post" action="delete.castle">
\r
5
\r
6
$FormHelper.HiddenField("user.Id")
\r
7
\r
8
Confirm removal of $user.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