PHP Classes

File: htdocs/themes/xbootstrap5/modules/lexikon/lx_authorlist.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap5/modules/lexikon/lx_authorlist.tpl   Download  
File: htdocs/themes/xbootstrap5/modules/lexikon/lx_authorlist.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: 2 months ago
Size: 2,857 bytes
 

Contents

Class file image Download
<table id="moduleheader"> <tbody> <tr> <td width="100%"><span class="leftheader"><a href="<{$xoops_url}>"><{$smarty.const._MD_LEXIKON_HOME}></a> <img src="assets/images/arrow.gif" align="absmiddle"> <a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/index.php"><{$lang_modulename}></a> <img src="assets/images/arrow.gif" align="absmiddle"> <a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/authorlist.php"><{$smarty.const._MD_LEXIKON_CONTRIBUTORS}></a></span> </td> <td width="100"><span class="rightheader"><{$lang_modulename}></span></td> </tr> </tbody> </table> <br> <div class="clearer"> <h3 class="cat" style="text-align: left; clear:right;"><{$smarty.const._MD_LEXIKON_CONTRIBUTORS}></h3> <br> <br> <div style="text-align: left; font-size: small;"> <{$smarty.const._MD_LEXIKON_CONTRIBUTORSLIST}></div> <br> <div class="clearer"> <{if isset($authorlistext)}> <{/if}> <{if isset($authorlistext)}> <{/if}> <{foreach item=author from=$authors|default:null}> "> <{if isset($authorlistext)}> <{/if}> <{if isset($authorlistext)}> <{/if}> <{/foreach}> <table class="outer" width="100%" border="0" cellspacing="1" cellpadding="2"> <!--tr> <td colspan="7" class="odd" align="center"><strong><{$smarty.const._MD_LEXIKON_CONTRIBUTORS}></strong></td> </tr--> <tbody> <tr class="odd" align="center"> <td>#</td> <td><{$smarty.const._MD_LEXIKON_MAIL}></td> <td><{$smarty.const._MD_LEXIKON_AUTHOR}></td> <td><{$smarty.const._MD_LEXIKON_TOTAL}></td> <td><{$smarty.const._MD_LEXIKON_PM}></td> <td><{$smarty.const._MD_LEXIKON_LOCATION}></td> <td><{$smarty.const._MD_LEXIKON_WWW}></td> </tr> <tr class="<{cycle values=" even,odd"}>=""><td align="center"><{$author.id}></td><td align=" center "><{$author.email}></td> <td align="center" style="font-size:12px;"><a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/profile.php?uid=<{$author.uid}>"><{$author.name}></a> </td> <td align="center"><{$author.total}></td> <td align="center"><{$author.pm}></td> <td align="center"><{$author.location}></td> <td align="center"><{$author.url}></td> </tr></tbody> </table> </div> </div>