2008-04-18 00:03:51 +02:00
|
|
|
<ul class="stepIndicator current-$CurrentStep.class">
|
2017-09-07 01:32:55 +02:00
|
|
|
<% loop $AllStepsLinear %>
|
|
|
|
<li class="$ClassName<% if $LinkingMode %> $LinkingMode<% end_if %><% if $FirstLast %> $FirstLast<% end_if %><% if $ExtraClasses %> $ExtraClasses<% end_if %>">
|
|
|
|
<% if $LinkingMode = current %>
|
|
|
|
<% else %>
|
|
|
|
<% if $ID %>
|
|
|
|
<a href="{$Top.URLSegment}/?${Top.GetVar}={$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_loop %>
|
2015-11-23 10:53:45 +01:00
|
|
|
</ul>
|