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
Refactored the Kernel registration fluent interface to be more readable, better suppo...
[castle.git]
/
Samples
/
MonoRail
/
WizardSample
/
WizardSampleSite
/
views
/
simplewizard
/
IntroductionStep.vm
blob
e280ca8c06e5142edbb48cc8e0cd2b87e9c16f93
1
<p>
\r
2
Welcome to Simple wizard which will guide you through the
\r
3
steps to create a new account
\r
4
</p>
\r
5
\r
6
#if ($WizardHelper.HasNextStep())
\r
7
$WizardHelper.LinkToNext("Next")
\r
8
#end