[ Index ] |
PHP Cross Reference of phpBB-3.2.11-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 <!-- IF .topicrow.pagination --> 58 <div class="pagination"> 59 <ul> 60 <!-- BEGIN pagination --> 61 <!-- IF topicrow.pagination.S_IS_PREV --> 62 <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li> 63 <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li> 64 <!-- ELSEIF topicrow.pagination.S_IS_NEXT --> 65 <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li> 66 <!-- ENDIF --> 67 <!-- END pagination --> 68 </ul> 69 </div> 70 <!-- ENDIF --> 71 <div class="responsive-hide"> 72 <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF --> 73 {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME} 74 </div> 75 <div class="responsive-show" style="display: none;"> 76 <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF --> 77 {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « 78 <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.LAST_POST_TIME}</a> 79 </div> 80 </div> 81 </dt> 82 <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} 83 <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}"> 84 <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> 85 </a> 86 <br />{topicrow.LAST_POST_TIME}</span> 87 </dd> 88 <dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd> 89 </dl> 90 <!-- ENDIF --> 91 </li> 92 <!-- END topicrow --> 93 </ul> 94 95 <div class="action-bar bar-bottom"> 96 <div class="pagination"> 97 {TOTAL_TOPICS} 98 <!-- IF .pagination --> 99 <!-- INCLUDE pagination.html --> 100 <!-- ELSE --> 101 • {PAGE_NUMBER} 102 <!-- ENDIF --> 103 </div> 104 </div> 105 106 <!-- ELSE --> 107 <p><strong>{L_NO_BOOKMARKS}</strong></p> 108 <!-- ENDIF --> 109 110 <!-- ENDIF --> 111 112 </div> 113 </div> 114 115 <!-- IF .topicrow and not S_NO_DISPLAY_BOOKMARKS --> 116 <fieldset class="display-actions"> 117 <input type="submit" name="unbookmark" value="{L_REMOVE_BOOKMARK_MARKED}" class="button2" /> 118 <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> 119 {S_FORM_TOKEN} 120 </fieldset> 121 <!-- ENDIF --> 122 </form> 123 124 <!-- INCLUDE ucp_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 |