| 1 | <!-- ¥¹¥¿¡¼¥È --> |
|---|
| 2 | <table cellspacing="0" width="100%"> |
|---|
| 3 | <tr> |
|---|
| 4 | <td colspan="2"><b><{$lang_welcomemsg}></b><br /><small><{$lang_tostart}></small><hr /></td> |
|---|
| 5 | </tr> |
|---|
| 6 | <tr valign="bottom"> |
|---|
| 7 | <td><small><{$lang_totaltopics}><b><{$total_topics}></b> | <{$lang_totalposts}><b><{$total_posts}></b></small><br /><br /><a href="<{$xoops_url}>/modules/newbb/index.php"><{$forum_index_title}></a></td> |
|---|
| 8 | <td align="right"><small><{$lang_currenttime}><br /><{$lang_lastvisit}></small></td> |
|---|
| 9 | </tr> |
|---|
| 10 | </table> |
|---|
| 11 | <br /> |
|---|
| 12 | |
|---|
| 13 | <!-- start forum categories --> |
|---|
| 14 | <{section name=category loop=$categories}> |
|---|
| 15 | <table cellspacing="1" class="outer"> |
|---|
| 16 | <tr align="left" valign="top"><th colspan="5"> <a href="<{$xoops_url}>/modules/newbb/index.php?cat=<{$categories[category].cat_id}>" style="color:#FFFFFF"><{$categories[category].cat_title}></a></th></tr> |
|---|
| 17 | <tr class="head" align="center"> |
|---|
| 18 | <td nowrap="nowrap" align="left"><{$lang_forum}></td> |
|---|
| 19 | <td nowrap="nowrap"><{$lang_topics}></td> |
|---|
| 20 | <td nowrap="nowrap"><{$lang_posts}></td> |
|---|
| 21 | <td nowrap="nowrap"><{$lang_lastpost}></td> |
|---|
| 22 | </tr> |
|---|
| 23 | <!-- start forums --> |
|---|
| 24 | <{section name=forum loop=$categories[category].forums.forum_id}> |
|---|
| 25 | <tr> |
|---|
| 26 | <td class="odd" onclick="window.location='<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$categories[category].forums.forum_id[forum]}>'"><a href="<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$categories[category].forums.forum_id[forum]}>"><b><{$categories[category].forums.forum_name[forum]}></b></a><br /><{$categories[category].forums.forum_desc[forum]}><br /><span style="font-size:smaller;"><b><{$lang_moderators}></b> <{$categories[category].forums.forum_moderators[forum]}></span></td> |
|---|
| 27 | <td class="even" width="5%" align="center" valign="middle"><{$categories[category].forums.forum_topics[forum]}></td> |
|---|
| 28 | <td class="odd" width="5%" align="center" valign="middle"><{$categories[category].forums.forum_posts[forum]}></td> |
|---|
| 29 | <td class="even" width="20%" align="center" valign="middle"><{$categories[category].forums.forum_lastpost_time[forum]}><br /><{$categories[category].forums.forum_lastpost_user[forum]}> <{$categories[category].forums.forum_lastpost_icon[forum]}></td> |
|---|
| 30 | </tr> |
|---|
| 31 | <{/section}> |
|---|
| 32 | <!-- end forums --> |
|---|
| 33 | </table> |
|---|
| 34 | <img src="images/pixel.gif" height="5" alt="" /><br /> |
|---|
| 35 | <{/section}> |
|---|
| 36 | <!-- end forum categories --> |
|---|
| 37 | |
|---|
| 38 | <form name="search" action="search.php" method="post"> |
|---|
| 39 | <table width="100%"> |
|---|
| 40 | <tr> |
|---|
| 41 | <td valign="middle"><img src="<{$img_hotfolder}>" alt="" /> = <{$lang_newposts}><br /><img src="<{$img_folder}>" alt="" /> = <{$lang_nonewposts}><br /> <img src="<{$img_locked}>" alt="" /> = <{$lang_private}></td> |
|---|
| 42 | <td align="right" valign="bottom"><b><{$lang_search}></b> <input name="term" type="text" size="20" /><input type="hidden" name="forum" value="all" /><input type="hidden" name="sortby" value="p.post_time desc" /><input type="hidden" name="searchboth" value="both" /><input type="hidden" name="submit" value="<{$lang_search}>" /><br />[ <a href="<{$xoops_url}>/modules/newbb/search.php"><{$lang_advsearch}></a> ]</td> |
|---|
| 43 | </tr> |
|---|
| 44 | </table> |
|---|
| 45 | </form> |
|---|
| 46 | <{include file='db:system_notification_select.html'}> |
|---|
| 47 | <!-- end module contents --> |
|---|