PHP Classes

File: htdocs/themes/xbootstrap/modules/lexikon/lx_topten.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/lexikon/lx_topten.tpl   Download  
File: htdocs/themes/xbootstrap/modules/lexikon/lx_topten.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 2,304 bytes
 

Contents

Class file image Download
<table id="moduleheader"> <tr> <td width="100%"><span class="leftheader"><a href="<{$xoops_url}>"><{$smarty.const._MD_LEXIKON_HOME}></a> &rarr; <a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/index.php"><{$lang_modulename}></a> &rarr; <{$intro}></span></td> <td width="100"><span class="rightheader"><nobr><{$lang_modulename}></nobr></span> </tr> </table> <div align="center" style="width: 100%;"> <h3 class="cat" align="center"><B><{$xoops_pagetitle}></B></H3> </div> <br><br> <!-- Start ranking loop --> <{foreach item=ranking from=$rankings}> <table> <tr> <th class="head" colspan="6"><{if $multicats == 1}><{$lang_category}>: <{/if}><a style='color:#FFFFFF;' href='<{$xoops_url}>/modules/<{$lang_moduledirname}>/category.php?categoryID=<{$ranking.cid}>'><{$ranking.title}></a> (<{$lang_sortby}>) </th> </tr> <tr> <td class="head" width='7%'><{$lang_rank}></td> <td class="head" width='53%'><{$lang_term}></td> <td class="head" width='5%' align='center'><{$lang_hits}></td> <td class="head" width='9%' align='center'> <nobr><{$lang_date}></nobr> </td> <{*<td class="head" width='8%' align='right'><{$lang_def}></td>*}> </tr> <!-- Start links loop --> <{foreach item=terms from=$ranking.terms}> <{*<tr class="<{cycle values="even,odd"}>">*}> <tr> <td class="even"><{$terms.rank}></td> <td class="odd"><a TITLE='<{$terms.definition}>' href='<{$xoops_url}>/modules/<{$lang_moduledirname}>/entry.php?entryID=<{$terms.id}>'><{$terms.title}></a> </td> <td class="even" align='center'><{$terms.counter}></td> <td class="odd" align='center'> <nobr><{$terms.datesub}></nobr> </td> <{*<td class="even" align='right'><{$terms.definition}></td>*}> </tr> <{/foreach}> <!-- End links loop--> </table> <br> <{/foreach}> <!-- End ranking loop -->