2008-04-18 00:03:51 +02:00
|
|
|
<ul class="stepIndicator current-$CurrentStep.class">
|
2013-06-20 17:10:47 +02:00
|
|
|
<% loop AllStepsLinear %>
|
2008-04-19 05:00:51 +02:00
|
|
|
<li class="$ClassName<% if LinkingMode %> $LinkingMode<% end_if %><% if FirstLast %> $FirstLast<% end_if %>">
|
2008-04-20 11:25:24 +02:00
|
|
|
<% if LinkingMode = current %><% else %><% if ID %><a href="{$Top.URLSegment}/?MultiFormSessionID={$SessionID}&StepID={$ID}"><% end_if %><% end_if %>
|
2008-04-18 00:03:51 +02:00
|
|
|
<% if Title %>$Title<% else %>$ClassName<% end_if %>
|
|
|
|
<% if LinkingMode = current %><% else %><% if ID %></a><% end_if %><% end_if %>
|
|
|
|
</li>
|
2013-06-20 17:10:47 +02:00
|
|
|
<% end_loop %>
|
2008-04-18 00:03:51 +02:00
|
|
|
</ul>
|