silverstripe-multiform/templates/Includes/MultiFormProgressList.ss

9 lines
481 B
Scheme
Raw Normal View History

2008-04-18 00:03:51 +02:00
<ul class="stepIndicator current-$CurrentStep.class">
<% control AllStepsLinear %>
<li class="$ClassName $LinkingMode<% if FirstLast %> $FirstLast<% end_if %>">
<% if LinkingMode = current %><% else %><% if ID %><a href="{$Top.URLSegment}/?MultiFormSessionID={$SessionID}&StepID={$ID}"><% end_if %><% end_if %>
<% if Title %>$Title<% else %>$ClassName<% end_if %>
<% if LinkingMode = current %><% else %><% if ID %></a><% end_if %><% end_if %>
</li>
<% end_control %>
</ul>