locales-tabs.adp
Delivered as text/html
Related Files
[ hide source ] | [ make this the default ]
File Contents
<!-- Start Tab bar --> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> <multiple name="tabs"> <if @tabs.key@ eq @tab@> <td class="tab_selected"> @tabs.name@ </td> </if> <else> <td> <a href="@tabs.url@">@tabs.name@</a> </td> </else> </multiple> <td width="100%"> </td> </tr> <tr style="background: #333366;"> <td colspan="<%=[expr {${tabs:rowcount}+2}]%>"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5"> </td> </tr> </table> </td> </tr> </table> <!-- End Tab bar -->