2008-04-17 22:03:51 +00:00
|
|
|
<ul class="stepIndicator current-$CurrentStep.class">
|
2017-09-07 11:32:55 +12: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 22:53:45 +13:00
|
|
|
</ul>
|