0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
templates
/
styles
/
notheme
/
[
Home
]
File: babelfish.tpl
{* $Header: /cvsroot/tikiwiki/tiki/templates/styles/notheme/babelfish.tpl,v 1.3 2004/03/15 21:27:39 mose Exp $ *} {if $feature_babelfish eq 'y' and $feature_babelfish_logo eq 'y'} <table width="100%"> {section loop=$babelfish_links name=i} <tr> {if $smarty.section.i.index == 0} <td> <a href="{$babelfish_links[i].href}" target="{$babelfish_links[i].target}"> {$babelfish_links[i].msg} </a> </td> <td rowspan="{$smarty.section.i.total}" align=right> {$babelfish_logo} </td> {else} <td> <a href="{$babelfish_links[i].href}" target="{$babelfish_links[i].target}"> {$babelfish_links[i].msg} </a> </td> {/if} </tr> {/section} </table> {elseif $feature_babelfish eq 'y' and $feature_babelfish_logo eq 'n'} <table width="100%"> {section loop=$babelfish_links name=i} <tr> <td align="center"> <a href="{$babelfish_links[i].href}" target="{$babelfish_links[i].target}"> {$babelfish_links[i].msg} </a> </td> </tr> {/section} </table> {elseif $feature_babelfish eq 'n' and $feature_babelfish_logo eq 'y'} <div align="center"> {$babelfish_logo} </div> {/if}