0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
utilities
/
[
Home
]
File: alert.tpl
<div id="alert-wrapper"> {if isset($ajaxicon)}{$icon = $ajaxicon}{else}{$icon = ''}{/if} {remarksbox type="{$ajaxtype}" icon="{$icon}" close="y" title="{$ajaxheading}"} {if !empty($ajaxmsg)} {$ajaxmsg|escape} {/if} {if isset($ajaxitems) && $ajaxitems|count > 0} <ul> <li> {foreach $ajaxitems as $name} {$name|escape}{if !$name@last}, {/if} {/foreach} </li> </ul> {/if} {if !empty($ajaxtoMsg)} <br> {$ajaxtoMsg|escape} {/if} {if isset($ajaxtoList) && $ajaxtoList|count > 0} <ul> <li> {foreach $ajaxtoList as $toName} {$toName|escape}{if !$toName@last}, {/if} {/foreach} </li> </ul> {/if} {if !empty($ajaxtimeoutMsg)} <h5> {$ajaxtimeoutMsg|escape} </h5> {/if}<br> {if !empty($ajaxtimer)} <div style="text-align: center"> <em>{tr}Redirecting in {/tr}</em> <span id="timer-seconds"> <em> {$timer} </em> </span> <em>{tr}seconds{/tr}</em> </div> {/if} {/remarksbox} </div>