Verzeichnisstruktur phpBB-3.1.0
- Veröffentlicht
- 27.10.2014
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="icon">
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="icon {forumrow.FORUM_IMG_STYLE}">
026 <dt>
027 <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-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="{topicrow.U_LAST_POST}">{forumrow.LAST_POST_TIME}</a>
034 </div>
035 <!-- ENDIF -->
036 </div>
037 </dt>
038 <dd class="lastpost"><!-- IF forumrow.LAST_POST_TIME --><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL}
039 <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{forumrow.LAST_POST_TIME}</span>
040 <!-- ELSE -->{L_NO_POSTS}<br /> <!-- ENDIF -->
041 </dd>
042 <dd class="mark"><input type="checkbox" name="f[{forumrow.FORUM_ID}]" id="f{forumrow.FORUM_ID}" /></dd>
043 </dl>
044 </li>
045 <!-- END forumrow -->
046 </ul>
047 <!-- ELSEIF S_FORUM_NOTIFY -->
048 <ul class="topiclist">
049 <li class="header">
050 <dl class="icon">
051 <dt>{L_WATCHED_FORUMS}</dt>
052 </dl>
053 </li>
054 </ul>
055 <p><strong>{L_NO_WATCHED_FORUMS}</strong></p>
056 <!-- ENDIF -->
057 <br />
058
059 <!-- IF .topicrow -->
060 <ul class="topiclist missing-column">
061 <li class="header">
062 <dl class="icon">
063 <dt><div class="list-inner">{L_WATCHED_TOPICS}</div></dt>
064 <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
065 <dd class="mark">{L_MARK}</dd>
066 </dl>
067 </li>
068 </ul>
069 <ul class="topiclist cplist missing-column">
070
071 <!-- BEGIN topicrow -->
072 <li class="row<!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ELSEIF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
073 <dl class="icon {topicrow.TOPIC_IMG_STYLE}">
074 <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}">
075 <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
076 <div class="list-inner">
077 <!-- 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>
078 <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
079 <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
080 <!-- IF .topicrow.pagination -->
081 <div class="pagination">
082 <ul>
083 <!-- BEGIN pagination -->
084 <!-- IF topicrow.pagination.S_IS_PREV -->
085 <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li>
086 <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>
087 <!-- ELSEIF topicrow.pagination.S_IS_NEXT -->
088 <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li>
089 <!-- ENDIF -->
090 <!-- END pagination -->
091 </ul>
092 </div>
093 <!-- ENDIF -->
094 <div class="responsive-hide">
095 <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
096 {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
097 </div>
098 <div class="responsive-show" style="display: none;">
099 <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
100 {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>
101 </div>
102 </div>
103 </dt>
104 <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
105 <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{LAST_POST_IMG}</a> <br />{topicrow.LAST_POST_TIME}</span>
106 </dd>
107 <dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd>
108 </dl>
109 </li>
110 <!-- END topicrow -->
111 </ul>
112
113 <div class="action-bar bottom">
114 <div class="pagination">
115 {TOTAL_TOPICS}
116 <!-- IF .pagination -->
117 <!-- INCLUDE pagination.html -->
118 <!-- ELSE -->
119 • {PAGE_NUMBER}
120 <!-- ENDIF -->
121 </div>
122 </div>
123
124 <!-- ELSEIF S_TOPIC_NOTIFY -->
125 <ul class="topiclist">
126 <li class="header">
127 <dl class="icon">
128 <dt>{L_WATCHED_TOPICS}</dt>
129 </dl>
130 </li>
131 </ul>
132 <p><strong>{L_NO_WATCHED_TOPICS}</strong></p>
133 <!-- ENDIF -->
134
135 </div>
136 </div>
137
138 <!-- IF .topicrow or .forumrow -->
139 <fieldset class="display-actions">
140 <input type="submit" name="unwatch" value="{L_UNWATCH_MARKED}" class="button2" />
141 <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>
142 {S_FORM_TOKEN}
143 </fieldset>
144 <!-- ENDIF -->
145 </form>
146
147 <!-- INCLUDE ucp_footer.html -->
148