Ronte
"myXOOPs"-Fortgeschrittener
Gepostet am:23.01.2005 11:41
<table class="outer" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr class="head" align="left">
<td colspan="2"> </td>
<td> <strong><a href="<{$h_topic_link}>"><{$smarty.const._MD_TOPICS}></a></strong></td>
<td width="9%" align="center" nowrap="nowrap"><strong><a
href="<{$h_reply_link}>"><{$smarty.const._MD_REPLIES}></a></strong></td>
<td width="20%" align="center" nowrap="nowrap"><strong><a
href="<{$h_poster_link}>"><{$smarty.const._MD_POSTER}></a></strong></td>
<td width="8%" align="center" nowrap="nowrap"><strong><a
href="<{$h_views_link}>"><{$smarty.const._MD_VIEWS}></a></strong></td>
<{if $rating_enable}>
<td width="9%" align="center" nowrap="nowrap"><strong><a
href="<{$h_rating_link}>"><{$smarty.const._MD_RATINGS}></a></strong></td>
<{/if}>
<td width="15%" align="center" nowrap="nowrap"><strong><a
href="<{$h_date_link}>"><{$smarty.const._MD_DATE}></a></strong></td>
</tr>
<{if $sticky > 0}>
<tr class="head">
<td colspan="2"> </td>
<{if $rating_enable}>
<td colspan="6"><strong><{$smarty.const._MD_IMTOPICS}></strong></td>
<{else}>
<td colspan="5"><strong><{$smarty.const._MD_IMTOPICS}></strong></td>
<{/if}> </tr>
<{/if}>
<!-- start forum topic -->
<{foreach name=loop item=topic from=$topics}> <{if $topic.stick}> <{if $smarty.foreach.loop.iteration == $sticky+1}>
<tr class="head">
<td colspan="2"> </td>
<{if $rating_enable}>
<td colspan="6"><strong><{$smarty.const._MD_NOTIMTOPICS}></strong></td>
<{else}>
<td colspan="5"><strong><{$smarty.const._MD_NOTIMTOPICS}></strong></td>
<{/if}> </tr>
<{/if}> <{/if}>
<tr class="<{cycle values="even,odd"}>">
<td width="4%" align="center"><{$topic.topic_folder}></td>
<td width="4%" align="center"><{$topic.topic_icon}></td>
<td> <a href="<{$topic.topic_link}>">
<{if $topic.allow_prefix}>
<{if $topic.topic_subject eq NONE}>
<{else}>
<{$topic.topic_subject}>
<{/if}>
<{/if}>
<{$topic.topic_title}></a><{$topic.attachment}> <{$topic.topic_page_jump}></td>
<td align="center" valign="middle"><{$topic.topic_replies}></td>
<td align="center" valign="middle"><{$topic.topic_poster}></td>
<td align="center" valign="middle"><{$topic.topic_views}></td>
<{if $rating_enable}>
<td align="center" valign="middle"><{$topic.rating_img}></td>
<{/if}>
<td align="right" valign="middle"><{$topic.topic_last_posttime}><br />
<{$smarty.const._MD_BY}> <{$topic.topic_last_poster}><{$topic.topic_page_jump_icon}></td>
</tr>
<{/foreach}>
<!-- end forum topic -->
<tr class="foot"> <{if $rating_enable}>
<td colspan="8" align="center"><{else}> </td>
<td colspan="7" align"align""center"><{/if}> <{strip}>
<form method="get" action="viewforum.php">
<strong><{$smarty.const._MD_SORTEDBY}></strong> <{$forum_selection_sort}> <{$forum_selection_order}> <{$forum_selection_since}>
<input type="hidden" name="forum" value="<{$forum_id}>" />
<input type="submit" name="refresh" value="<{$smarty.const._MD_GO}>" />
</form>
<{/strip}> </td>
</tr>
</table>

| Forum | Thema | Antworten | Views | Letzter Beitrag |
|---|---|---|---|---|
| Modulentwicklung | New Xoops Xcreate Module | 0 | 5336 | 26.11.2025 15:22 efkan |
| Modulentwicklung | XOOPS Custom Field Module | 1 | 1822 | 24.11.2025 11:21 Goffy |