[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <!-- EVENT viewtopic_topic_title_before --> 4 <h2 class="topic-title"><!-- EVENT viewtopic_topic_title_prepend --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- EVENT viewtopic_topic_title_append --></h2> 5 <!-- EVENT viewtopic_topic_title_after --> 6 <!-- NOTE: remove the style="display: none" when you want to have the forum description on the topic body --> 7 <!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF --> 8 9 <!-- IF MODERATORS --> 10 <p> 11 <strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->{L_COLON}</strong> {MODERATORS} 12 </p> 13 <!-- ENDIF --> 14 15 <!-- IF S_FORUM_RULES --> 16 <div class="rules<!-- IF U_FORUM_RULES --> rules-link<!-- ENDIF -->"> 17 <div class="inner"> 18 19 <!-- IF U_FORUM_RULES --> 20 <a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a> 21 <!-- ELSE --> 22 <strong>{L_FORUM_RULES}</strong><br /> 23 {FORUM_RULES} 24 <!-- ENDIF --> 25 26 </div> 27 </div> 28 <!-- ENDIF --> 29 30 <div class="action-bar bar-top"> 31 <!-- EVENT viewtopic_buttons_top_before --> 32 33 <!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO --> 34 <a href="{U_POST_REPLY_TOPIC}" class="button" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"> 35 <!-- IF S_IS_LOCKED --> 36 <span>{L_BUTTON_TOPIC_LOCKED}</span> <i class="icon fa-lock fa-fw" aria-hidden="true"></i> 37 <!-- ELSE --> 38 <span>{L_BUTTON_POST_REPLY}</span> <i class="icon fa-reply fa-fw" aria-hidden="true"></i> 39 <!-- ENDIF --> 40 </a> 41 <!-- ENDIF --> 42 43 <!-- EVENT viewtopic_buttons_top_after --> 44 <!-- INCLUDE viewtopic_topic_tools.html --> 45 <!-- EVENT viewtopic_dropdown_top_custom --> 46 47 <!-- IF S_DISPLAY_SEARCHBOX --> 48 <div class="search-box" role="search"> 49 <form method="get" id="topic-search" action="{S_SEARCHBOX_ACTION}"> 50 <fieldset> 51 <input class="inputbox search tiny" type="search" name="keywords" id="search_keywords" size="20" placeholder="{L_SEARCH_TOPIC}" /> 52 <button class="button button-search" type="submit" title="{L_SEARCH}"> 53 <i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH}</span> 54 </button> 55 <a href="{U_SEARCH}" class="button button-search-end" title="{L_SEARCH_ADV}"> 56 <i class="icon fa-cog fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH_ADV}</span> 57 </a> 58 {S_SEARCH_LOCAL_HIDDEN_FIELDS} 59 </fieldset> 60 </form> 61 </div> 62 <!-- ENDIF --> 63 64 <!-- IF .pagination or TOTAL_POSTS --> 65 <div class="pagination"> 66 <!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --><a href="{U_VIEW_UNREAD_POST}" class="mark">{L_VIEW_UNREAD_POST}</a> • <!-- ENDIF -->{TOTAL_POSTS} 67 <!-- IF .pagination --> 68 <!-- INCLUDE pagination.html --> 69 <!-- ELSE --> 70 • {PAGE_NUMBER} 71 <!-- ENDIF --> 72 </div> 73 <!-- ENDIF --> 74 <!-- EVENT viewtopic_body_pagination_top_after --> 75 </div> 76 77 <!-- EVENT viewtopic_body_poll_before --> 78 79 <!-- IF S_HAS_POLL --> 80 <form method="post" action="{S_POLL_ACTION}" data-ajax="vote_poll" data-refresh="true" class="topic_poll"> 81 82 <div class="panel"> 83 <div class="inner"> 84 85 <div class="content"> 86 <h2 class="poll-title"><!-- EVENT viewtopic_body_poll_question_prepend -->{POLL_QUESTION}<!-- EVENT viewtopic_body_poll_question_append --></h2> 87 <p class="author">{L_POLL_LENGTH}<!-- IF S_CAN_VOTE and L_POLL_LENGTH --><br /><!-- ENDIF --><!-- IF S_CAN_VOTE --><span class="poll_max_votes">{L_MAX_VOTES}</span><!-- ENDIF --></p> 88 89 <fieldset class="polls"> 90 <!-- BEGIN poll_option --> 91 <!-- EVENT viewtopic_body_poll_option_before --> 92 <dl class="<!-- IF poll_option.POLL_OPTION_VOTED -->voted<!-- ENDIF --><!-- IF poll_option.POLL_OPTION_MOST_VOTES --> most-votes<!-- ENDIF -->"<!-- IF poll_option.POLL_OPTION_VOTED --> title="{L_POLL_VOTED_OPTION}"<!-- ENDIF --> data-alt-text="{L_POLL_VOTED_OPTION}" data-poll-option-id="{poll_option.POLL_OPTION_ID}"> 93 <dt><!-- IF S_CAN_VOTE --><label for="vote_{poll_option.POLL_OPTION_ID}">{poll_option.POLL_OPTION_CAPTION}</label><!-- ELSE -->{poll_option.POLL_OPTION_CAPTION}<!-- ENDIF --></dt> 94 <!-- IF S_CAN_VOTE --><dd style="width: auto;" class="poll_option_select"><!-- IF S_IS_MULTI_CHOICE --><input type="checkbox" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --><input type="radio" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ENDIF --></dd><!-- ENDIF --> 95 <dd class="resultbar<!-- IF not S_DISPLAY_RESULTS --> hidden<!-- ENDIF -->"><div class="<!-- IF poll_option.POLL_OPTION_PCT < 20 -->pollbar1<!-- ELSEIF poll_option.POLL_OPTION_PCT < 40 -->pollbar2<!-- ELSEIF poll_option.POLL_OPTION_PCT < 60 -->pollbar3<!-- ELSEIF poll_option.POLL_OPTION_PCT < 80 -->pollbar4<!-- ELSE -->pollbar5<!-- ENDIF -->" style="width:{poll_option.POLL_OPTION_PERCENT_REL};">{poll_option.POLL_OPTION_RESULT}</div></dd> 96 <dd class="poll_option_percent<!-- IF not S_DISPLAY_RESULTS --> hidden<!-- ENDIF -->"><!-- IF poll_option.POLL_OPTION_RESULT == 0 -->{L_NO_VOTES}<!-- ELSE -->{poll_option.POLL_OPTION_PERCENT}<!-- ENDIF --></dd> 97 </dl> 98 <!-- EVENT viewtopic_body_poll_option_after --> 99 <!-- END poll_option --> 100 101 <dl class="poll_total_votes<!-- IF not S_DISPLAY_RESULTS --> hidden<!-- ENDIF -->"> 102 <dt> </dt> 103 <dd class="resultbar">{L_TOTAL_VOTES}{L_COLON} <span class="poll_total_vote_cnt">{TOTAL_VOTES}</span></dd> 104 </dl> 105 106 <!-- IF S_CAN_VOTE --> 107 <dl style="border-top: none;" class="poll_vote"> 108 <dt> </dt> 109 <dd class="resultbar"><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="button1" /></dd> 110 </dl> 111 <!-- ENDIF --> 112 113 <!-- IF not S_DISPLAY_RESULTS --> 114 <dl style="border-top: none;" class="poll_view_results"> 115 <dt> </dt> 116 <dd class="resultbar"><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></dd> 117 </dl> 118 <!-- ENDIF --> 119 </fieldset> 120 <div class="vote-submitted hidden">{L_VOTE_SUBMITTED}</div> 121 </div> 122 123 </div> 124 {S_FORM_TOKEN} 125 {S_HIDDEN_FIELDS} 126 </div> 127 128 </form> 129 <hr /> 130 <!-- ENDIF --> 131 132 <!-- EVENT viewtopic_body_poll_after --> 133 134 <!-- BEGIN postrow --> 135 <!-- EVENT viewtopic_body_postrow_post_before --> 136 <!-- IF postrow.S_FIRST_UNREAD --> 137 <a id="unread" class="anchor"<!-- IF S_UNREAD_VIEW --> data-url="{postrow.U_MINI_POST}"<!-- ENDIF -->></a> 138 <!-- ENDIF --> 139 <div id="p{postrow.POST_ID}" class="post has-profile <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_POST_DELETED --> deleted<!-- ENDIF --><!-- IF postrow.S_ONLINE and not postrow.S_POST_HIDDEN --> online<!-- ENDIF --><!-- IF postrow.POSTER_WARNINGS --> warned<!-- ENDIF -->"> 140 <div class="inner"> 141 142 <dl class="postprofile" id="profile{postrow.POST_ID}"<!-- IF postrow.S_POST_HIDDEN --> style="display: none;"<!-- ENDIF -->> 143 <dt class="<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG -->has-profile-rank<!-- ELSE -->no-profile-rank<!-- ENDIF --> <!-- IF postrow.POSTER_AVATAR -->has-avatar<!-- ELSE -->no-avatar<!-- ENDIF -->"> 144 <div class="avatar-container"> 145 <!-- EVENT viewtopic_body_avatar_before --> 146 <!-- IF postrow.POSTER_AVATAR --> 147 <!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}" class="avatar">{postrow.POSTER_AVATAR}</a><!-- ELSE --><span class="avatar">{postrow.POSTER_AVATAR}</span><!-- ENDIF --> 148 <!-- ENDIF --> 149 <!-- EVENT viewtopic_body_avatar_after --> 150 </div> 151 <!-- EVENT viewtopic_body_post_author_before --> 152 <!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF --> 153 <!-- EVENT viewtopic_body_post_author_after --> 154 </dt> 155 156 <!-- EVENT viewtopic_body_postrow_rank_before --> 157 <!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="profile-rank">{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF --> 158 <!-- EVENT viewtopic_body_postrow_rank_after --> 159 160 <!-- IF postrow.POSTER_POSTS != '' --><dd class="profile-posts"><strong>{L_POSTS}{L_COLON}</strong> <!-- IF postrow.U_SEARCH !== '' --><a href="{postrow.U_SEARCH}"><!-- ENDIF -->{postrow.POSTER_POSTS}<!-- IF postrow.U_SEARCH !== '' --></a><!-- ENDIF --></dd><!-- ENDIF --> 161 <!-- IF postrow.POSTER_JOINED --><dd class="profile-joined"><strong>{L_JOINED}{L_COLON}</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF --> 162 <!-- IF postrow.POSTER_WARNINGS --><dd class="profile-warnings"><strong>{L_WARNINGS}{L_COLON}</strong> {postrow.POSTER_WARNINGS}</dd><!-- ENDIF --> 163 164 <!-- IF postrow.S_PROFILE_FIELD1 --> 165 <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. --> 166 <dd><strong>{postrow.PROFILE_FIELD1_NAME}{L_COLON}</strong> {postrow.PROFILE_FIELD1_VALUE}</dd> 167 <!-- ENDIF --> 168 169 <!-- EVENT viewtopic_body_postrow_custom_fields_before --> 170 <!-- BEGIN custom_fields --> 171 <!-- IF not postrow.custom_fields.S_PROFILE_CONTACT --> 172 <dd class="profile-custom-field profile-{postrow.custom_fields.PROFILE_FIELD_IDENT}"><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON}</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd> 173 <!-- ENDIF --> 174 <!-- END custom_fields --> 175 <!-- EVENT viewtopic_body_postrow_custom_fields_after --> 176 177 <!-- EVENT viewtopic_body_contact_fields_before --> 178 <!-- IF not S_IS_BOT and .postrow.contact --> 179 <dd class="profile-contact"> 180 <strong>{L_CONTACT}{L_COLON}</strong> 181 <div class="dropdown-container dropdown-left"> 182 <a href="#" class="dropdown-trigger" title="{postrow.CONTACT_USER}"> 183 <i class="icon fa-commenting-o fa-fw icon-lg" aria-hidden="true"></i><span class="sr-only">{postrow.CONTACT_USER}</span> 184 </a> 185 <div class="dropdown"> 186 <div class="pointer"><div class="pointer-inner"></div></div> 187 <div class="dropdown-contents contact-icons"> 188 <!-- BEGIN contact --> 189 {% set REMAINDER = postrow.contact.S_ROW_COUNT % 4 %} 190 <!-- DEFINE $S_LAST_CELL = ((REMAINDER eq 3) or (postrow.contact.S_LAST_ROW and postrow.contact.S_NUM_ROWS < 4)) --> 191 <!-- IF REMAINDER eq 0 --> 192 <div> 193 <!-- ENDIF --> 194 <a href="<!-- IF postrow.contact.U_CONTACT -->{postrow.contact.U_CONTACT}<!-- ELSE -->{postrow.U_POST_AUTHOR}<!-- ENDIF -->" title="{postrow.contact.NAME}"<!-- IF $S_LAST_CELL --> class="last-cell"<!-- ENDIF --><!-- IF postrow.contact.ID eq 'jabber' --> onclick="popup(this.href, 750, 320); return false;"<!-- ENDIF -->> 195 {% EVENT viewtopic_body_contact_icon_prepend %}<span class="contact-icon {postrow.contact.ID}-icon">{postrow.contact.NAME}</span>{% EVENT viewtopic_body_contact_icon_append %} 196 </a> 197 <!-- IF REMAINDER eq 3 or postrow.contact.S_LAST_ROW --> 198 </div> 199 <!-- ENDIF --> 200 <!-- END contact --> 201 </div> 202 </div> 203 </div> 204 </dd> 205 <!-- ENDIF --> 206 <!-- EVENT viewtopic_body_contact_fields_after --> 207 208 </dl> 209 210 <div class="postbody"> 211 <!-- IF postrow.S_POST_HIDDEN --> 212 <!-- IF postrow.S_POST_DELETED --> 213 <div class="ignore" id="post_hidden{postrow.POST_ID}"> 214 {postrow.L_POST_DELETED_MESSAGE}<br /> 215 {postrow.L_POST_DISPLAY} 216 </div> 217 <!-- ELSEIF postrow.S_IGNORE_POST --> 218 <div class="ignore" id="post_hidden{postrow.POST_ID}"> 219 {postrow.L_IGNORE_POST}<br /> 220 {postrow.L_POST_DISPLAY} 221 </div> 222 <!-- ENDIF --> 223 <!-- ENDIF --> 224 <div id="post_content{postrow.POST_ID}"<!-- IF postrow.S_POST_HIDDEN --> style="display: none;"<!-- ENDIF -->> 225 226 <!-- EVENT viewtopic_body_post_subject_before --> 227 <h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="{postrow.POST_ICON_IMG_ALT}" title="{postrow.POST_ICON_IMG_ALT}" /> <!-- ENDIF --><a href="{postrow.U_MINI_POST}">{postrow.POST_SUBJECT}</a></h3> 228 229 <!-- DEFINE $SHOW_POST_BUTTONS = (postrow.U_EDIT or postrow.U_DELETE or postrow.U_REPORT or postrow.U_WARN or postrow.U_INFO or postrow.U_QUOTE) --> 230 <!-- EVENT viewtopic_body_post_buttons_list_before --> 231 <!-- IF not S_IS_BOT --> 232 <!-- IF $SHOW_POST_BUTTONS --> 233 <ul class="post-buttons"> 234 <!-- EVENT viewtopic_body_post_buttons_before --> 235 <!-- IF postrow.U_EDIT --> 236 <li> 237 <a href="{postrow.U_EDIT}" title="{L_EDIT_POST}" class="button button-icon-only"> 238 <i class="icon fa-pencil fa-fw" aria-hidden="true"></i><span class="sr-only">{L_BUTTON_EDIT}</span> 239 </a> 240 </li> 241 <!-- ENDIF --> 242 <!-- IF postrow.U_DELETE --> 243 <li> 244 <a href="{postrow.U_DELETE}" title="{L_DELETE_POST}" class="button button-icon-only"> 245 <i class="icon fa-times fa-fw" aria-hidden="true"></i><span class="sr-only">{L_BUTTON_DELETE}</span> 246 </a> 247 </li> 248 <!-- ENDIF --> 249 <!-- IF postrow.U_REPORT --> 250 <li> 251 <a href="{postrow.U_REPORT}" title="{L_REPORT_POST}" class="button button-icon-only"> 252 <i class="icon fa-exclamation fa-fw" aria-hidden="true"></i><span class="sr-only">{L_BUTTON_REPORT}</span> 253 </a> 254 </li> 255 <!-- ENDIF --> 256 <!-- IF postrow.U_WARN --> 257 <li> 258 <a href="{postrow.U_WARN}" title="{L_WARN_USER}" class="button button-icon-only"> 259 <i class="icon fa-exclamation-triangle fa-fw" aria-hidden="true"></i><span class="sr-only">{L_BUTTON_WARN}</span> 260 </a> 261 </li> 262 <!-- ENDIF --> 263 <!-- IF postrow.U_INFO --> 264 <li> 265 <a href="{postrow.U_INFO}" title="{L_INFORMATION}" class="button button-icon-only"> 266 <i class="icon fa-info fa-fw" aria-hidden="true"></i><span class="sr-only">{L_BUTTON_INFORMATION}</span> 267 </a> 268 </li> 269 <!-- ENDIF --> 270 <!-- IF postrow.U_QUOTE --> 271 <li> 272 <a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}" class="button button-icon-only"> 273 <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">{L_BUTTON_QUOTE}</span> 274 </a> 275 </li> 276 <!-- ENDIF --> 277 <!-- EVENT viewtopic_body_post_buttons_after --> 278 </ul> 279 <!-- ENDIF --> 280 <!-- ENDIF --> 281 <!-- EVENT viewtopic_body_post_buttons_list_after --> 282 283 <!-- EVENT viewtopic_body_postrow_post_details_before --> 284 <p class="author"> 285 <!-- IF S_IS_BOT --> 286 <span><i class="icon fa-file fa-fw <!-- IF postrow.S_UNREAD_POST -->icon-red<!-- ELSE -->icon-lightgray<!-- ENDIF --> icon-md" aria-hidden="true"></i><span class="sr-only">{postrow.MINI_POST}</span></span> 287 <!-- ELSE --> 288 <a class="unread" href="{postrow.U_MINI_POST}" title="{postrow.MINI_POST}"> 289 <i class="icon fa-file fa-fw <!-- IF postrow.S_UNREAD_POST -->icon-red<!-- ELSE -->icon-lightgray<!-- ENDIF --> icon-md" aria-hidden="true"></i><span class="sr-only">{postrow.MINI_POST}</span> 290 </a> 291 <!-- ENDIF --> 292 <span class="responsive-hide">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> » </span><time datetime="{postrow.POST_DATE_RFC3339}">{postrow.POST_DATE}</time> 293 </p> 294 <!-- EVENT viewtopic_body_postrow_post_details_after --> 295 296 <!-- IF postrow.S_POST_UNAPPROVED --> 297 <form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}"> 298 <p class="post-notice unapproved"> 299 <span><i class="icon fa-question icon-red fa-fw" aria-hidden="true"></i></span> 300 <strong>{L_POST_UNAPPROVED_ACTION}</strong> 301 <input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" /> 302 <input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" /> 303 <input type="hidden" name="post_id_list[]" value="{postrow.POST_ID}" /> 304 {S_FORM_TOKEN} 305 </p> 306 </form> 307 <!-- ELSEIF postrow.S_POST_DELETED --> 308 <form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}"> 309 <p class="post-notice deleted"> 310 <strong>{L_POST_DELETED_ACTION}</strong> 311 <!-- IF postrow.S_DELETE_PERMANENT --> 312 <input class="button2" type="submit" value="{L_DELETE}" name="action[delete]" /> 313 <!-- ENDIF --> 314 <input class="button1" type="submit" value="{L_RESTORE}" name="action[restore]" /> 315 <input type="hidden" name="post_id_list[]" value="{postrow.POST_ID}" /> 316 {S_FORM_TOKEN} 317 </p> 318 </form> 319 <!-- ENDIF --> 320 321 <!-- IF postrow.S_POST_REPORTED --> 322 <p class="post-notice reported"> 323 <a href="{postrow.U_MCP_REPORT}"><i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><strong>{L_POST_REPORTED}</strong></a> 324 </p> 325 <!-- ENDIF --> 326 327 <div class="content">{postrow.MESSAGE}</div> 328 329 <!-- EVENT viewtopic_body_postrow_content_after --> 330 331 <!-- IF postrow.S_HAS_ATTACHMENTS --> 332 <dl class="attachbox"> 333 <dt> 334 {L_ATTACHMENTS} 335 </dt> 336 <!-- BEGIN attachment --> 337 <dd>{postrow.attachment.DISPLAY_ATTACHMENT}</dd> 338 <!-- END attachment --> 339 </dl> 340 <!-- ENDIF --> 341 342 <!-- EVENT viewtopic_body_postrow_post_notices_before --> 343 <!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF --> 344 <!-- IF postrow.DELETED_MESSAGE or postrow.DELETE_REASON --> 345 <div class="notice post_deleted_msg"> 346 {postrow.DELETED_MESSAGE} 347 <!-- IF postrow.DELETE_REASON --><br /><strong>{L_REASON}{L_COLON}</strong> <em>{postrow.DELETE_REASON}</em><!-- ENDIF --> 348 </div> 349 <!-- ELSEIF postrow.EDITED_MESSAGE or postrow.EDIT_REASON --> 350 <div class="notice"> 351 {postrow.EDITED_MESSAGE} 352 <!-- IF postrow.EDIT_REASON --><br /><strong>{L_REASON}{L_COLON}</strong> <em>{postrow.EDIT_REASON}</em><!-- ENDIF --> 353 </div> 354 <!-- ENDIF --> 355 356 <!-- IF postrow.BUMPED_MESSAGE --><div class="notice"><br /><br />{postrow.BUMPED_MESSAGE}</div><!-- ENDIF --> 357 <!-- EVENT viewtopic_body_postrow_post_notices_after --> 358 <!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF --> 359 360 <!-- EVENT viewtopic_body_postrow_post_content_footer --> 361 </div> 362 363 </div> 364 365 <!-- EVENT viewtopic_body_postrow_back2top_before --> 366 <div class="back2top"> 367 <!-- EVENT viewtopic_body_postrow_back2top_prepend --> 368 <a href="#top" class="top" title="{L_BACK_TO_TOP}"> 369 <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i> 370 <span class="sr-only">{L_BACK_TO_TOP}</span> 371 </a> 372 <!-- EVENT viewtopic_body_postrow_back2top_append --> 373 </div> 374 <!-- EVENT viewtopic_body_postrow_back2top_after --> 375 376 </div> 377 </div> 378 379 <!-- EVENT viewtopic_body_postrow_post_after --> 380 <!-- END postrow --> 381 382 <!-- IF S_QUICK_REPLY --> 383 <!-- INCLUDE quickreply_editor.html --> 384 <!-- ENDIF --> 385 386 <!-- EVENT viewtopic_body_topic_actions_before --> 387 <div class="action-bar bar-bottom"> 388 <!-- EVENT viewtopic_buttons_bottom_before --> 389 390 <!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO --> 391 <a href="{U_POST_REPLY_TOPIC}" class="button" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"> 392 <!-- IF S_IS_LOCKED --> 393 <span>{L_BUTTON_TOPIC_LOCKED}</span> <i class="icon fa-lock fa-fw" aria-hidden="true"></i> 394 <!-- ELSE --> 395 <span>{L_BUTTON_POST_REPLY}</span> <i class="icon fa-reply fa-fw" aria-hidden="true"></i> 396 <!-- ENDIF --> 397 </a> 398 <!-- ENDIF --> 399 <!-- EVENT viewtopic_buttons_bottom_after --> 400 401 <!-- INCLUDE viewtopic_topic_tools.html --> 402 403 <!-- IF (S_NUM_POSTS > 1 or .pagination) and not S_IS_BOT --> 404 <form method="post" action="{S_TOPIC_ACTION}"> 405 <!-- INCLUDE display_options.html --> 406 </form> 407 <!-- ENDIF --> 408 409 <!-- IF .quickmod --> 410 <div class="quickmod dropdown-container dropdown-container-left dropdown-up dropdown-{S_CONTENT_FLOW_END} dropdown-button-control" id="quickmod"> 411 <span title="{L_QUICK_MOD}" class="button button-secondary dropdown-trigger dropdown-select"> 412 <i class="icon fa-gavel fa-fw" aria-hidden="true"></i><span class="sr-only">{L_QUICK_MOD}</span> 413 <span class="caret"><i class="icon fa-sort-down fa-fw" aria-hidden="true"></i></span> 414 </span> 415 <div class="dropdown"> 416 <div class="pointer"><div class="pointer-inner"></div></div> 417 <ul class="dropdown-contents"> 418 <!-- BEGIN quickmod --> 419 <!-- DEFINE $QUICKMOD_AJAX = (quickmod.VALUE in ['lock', 'unlock', 'delete_topic', 'restore_topic', 'make_normal', 'make_sticky', 'make_announce', 'make_global']) --> 420 <li><a href="{quickmod.LINK}"<!-- IF $QUICKMOD_AJAX --> data-ajax="true" data-refresh="true"<!-- ENDIF -->>{quickmod.TITLE}</a></li> 421 <!-- END quickmod --> 422 </ul> 423 </div> 424 </div> 425 <!-- ENDIF --> 426 427 <!-- EVENT viewtopic_dropdown_bottom_custom --> 428 429 <!-- IF .pagination or TOTAL_POSTS --> 430 <div class="pagination"> 431 {TOTAL_POSTS} 432 <!-- IF .pagination --> 433 <!-- INCLUDE pagination.html --> 434 <!-- ELSE --> 435 • {PAGE_NUMBER} 436 <!-- ENDIF --> 437 </div> 438 <!-- ENDIF --> 439 </div> 440 441 <!-- EVENT viewtopic_body_footer_before --> 442 <!-- INCLUDE jumpbox.html --> 443 444 {% EVENT viewtopic_body_online_list_before %} 445 446 <!-- IF S_DISPLAY_ONLINE_LIST and U_VIEWONLINE --> 447 <div class="stat-block online-list"> 448 <h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3> 449 <p>{LOGGED_IN_USER_LIST}</p> 450 </div> 451 <!-- ENDIF --> 452 453 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |