Verzeichnisstruktur phpBB-3.2.0


Veröffentlicht
06.01.2017

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

ucp_main_subscribed.html

Zuletzt modifiziert: 09.10.2024, 12:54 - Dateigröße: 6.68 KiB


001  <!-- INCLUDE ucp_header.html -->
002   
003  <form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
004   
005  <h2>{L_TITLE}</h2>
006  <div class="panel">
007      <div class="inner">
008   
009      <p>{L_WATCHED_EXPLAIN}</p>
010   
011  <!-- IF .forumrow -->
012      <ul class="topiclist missing-column">
013          <li class="header">
014              <dl class="row-item">
015                  <dt><div class="list-inner">{L_WATCHED_FORUMS}</div></dt>
016                  <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
017                  <dd class="mark">{L_MARK}</dd>
018              </dl>
019          </li>
020      </ul>
021      <ul class="topiclist cplist missing-column">
022   
023      <!-- BEGIN forumrow -->
024          <li class="row<!-- IF forumrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
025              <dl class="row-item {forumrow.FORUM_IMG_STYLE}">
026                  <dt>
027                      <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="row-item-link"></a><!-- ENDIF -->
028                      <div class="list-inner">
029                          <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
030                          {forumrow.FORUM_DESC}
031                          <!-- IF forumrow.LAST_POST_TIME -->
032                          <div class="responsive-show" style="display: none;">
033                              {L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL} &laquo; <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_TIME}</a>
034                          </div>
035                          <!-- ENDIF -->
036                      </div>
037                  </dt>
038                  <dd class="lastpost">
039                      <!-- IF forumrow.LAST_POST_TIME -->
040                          <span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL}
041                              <a href="{forumrow.U_LAST_POST}">
042                                  <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{VIEW_LATEST_POST}</span>
043                              </a>
044                              <br />{forumrow.LAST_POST_TIME}</span>
045                      <!-- ELSE -->
046                          {L_NO_POSTS}<br />&nbsp;
047                      <!-- ENDIF -->
048                  </dd>
049                  <dd class="mark"><input type="checkbox" name="f[{forumrow.FORUM_ID}]" id="f{forumrow.FORUM_ID}" /></dd>
050              </dl>
051          </li>
052      <!-- END forumrow -->
053      </ul>
054  <!-- ELSEIF S_FORUM_NOTIFY -->
055      <ul class="topiclist">
056          <li class="header">
057              <dl class="row-item">
058                  <dt>{L_WATCHED_FORUMS}</dt>
059              </dl>
060          </li>
061      </ul>
062      <p><strong>{L_NO_WATCHED_FORUMS}</strong></p>
063  <!-- ENDIF -->
064      <br />
065   
066  <!-- IF .topicrow -->
067      <ul class="topiclist missing-column">
068          <li class="header">
069              <dl class="row-item">
070                  <dt><div class="list-inner">{L_WATCHED_TOPICS}</div></dt>
071                  <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
072                  <dd class="mark">{L_MARK}</dd>
073              </dl>
074          </li>
075      </ul>
076      <ul class="topiclist cplist missing-column">
077   
078      <!-- BEGIN topicrow -->
079          <li class="row<!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ELSEIF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
080              <dl class="row-item {topicrow.TOPIC_IMG_STYLE}">
081                  <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}">
082                      <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
083                      <div class="list-inner">
084                          <!-- IF topicrow.S_UNREAD_TOPIC -->
085                              <a class="unread" href="{topicrow.U_NEWEST_POST}">
086                                  <i class="icon fa-file fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{NEW_POST}</span>
087                              </a>
088                          <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
089                          <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
090                              <a href="{topicrow.U_MCP_QUEUE}" title="{L_TOPIC_UNAPPROVED}">
091                                  <i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_UNAPPROVED}</span>
092                              </a>
093                          <!-- ENDIF -->
094                          <!-- IF topicrow.S_TOPIC_REPORTED -->
095                              <a href="{topicrow.U_MCP_REPORT}" title="{L_TOPIC_REPORTED}">
096                                  <i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_REPORTED}</span>
097                              </a>
098                          <!-- ENDIF -->
099                          <br />
100                          <!-- IF .topicrow.pagination -->
101                          <div class="pagination">
102                              <ul>
103                              <!-- BEGIN pagination -->
104                                  <!-- IF topicrow.pagination.S_IS_PREV -->
105                                  <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li>
106                                  <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>
107                                  <!-- ELSEIF topicrow.pagination.S_IS_NEXT -->
108                                  <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li>
109                                  <!-- ENDIF -->
110                              <!-- END pagination -->
111                              </ul>
112                          </div>
113                          <!-- ENDIF -->
114                          <div class="responsive-hide">
115                              <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF -->
116                              {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} &raquo; {topicrow.FIRST_POST_TIME}
117                          </div>
118                          <div class="responsive-show" style="display: none;">
119                              <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF -->
120                              {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>
121                          </div>
122                      </div>
123                  </dt>
124                  <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
125                      <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">
126                          <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{VIEW_LATEST_POST}</span>
127                      </a>
128                      <br />{topicrow.LAST_POST_TIME}</span>
129                  </dd>
130                  <dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd>
131              </dl>
132          </li>
133      <!-- END topicrow -->
134      </ul>
135   
136      <div class="action-bar bar-bottom">
137          <div class="pagination">
138              {TOTAL_TOPICS}
139              <!-- IF .pagination -->
140                  <!-- INCLUDE pagination.html -->
141              <!-- ELSE -->
142                   &bull; {PAGE_NUMBER}
143              <!-- ENDIF -->
144          </div>
145      </div>
146   
147  <!-- ELSEIF S_TOPIC_NOTIFY -->
148      <ul class="topiclist">
149          <li class="header">
150              <dl class="row-item">
151                  <dt>{L_WATCHED_TOPICS}</dt>
152              </dl>
153          </li>
154      </ul>
155      <p><strong>{L_NO_WATCHED_TOPICS}</strong></p>
156  <!-- ENDIF -->
157   
158      </div>
159  </div>
160   
161  <!-- IF .topicrow or .forumrow -->
162      <fieldset class="display-actions">
163          <input type="submit" name="unwatch" value="{L_UNWATCH_MARKED}" class="button2" />
164          <div><a href="#" onclick="marklist('ucp', 't', true); marklist('ucp', 'f', true); return false;">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('ucp', 't', false); marklist('ucp', 'f', false); return false;">{L_UNMARK_ALL}</a></div>
165          {S_FORM_TOKEN}
166      </fieldset>
167  <!-- ENDIF -->
168  </form>
169   
170  <!-- INCLUDE ucp_footer.html -->
171