[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/styles/prosilver/template/ -> forumlist_body.html (source)

   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="row-item">
  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="row-item {forumrow.FORUM_IMG_STYLE}">
  35                  <dt title="{% if forumrow.S_IS_LINK %}{{ lang('FORUM_LINK') }}{% else %}{{ forumrow.FORUM_FOLDER_IMG_ALT }}{% endif %}">
  36                      <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="row-item-link"></a><!-- ENDIF -->
  37                      <div class="list-inner">
  38                          <!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED -->
  39                              <!--
  40                                  <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}">
  41                                      <i class="icon fa-rss-square fa-fw icon-orange" aria-hidden="true"></i><span class="sr-only">{L_FEED} - {forumrow.FORUM_NAME}</span>
  42                                  </a>
  43                              -->
  44                          <!-- ENDIF -->
  45                          <!-- IF forumrow.FORUM_IMAGE -->
  46                              <!-- EVENT forumlist_body_forum_image_before -->
  47                              <span class="forum-image"><!-- EVENT forumlist_body_forum_image_prepend -->{forumrow.FORUM_IMAGE}<!-- EVENT forumlist_body_forum_image_append --></span>
  48                              <!-- EVENT forumlist_body_forum_image_after -->
  49                          <!-- ENDIF -->
  50                          <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a>
  51                          <!-- IF forumrow.FORUM_DESC --><br />{forumrow.FORUM_DESC}<!-- ENDIF -->
  52                          <!-- IF forumrow.MODERATORS -->
  53                              <br /><strong>{forumrow.L_MODERATOR_STR}{L_COLON}</strong> {forumrow.MODERATORS}
  54                          <!-- ENDIF -->
  55                          <!-- IF .forumrow.subforum and forumrow.S_LIST_SUBFORUMS -->
  56                              <!-- EVENT forumlist_body_subforums_before -->
  57                              <br /><strong>{forumrow.L_SUBFORUM_STR}{L_COLON}</strong>
  58                              <!-- BEGIN subforum -->
  59                                  <!-- 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.IS_LINK %}{{ lang('FORUM_LINK') }}{% elseif forumrow.subforum.S_UNREAD %}{{ lang('UNREAD_POSTS') }}{% else %}{{ lang('NO_UNREAD_POSTS') }}{% endif %}">
  60                                      <i class="icon <!-- IF forumrow.subforum.IS_LINK -->fa-external-link<!-- ELSE -->fa-file-o<!-- ENDIF --> fa-fw <!-- IF forumrow.subforum.S_UNREAD --> icon-red<!-- ELSE --> icon-blue<!-- ENDIF --> icon-md" aria-hidden="true"></i>{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF --><!-- EVENT forumlist_body_subforum_link_append -->
  61                              <!-- END subforum -->
  62                              <!-- EVENT forumlist_body_subforums_after -->
  63                          <!-- ENDIF -->
  64  
  65                          <!-- IF not S_IS_BOT -->
  66                          <div class="responsive-show" style="display: none;">
  67                              <!-- IF forumrow.CLICKS -->
  68                                  {L_REDIRECTS}{L_COLON} <strong>{forumrow.CLICKS}</strong>
  69                              <!-- ELSEIF not forumrow.S_IS_LINK and forumrow.TOPICS -->
  70                                  {L_TOPICS}{L_COLON} <strong>{forumrow.TOPICS}</strong>
  71                              <!-- ENDIF -->
  72                          </div>
  73                          <!-- ENDIF -->
  74                      </div>
  75                  </dt>
  76                  <!-- IF forumrow.CLICKS -->
  77                      <dd class="redirect"><span>{L_REDIRECTS}{L_COLON} {forumrow.CLICKS}</span></dd>
  78                  <!-- ELSEIF not forumrow.S_IS_LINK -->
  79                      <dd class="topics">{forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
  80                      <dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
  81                      <dd class="lastpost">
  82                          <span>
  83                              <!-- IF forumrow.U_UNAPPROVED_TOPICS -->
  84                                  <a href="{forumrow.U_UNAPPROVED_TOPICS}" title="{L_TOPICS_UNAPPROVED}">
  85                                      <i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_TOPICS_UNAPPROVED}</span>
  86                                  </a>
  87                              <!-- ELSEIF forumrow.U_UNAPPROVED_POSTS -->
  88                                  <a href="{forumrow.U_UNAPPROVED_POSTS}" title="{L_POSTS_UNAPPROVED_FORUM}">
  89                                      <i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_POSTS_UNAPPROVED_FORUM}</span>
  90                                  </a>
  91                              <!-- ENDIF -->
  92                              <!-- IF forumrow.LAST_POST_TIME_RFC3339 -->
  93                                  <dfn>{L_LAST_POST}</dfn>
  94                                  <!-- IF forumrow.S_DISPLAY_SUBJECT -->
  95                                      <!-- EVENT forumlist_body_last_post_title_prepend -->
  96                                      <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a> <br />
  97                                  <!-- ENDIF -->
  98                                      {L_POST_BY_AUTHOR} <!-- EVENT forumlist_body_last_poster_username_prepend -->{forumrow.LAST_POSTER_FULL}<!-- EVENT forumlist_body_last_poster_username_append -->
  99                                  <!-- IF not S_IS_BOT -->
 100                                      <a href="{forumrow.U_LAST_POST}" title="{L_VIEW_LATEST_POST}">
 101                                          <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{L_VIEW_LATEST_POST}</span>
 102                                      </a>
 103                                  <!-- ENDIF -->
 104                                  <br /><time datetime="{forumrow.LAST_POST_TIME_RFC3339}">{forumrow.LAST_POST_TIME}</time>
 105                              <!-- ELSE -->
 106                              {% if forumrow.U_UNAPPROVED_TOPICS %}
 107                                  {{ lang('TOPIC_UNAPPROVED_FORUM', forumrow.TOPICS) }}
 108                              {% else %}
 109                                  {{ lang('NO_POSTS') }}
 110                              {% endif %}
 111                              <!-- ENDIF -->
 112                          </span>
 113                      </dd>
 114                  <!-- ELSE -->
 115                      <dd>&nbsp;</dd>
 116                  <!-- ENDIF -->
 117              </dl>
 118              <!-- EVENT forumlist_body_forum_row_append -->
 119          </li>
 120          <!-- EVENT forumlist_body_forum_row_after -->
 121      <!-- ENDIF -->
 122  
 123      <!-- IF forumrow.S_LAST_ROW -->
 124              </ul>
 125  
 126              </div>
 127          </div>
 128      <!-- EVENT forumlist_body_last_row_after -->
 129      <!-- ENDIF -->
 130  
 131  <!-- BEGINELSE -->
 132      <div class="panel">
 133          <div class="inner">
 134          <strong>{L_NO_FORUMS}</strong>
 135          </div>
 136      </div>
 137  <!-- END forumrow -->


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1