[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
1 2 <!-- BEGIN forumrow --> 3 <!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT --> 4 </ul> 5 6 </div> 7 </div> 8 <!-- ENDIF --> 9 10 <!-- EVENT forumlist_body_category_header_before --> 11 <!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT --> 12 <div class="forabg"> 13 <div class="inner"> 14 <ul class="topiclist"> 15 <li class="header"> 16 <!-- EVENT forumlist_body_category_header_row_prepend --> 17 <dl class="icon"> 18 <dt><div class="list-inner"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></div></dt> 19 <dd class="topics">{L_TOPICS}</dd> 20 <dd class="posts">{L_POSTS}</dd> 21 <dd class="lastpost"><span>{L_LAST_POST}</span></dd> 22 </dl> 23 <!-- EVENT forumlist_body_category_header_row_append --> 24 </li> 25 </ul> 26 <ul class="topiclist forums"> 27 <!-- ENDIF --> 28 <!-- EVENT forumlist_body_category_header_after --> 29 30 <!-- IF not forumrow.S_IS_CAT --> 31 <!-- EVENT forumlist_body_forum_row_before --> 32 <li class="row"> 33 <!-- EVENT forumlist_body_forum_row_prepend --> 34 <dl class="icon {forumrow.FORUM_IMG_STYLE}"> 35 <dt title="{forumrow.FORUM_FOLDER_IMG_ALT}"> 36 <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a><!-- ENDIF --> 37 <div class="list-inner"> 38 <!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><!-- <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a> --><!-- ENDIF --> 39 40 <!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF --> 41 <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a> 42 <!-- IF forumrow.FORUM_DESC --><br />{forumrow.FORUM_DESC}<!-- ENDIF --> 43 <!-- IF forumrow.MODERATORS --> 44 <br /><strong>{forumrow.L_MODERATOR_STR}{L_COLON}</strong> {forumrow.MODERATORS} 45 <!-- ENDIF --> 46 <!-- IF .forumrow.subforum and forumrow.S_LIST_SUBFORUMS --> 47 <!-- EVENT forumlist_body_subforums_before --> 48 <br /><strong>{forumrow.L_SUBFORUM_STR}{L_COLON}</strong> 49 <!-- BEGIN subforum --> 50 <!-- EVENT forumlist_body_subforum_link_prepend --><a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.S_UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF --><!-- EVENT forumlist_body_subforum_link_append --> 51 <!-- END subforum --> 52 <!-- EVENT forumlist_body_subforums_after --> 53 <!-- ENDIF --> 54 55 <!-- IF not S_IS_BOT --> 56 <div class="responsive-show" style="display: none;"> 57 <!-- IF forumrow.CLICKS --> 58 {L_REDIRECTS}{L_COLON} <strong>{forumrow.CLICKS}</strong> 59 <!-- ELSEIF not forumrow.S_IS_LINK and forumrow.TOPICS --> 60 {L_TOPICS}{L_COLON} <strong>{forumrow.TOPICS}</strong> 61 <!-- ENDIF --> 62 </div> 63 <!-- ENDIF --> 64 </div> 65 </dt> 66 <!-- IF forumrow.CLICKS --> 67 <dd class="redirect"><span>{L_REDIRECTS}{L_COLON} {forumrow.CLICKS}</span></dd> 68 <!-- ELSEIF not forumrow.S_IS_LINK --> 69 <dd class="topics">{forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd> 70 <dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd> 71 <dd class="lastpost"><span> 72 <!-- IF forumrow.U_UNAPPROVED_TOPICS --> 73 <a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a> 74 <!-- ELSEIF forumrow.U_UNAPPROVED_POSTS --> 75 <a href="{forumrow.U_UNAPPROVED_POSTS}">{UNAPPROVED_POST_IMG}</a> 76 <!-- ENDIF --> 77 <!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn> 78 <!-- IF forumrow.S_DISPLAY_SUBJECT --> 79 <!-- EVENT forumlist_body_last_post_title_prepend --> 80 <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a> <br /> 81 <!-- ENDIF --> 82 {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL} 83 <!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<br /> <!-- ENDIF --></span> 84 </dd> 85 <!-- ELSE --> 86 <dd> </dd> 87 <!-- ENDIF --> 88 </dl> 89 <!-- EVENT forumlist_body_forum_row_append --> 90 </li> 91 <!-- EVENT forumlist_body_forum_row_after --> 92 <!-- ENDIF --> 93 94 <!-- IF forumrow.S_LAST_ROW --> 95 </ul> 96 97 </div> 98 </div> 99 <!-- EVENT forumlist_body_last_row_after --> 100 <!-- ENDIF --> 101 102 <!-- BEGINELSE --> 103 <div class="panel"> 104 <div class="inner"> 105 <strong>{L_NO_FORUMS}</strong> 106 </div> 107 </div> 108 <!-- END forumrow -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |