[ Index ] |
PHP Cross Reference of phpBB-3.1.12-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 <div class="panel"> 7 <div class="inner"> 8 9 <p>{L_WATCHED_EXPLAIN}</p> 10 11 <!-- IF .forumrow --> 12 <ul class="topiclist missing-column"> 13 <li class="header"> 14 <dl class="icon"> 15 <dt><div class="list-inner">{L_WATCHED_FORUMS}</div></dt> 16 <dd class="lastpost"><span>{L_LAST_POST}</span></dd> 17 <dd class="mark">{L_MARK}</dd> 18 </dl> 19 </li> 20 </ul> 21 <ul class="topiclist cplist missing-column"> 22 23 <!-- BEGIN forumrow --> 24 <li class="row<!-- IF forumrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> 25 <dl class="icon {forumrow.FORUM_IMG_STYLE}"> 26 <dt> 27 <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a><!-- ENDIF --> 28 <div class="list-inner"> 29 <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br /> 30 {forumrow.FORUM_DESC} 31 <!-- IF forumrow.LAST_POST_TIME --> 32 <div class="responsive-show" style="display: none;"> 33 {L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL} « <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_TIME}</a> 34 </div> 35 <!-- ENDIF --> 36 </div> 37 </dt> 38 <dd class="lastpost"><!-- IF forumrow.LAST_POST_TIME --><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL} 39 <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{forumrow.LAST_POST_TIME}</span> 40 <!-- ELSE -->{L_NO_POSTS}<br /> <!-- ENDIF --> 41 </dd> 42 <dd class="mark"><input type="checkbox" name="f[{forumrow.FORUM_ID}]" id="f{forumrow.FORUM_ID}" /></dd> 43 </dl> 44 </li> 45 <!-- END forumrow --> 46 </ul> 47 <!-- ELSEIF S_FORUM_NOTIFY --> 48 <ul class="topiclist"> 49 <li class="header"> 50 <dl class="icon"> 51 <dt>{L_WATCHED_FORUMS}</dt> 52 </dl> 53 </li> 54 </ul> 55 <p><strong>{L_NO_WATCHED_FORUMS}</strong></p> 56 <!-- ENDIF --> 57 <br /> 58 59 <!-- IF .topicrow --> 60 <ul class="topiclist missing-column"> 61 <li class="header"> 62 <dl class="icon"> 63 <dt><div class="list-inner">{L_WATCHED_TOPICS}</div></dt> 64 <dd class="lastpost"><span>{L_LAST_POST}</span></dd> 65 <dd class="mark">{L_MARK}</dd> 66 </dl> 67 </li> 68 </ul> 69 <ul class="topiclist cplist missing-column"> 70 71 <!-- BEGIN topicrow --> 72 <li class="row<!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ELSEIF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> 73 <dl class="icon {topicrow.TOPIC_IMG_STYLE}"> 74 <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}"> 75 <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF --> 76 <div class="list-inner"> 77 <!-- 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> 78 <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF --> 79 <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br /> 80 <!-- IF .topicrow.pagination --> 81 <div class="pagination"> 82 <ul> 83 <!-- BEGIN pagination --> 84 <!-- IF topicrow.pagination.S_IS_PREV --> 85 <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li> 86 <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li> 87 <!-- ELSEIF topicrow.pagination.S_IS_NEXT --> 88 <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li> 89 <!-- ENDIF --> 90 <!-- END pagination --> 91 </ul> 92 </div> 93 <!-- ENDIF --> 94 <div class="responsive-hide"> 95 <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF --> 96 {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME} 97 </div> 98 <div class="responsive-show" style="display: none;"> 99 <!-- 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 -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |