[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

   1  <!-- INCLUDE ucp_header.html -->
   2  
   3  <h2>{L_TITLE}</h2>
   4  
   5  <div class="panel">
   6      <div class="inner">
   7  
   8      <p>{L_UCP_WELCOME}</p>
   9  
  10  <!-- IF .topicrow -->
  11      <h3>{L_IMPORTANT_NEWS}</h3>
  12  
  13      <ul class="topiclist cplist two-long-columns">
  14      <!-- BEGIN topicrow -->
  15          <li class="row<!-- IF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
  16              <dl class="icon {topicrow.TOPIC_IMG_STYLE}">
  17                  <dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
  18                      <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
  19                      <div class="list-inner">
  20                          <!-- IF topicrow.S_UNREAD --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a><br />
  21                          <!-- IF .topicrow.pagination -->
  22                          <div class="pagination">
  23                              <ul>
  24                              <!-- BEGIN pagination -->
  25                                  <!-- IF topicrow.pagination.S_IS_PREV -->
  26                                  <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li>
  27                                  <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>
  28                                  <!-- ELSEIF topicrow.pagination.S_IS_NEXT -->
  29                                  <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li>
  30                                  <!-- ENDIF -->
  31                              <!-- END pagination -->
  32                              </ul>
  33                          </div>
  34                          <!-- ENDIF -->
  35                          <div class="responsive-hide">
  36                              <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
  37                              {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} &raquo; {topicrow.FIRST_POST_TIME}
  38                          </div>
  39                          <div class="responsive-show" style="display: none;">
  40                              <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
  41                              {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} &laquo; <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.LAST_POST_TIME}</a>
  42                          </div>
  43                      </div>
  44                  </dt>
  45                  <dd class="lastpost"><span>{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
  46                      <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{LAST_POST_IMG}</a> <br />{topicrow.LAST_POST_TIME}</span>
  47                  </dd>
  48              </dl>
  49          </li>
  50      <!-- END topicrow -->
  51      </ul>
  52  <!-- ENDIF -->
  53  
  54      <h3>{L_YOUR_DETAILS}</h3>
  55  
  56  <!-- EVENT ucp_main_front_user_activity_before -->
  57      <dl class="details">
  58          <!-- EVENT ucp_main_front_user_activity_prepend -->
  59          <dt>{L_JOINED}{L_COLON}</dt> <dd>{JOINED}</dd>
  60          <dt>{L_LAST_ACTIVE}{L_COLON}</dt> <dd>{LAST_VISIT_YOU}</dd>
  61          <dt>{L_TOTAL_POSTS}{L_COLON}</dt> <dd><!-- IF POSTS_PCT -->{POSTS}<!-- IF S_DISPLAY_SEARCH --> | <strong><a href="{U_SEARCH_USER}">{L_SEARCH_YOUR_POSTS}</a></strong><!-- ENDIF --><br />({POSTS_DAY} / {POSTS_PCT})<!-- ELSE -->{POSTS}<!-- ENDIF --></dd>
  62          <!-- IF ACTIVE_FORUM != '' --><dt>{L_ACTIVE_IN_FORUM}{L_COLON}</dt> <dd><strong><a href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></strong><br />({ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT})</dd><!-- ENDIF -->
  63          <!-- IF ACTIVE_TOPIC != '' --><dt>{L_ACTIVE_IN_TOPIC}{L_COLON}</dt> <dd><strong><a href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></strong><br />({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})</dd><!-- ENDIF -->
  64          <!-- IF WARNINGS --><dt>{L_YOUR_WARNINGS}{L_COLON}</dt> <dd class="error">{WARNING_IMG} [{WARNINGS}]</dd><!-- ENDIF -->
  65          <!-- EVENT ucp_main_front_user_activity_append -->
  66      </dl>
  67  <!-- EVENT ucp_main_front_user_activity_after -->
  68  
  69      </div>
  70  </div>
  71  
  72  <!-- INCLUDE ucp_footer.html -->


Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1