[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

   1  <!-- INCLUDE ucp_header.html -->
   2  
   3  <form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
   4  
   5  <h2>{L_TITLE}</h2>
   6  
   7  <div class="panel">
   8      <div class="inner">
   9  
  10      <p>{L_BOOKMARKS_EXPLAIN}</p>
  11  
  12  <!-- IF S_NO_DISPLAY_BOOKMARKS -->
  13      <p class="error">{L_BOOKMARKS_DISABLED}</p>
  14  <!-- ELSE -->
  15  
  16  <!-- IF .topicrow -->
  17      <ul class="topiclist missing-column">
  18          <li class="header">
  19              <dl class="icon">
  20                  <dt><div class="list-inner">{L_BOOKMARKS}</div></dt>
  21                  <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
  22                  <dd class="mark">{L_MARK}</dd>
  23              </dl>
  24          </li>
  25      </ul>
  26      <ul class="topiclist cplist missing-column">
  27  
  28      <!-- BEGIN topicrow -->
  29          <li class="row<!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ELSEIF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
  30              <!-- IF topicrow.S_DELETED_TOPIC -->
  31                  <dl>
  32                      <dt><div class="list-inner"><strong>{L_DELETED_TOPIC}</strong></div></dt>
  33                      <dd class="lastpost"><span>&nbsp;</span></dd>
  34                      <dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd>
  35                  </dl>
  36              <!-- ELSE -->
  37              <dl class="icon {topicrow.TOPIC_IMG_STYLE}">
  38                  <dt<!-- IF topicrow.TOPIC_ICON_IMG --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
  39                      <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
  40                      <div class="list-inner">
  41                          <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
  42                          <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
  43                          <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
  44                          <!-- IF .topicrow.pagination -->
  45                          <div class="pagination">
  46                              <ul>
  47                              <!-- BEGIN pagination -->
  48                                  <!-- IF topicrow.pagination.S_IS_PREV -->
  49                                  <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li>
  50                                  <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>
  51                                  <!-- ELSEIF topicrow.pagination.S_IS_NEXT -->
  52                                  <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li>
  53                                  <!-- ENDIF -->
  54                              <!-- END pagination -->
  55                              </ul>
  56                          </div>
  57                          <!-- ENDIF -->
  58                          <div class="responsive-hide">
  59                              <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
  60                              {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} &raquo; {topicrow.FIRST_POST_TIME}
  61                          </div>
  62                          <div class="responsive-show" style="display: none;">
  63                              <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
  64                              {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} &laquo;
  65                              <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.LAST_POST_TIME}</a>
  66                          </div>
  67                      </div>
  68                  </dt>
  69                  <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
  70                      <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{LAST_POST_IMG}</a> <br />{topicrow.LAST_POST_TIME}</span>
  71                  </dd>
  72                  <dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd>
  73              </dl>
  74              <!-- ENDIF -->
  75          </li>
  76      <!-- END topicrow -->
  77      </ul>
  78  
  79      <div class="action-bar bottom">
  80          <div class="pagination">
  81              {TOTAL_TOPICS}
  82              <!-- IF .pagination --> 
  83                  <!-- INCLUDE pagination.html -->
  84              <!-- ELSE --> 
  85                   &bull; {PAGE_NUMBER}
  86              <!-- ENDIF -->
  87          </div>
  88      </div>
  89  
  90  <!-- ELSE -->
  91      <p><strong>{L_NO_BOOKMARKS}</strong></p>
  92  <!-- ENDIF -->
  93  
  94  <!-- ENDIF -->
  95  
  96      </div>
  97  </div>
  98  
  99  <!-- IF .topicrow and not S_NO_DISPLAY_BOOKMARKS -->
 100      <fieldset class="display-actions">
 101          <input type="submit" name="unbookmark" value="{L_REMOVE_BOOKMARK_MARKED}" class="button2" />
 102          <div><a href="#" onclick="marklist('ucp', '', true); return false;">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('ucp', '', false); return false;">{L_UNMARK_ALL}</a></div>
 103          {S_FORM_TOKEN}
 104      </fieldset>
 105  <!-- ENDIF -->
 106  </form>
 107  
 108  <!-- INCLUDE ucp_footer.html -->


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