Verzeichnisstruktur phpBB-3.3.15
- Veröffentlicht
- 28.08.2024
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. |
|
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
ucp_main_subscribed.html
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} « <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_RFC3339 -->
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 /><time datetime="{forumrow.LAST_POST_TIME_RFC3339}">{forumrow.LAST_POST_TIME}</time></span>
045 <!-- ELSE -->
046 {L_NO_POSTS}<br />
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 {% EVENT ucp_main_subscribed_topic_title_after %}
101 <!-- IF .topicrow.pagination -->
102 <div class="pagination">
103 <ul>
104 <!-- BEGIN pagination -->
105 <!-- IF topicrow.pagination.S_IS_PREV -->
106 <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li>
107 <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>
108 <!-- ELSEIF topicrow.pagination.S_IS_NEXT -->
109 <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li>
110 <!-- ENDIF -->
111 <!-- END pagination -->
112 </ul>
113 </div>
114 <!-- ENDIF -->
115 <div class="responsive-hide">
116 <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF -->
117 {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
118 </div>
119 <div class="responsive-show" style="display: none;">
120 <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF -->
121 {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.LAST_POST_TIME}</a>
122 </div>
123 </div>
124 </dt>
125 <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
126 <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">
127 <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>
128 </a>
129 <br />{topicrow.LAST_POST_TIME}</span>
130 </dd>
131 <dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd>
132 </dl>
133 </li>
134 <!-- END topicrow -->
135 </ul>
136
137 <div class="action-bar bar-bottom">
138 <div class="pagination">
139 {TOTAL_TOPICS}
140 <!-- IF .pagination -->
141 <!-- INCLUDE pagination.html -->
142 <!-- ELSE -->
143 • {PAGE_NUMBER}
144 <!-- ENDIF -->
145 </div>
146 </div>
147
148 <!-- ELSEIF S_TOPIC_NOTIFY -->
149 <ul class="topiclist">
150 <li class="header">
151 <dl class="row-item">
152 <dt>{L_WATCHED_TOPICS}</dt>
153 </dl>
154 </li>
155 </ul>
156 <p><strong>{L_NO_WATCHED_TOPICS}</strong></p>
157 <!-- ENDIF -->
158
159 </div>
160 </div>
161
162 <!-- IF .topicrow or .forumrow -->
163 <fieldset class="display-actions">
164 <input type="submit" name="unwatch" value="{L_UNWATCH_MARKED}" class="button2" />
165 <div><a href="#" onclick="marklist('ucp', 't', true); marklist('ucp', 'f', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('ucp', 't', false); marklist('ucp', 'f', false); return false;">{L_UNMARK_ALL}</a></div>
166 {S_FORM_TOKEN}
167 </fieldset>
168 <!-- ENDIF -->
169 </form>
170
171 <!-- INCLUDE ucp_footer.html -->
172