Verzeichnisstruktur phpBB-3.0.0
- Veröffentlicht
- 12.12.2007
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 |
mcp_topic.html
001 <!-- INCLUDE mcp_header.html -->
002
003 <form name="mcp" id="mcp" method="post" action="{S_MCP_ACTION}">
004
005 <table class="tablebg" width="100%" cellspacing="1">
006 <!-- IF S_CAN_SPLIT -->
007 <tr>
008 <th colspan="3" nowrap="nowrap">{L_SPLIT_TOPIC}</th>
009 </tr>
010 <tr>
011 <td class="row2" colspan="3" align="center"><span class="gensmall">{L_SPLIT_TOPIC_EXPLAIN}</span></td>
012 </tr>
013 <tr>
014 <td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_SUBJECT}</span></td>
015 <td class="row2" colspan="2"><input class="post" style="width: 350px" type="text" size="35" maxlength="64" name="subject" value="{SPLIT_SUBJECT}" /></td>
016 </tr>
017 <tr>
018 <td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_FORUM}</span></td>
019 <td class="row2" colspan="2"><select name="to_forum_id">{S_FORUM_SELECT}</select></td>
020 </tr>
021
022 <!-- IF S_SHOW_TOPIC_ICONS -->
023 <tr>
024 <td class="row1"><span class="gen">{L_TOPIC_ICON}</span></td>
025 <td class="row2" colspan="2">
026 <table width="100%" cellspacing="0" cellpadding="0" border="0">
027 <tr>
028 <td><span class="genmed nowrap"><input type="radio" class="radio" name="icon" value="0"<!-- IF not S_TOPIC_ICON --> checked="checked"<!-- ENDIF --> />{L_NO_TOPIC_ICON}</span> <!-- BEGIN topic_icon --><span class="nowrap"><input type="radio" class="radio" name="icon" value="{topic_icon.ICON_ID}"<!-- IF topic_icon.S_CHECKED --> checked="checked"<!-- ENDIF --> /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="" title="" hspace="2" vspace="2" /></span> <!-- END topic_icon --></td>
029 </tr>
030 </table>
031 </td>
032 </tr>
033 <!-- ENDIF -->
034 <!-- ENDIF -->
035
036 <!-- IF S_CAN_MERGE -->
037 <tr>
038 <th colspan="3" nowrap="nowrap">{L_MERGE_TOPIC}</th>
039 </tr>
040 <tr>
041 <td class="row2" colspan="3" align="center"><span class="gensmall">{L_MERGE_TOPIC_EXPLAIN}</span></td>
042 </tr>
043 <tr>
044 <td class="row1" nowrap="nowrap"><span class="gen">{L_MERGE_TOPIC_ID}</span></td>
045 <td class="row2" colspan="2"><input class="post" type="text" size="6" name="to_topic_id" value="{TO_TOPIC_ID}" /> <a href="{U_SELECT_TOPIC}">{L_SELECT_TOPIC}</a></td>
046 </tr>
047 <!-- IF TO_TOPIC_INFO -->
048 <tr>
049 <td class="row3" colspan="3" align="center"><b class="gen">{TO_TOPIC_INFO}</b></td>
050 </tr>
051 <!-- ENDIF -->
052 <!-- ENDIF -->
053 <tr>
054 <th colspan="3" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th>
055 </tr>
056 <tr>
057 <td class="row1" nowrap="nowrap"><span class="gen">{L_POSTS_PER_PAGE}</span><br /><span class="gensmall">{L_POSTS_PER_PAGE_EXPLAIN}</span></td>
058 <td class="row2" colspan="2"><input class="post" type="text" name="posts_per_page" size="6" value="{POSTS_PER_PAGE}" /></td>
059 </tr>
060 <tr>
061 <td class="cat" colspan="3" align="center"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" name="sort" value="{L_GO}" /></td>
062 </tr>
063 <tr>
064 <th nowrap="nowrap">{L_AUTHOR}</th>
065 <th nowrap="nowrap">{L_MESSAGE}</th>
066 <th nowrap="nowrap">{L_SELECT}</th>
067 </tr>
068 <tr>
069 <td class="row3" colspan="3" align="center"><span class="gensmall">{RETURN_TOPIC}</span></td>
070 </tr>
071 <!-- BEGIN postrow -->
072
073 <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
074
075 <td align="center"><b class="postauthor">{postrow.POST_AUTHOR_FULL}</b></td>
076 <td width="100%">
077 <table width="100%" cellspacing="0" cellpadding="0" border="0">
078 <tr valign="top">
079 <td class="gensmall" nowrap="nowrap"> <b>{L_POST_SUBJECT}:</b> </td>
080 <td class="gensmall" width="100%">{postrow.POST_SUBJECT}</td>
081 </tr>
082 </table>
083 </td>
084 <td rowspan="2" width="5%" align="center"><input type="checkbox" class="radio" name="post_id_list[]" value="{postrow.POST_ID}"<!-- IF postrow.S_CHECKED --> checked="checked"<!-- ENDIF --> /></td>
085 </tr>
086
087 <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
088
089 <td valign="bottom">
090 <table width="100%" cellspacing="0" cellpadding="0" border="0">
091 <tr valign="middle">
092 <td align="center"><span class="gensmall">[ <a href="{postrow.U_POST_DETAILS}">{L_POST_DETAILS}</a> ]</span></td>
093 </tr>
094 </table>
095 </td>
096 <td width="100%" valign="top">
097 <table width="100%" cellspacing="0" cellpadding="2" border="0">
098 <tr>
099 <td valign="top">
100 <div class="postbody">{postrow.MESSAGE}</div>
101 <!-- IF postrow.S_HAS_ATTACHMENTS -->
102 <br clear="all" /><br />
103
104 <table class="tablebg" width="100%" cellspacing="1">
105 <tr>
106 <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
107 </tr>
108 <!-- BEGIN attachment -->
109 <tr>
110 <!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
111 </tr>
112 <!-- END attachment -->
113 </table>
114 <!-- ENDIF -->
115
116 </td>
117 </tr>
118 <tr>
119 <td valign="bottom">
120 <table width="100%" cellspacing="0" cellpadding="0" border="0">
121 <tr valign="middle">
122 <td width="100%">
123 <!-- IF postrow.S_POST_UNAPPROVED and postrow.U_MCP_APPROVE -->{UNAPPROVED_IMG} <span class="postapprove"><a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span><!-- ENDIF -->
124 <!-- IF postrow.S_POST_REPORTED and postrow.U_MCP_REPORT -->{REPORTED_IMG}<span class="postreported"><a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF -->
125 </td>
126 <td width="10" nowrap="nowrap">{postrow.MINI_POST_IMG}</td>
127 <td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {postrow.POST_DATE}</td>
128 </tr>
129 </table>
130 </td>
131 </tr>
132 </table>
133 </td>
134 </tr>
135 <tr>
136 <td class="row3" colspan="3" height="1"><img src="images/spacer.gif" width="1" height="1" alt="" /></td>
137 </tr>
138 <!-- END postrow -->
139 <tr>
140 <td class="cat" colspan="3" align="center"><select name="action"><option value="" selected="selected">{L_SELECT_ACTION}</option>
141 <!-- IF S_CAN_APPROVE --><option value="approve">{L_APPROVE_POSTS}</option><!-- ENDIF -->
142 <!-- IF S_CAN_LOCK --><option value="lock_post">{L_LOCK_POST_POSTS} [ {L_LOCK_POST_EXPLAIN} ]</option><option value="unlock_post">{L_UNLOCK_POST_POSTS}</option><!-- ENDIF -->
143 <!-- IF S_CAN_DELETE --><option value="delete_post">{L_DELETE_POSTS}</option><!-- ENDIF -->
144 <!-- IF S_CAN_MERGE --><option value="merge_posts"<!-- IF ACTION eq 'merge' --> selected="selected"<!-- ENDIF -->>{L_MERGE_POSTS}</option><!-- ENDIF -->
145 <!-- IF S_CAN_SPLIT --><option value="split_all"<!-- IF ACTION eq 'split' --> selected="selected"<!-- ENDIF -->>{L_SPLIT_POSTS}</option><option value="split_beyond">{L_SPLIT_AFTER}</option><!-- ENDIF -->
146 </select> <input class="btnmain" type="submit" name="mcp_topic_submit" value="{L_SUBMIT}" /></td>
147 </tr>
148 </table>
149 {S_HIDDEN_FIELDS}
150 {S_FORM_TOKEN}
151 </form>
152
153 <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
154 <tr>
155 <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><b class="gensmall"><a href="#" onclick="marklist('mcp', '', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', '', false); return false;">{L_UNMARK_ALL}</a></b></td>
156 </tr>
157 </table>
158
159 <!-- INCLUDE mcp_footer.html -->