[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE ucp_header.html --> 2 3 <form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}> 4 5 <h2>{L_TITLE}</h2> 6 7 <div class="panel"> 8 <div class="inner"> 9 10 <p>{L_BOOKMARKS_EXPLAIN}</p> 11 12 <!-- IF S_NO_DISPLAY_BOOKMARKS --> 13 <p class="error">{L_BOOKMARKS_DISABLED}</p> 14 <!-- ELSE --> 15 16 <!-- IF .topicrow --> 17 <ul class="topiclist missing-column"> 18 <li class="header"> 19 <dl class="row-item"> 20 <dt><div class="list-inner">{L_BOOKMARKS}</div></dt> 21 <dd class="lastpost"><span>{L_LAST_POST}</span></dd> 22 <dd class="mark">{L_MARK}</dd> 23 </dl> 24 </li> 25 </ul> 26 <ul class="topiclist cplist missing-column"> 27 28 <!-- BEGIN topicrow --> 29 <li class="row<!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ELSEIF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> 30 <!-- IF topicrow.S_DELETED_TOPIC --> 31 <dl> 32 <dt><div class="list-inner"><strong>{L_DELETED_TOPIC}</strong></div></dt> 33 <dd class="lastpost"><span> </span></dd> 34 <dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd> 35 </dl> 36 <!-- ELSE --> 37 <dl class="row-item {topicrow.TOPIC_IMG_STYLE}"> 38 <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}"> 39 <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF --> 40 <div class="list-inner"> 41 <!-- IF topicrow.S_UNREAD_TOPIC --> 42 <a class="unread" href="{topicrow.U_NEWEST_POST}"> 43 <i class="icon fa-file fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{NEW_POST}</span> 44 </a> 45 <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a> 46 <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --> 47 <a href="{topicrow.U_MCP_QUEUE}" title="{L_TOPIC_UNAPPROVED}"> 48 <i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_UNAPPROVED}</span> 49 </a> 50 <!-- ENDIF --> 51 <!-- IF topicrow.S_TOPIC_REPORTED --> 52 <a href="{topicrow.U_MCP_REPORT}" title="{L_TOPIC_REPORTED}"> 53 <i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_REPORTED}</span> 54 </a> 55 <!-- ENDIF --> 56 <br /> 57 {% EVENT ucp_main_bookmarks_topic_title_after %} 58 <!-- IF .topicrow.pagination --> 59 <div class="pagination"> 60 <ul> 61 <!-- BEGIN pagination --> 62 <!-- IF topicrow.pagination.S_IS_PREV --> 63 <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li> 64 <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li> 65 <!-- ELSEIF topicrow.pagination.S_IS_NEXT --> 66 <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li> 67 <!-- ENDIF --> 68 <!-- END pagination --> 69 </ul> 70 </div> 71 <!-- ENDIF --> 72 <div class="responsive-hide"> 73 <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF --> 74 {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME} 75 </div> 76 <div class="responsive-show" style="display: none;"> 77 <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF --> 78 {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « 79 <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.LAST_POST_TIME}</a> 80 </div> 81 </div> 82 </dt> 83 <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} 84 <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}"> 85 <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> 86 </a> 87 <br />{topicrow.LAST_POST_TIME}</span> 88 </dd> 89 <dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd> 90 </dl> 91 <!-- ENDIF --> 92 </li> 93 <!-- END topicrow --> 94 </ul> 95 96 <div class="action-bar bar-bottom"> 97 <div class="pagination"> 98 {TOTAL_TOPICS} 99 <!-- IF .pagination --> 100 <!-- INCLUDE pagination.html --> 101 <!-- ELSE --> 102 • {PAGE_NUMBER} 103 <!-- ENDIF --> 104 </div> 105 </div> 106 107 <!-- ELSE --> 108 <p><strong>{L_NO_BOOKMARKS}</strong></p> 109 <!-- ENDIF --> 110 111 <!-- ENDIF --> 112 113 </div> 114 </div> 115 116 <!-- IF .topicrow and not S_NO_DISPLAY_BOOKMARKS --> 117 <fieldset class="display-actions"> 118 <input type="submit" name="unbookmark" value="{L_REMOVE_BOOKMARK_MARKED}" class="button2" /> 119 <div><a href="#" onclick="marklist('ucp', '', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('ucp', '', false); return false;">{L_UNMARK_ALL}</a></div> 120 {S_FORM_TOKEN} 121 </fieldset> 122 <!-- ENDIF --> 123 </form> 124 125 <!-- INCLUDE ucp_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |