[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE ucp_header.html --> 2 3 <h2>{L_TITLE}</h2> 4 5 <div class="panel"> 6 <div class="inner"> 7 8 <p>{L_UCP_WELCOME}</p> 9 10 <!-- IF .topicrow --> 11 <h3>{L_IMPORTANT_NEWS}</h3> 12 13 <ul class="topiclist cplist two-long-columns"> 14 <!-- BEGIN topicrow --> 15 <li class="row<!-- IF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> 16 <dl class="row-item {topicrow.TOPIC_IMG_STYLE}"> 17 <dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->> 18 <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF --> 19 <div class="list-inner"> 20 <!-- IF topicrow.S_UNREAD --> 21 <a class="unread" href="{topicrow.U_NEWEST_POST}"> 22 <i class="icon fa-file fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{NEW_POST}</span> 23 </a> 24 <!-- ENDIF --> 25 <a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a><br /> 26 <!-- IF .topicrow.pagination --> 27 <div class="pagination"> 28 <ul> 29 <!-- BEGIN pagination --> 30 <!-- IF topicrow.pagination.S_IS_PREV --> 31 <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li> 32 <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li> 33 <!-- ELSEIF topicrow.pagination.S_IS_NEXT --> 34 <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li> 35 <!-- ENDIF --> 36 <!-- END pagination --> 37 </ul> 38 </div> 39 <!-- ENDIF --> 40 <div class="responsive-hide"> 41 <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF --> 42 {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME} 43 </div> 44 <div class="responsive-show" style="display: none;"> 45 <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF --> 46 {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> 47 </div> 48 </div> 49 </dt> 50 <dd class="lastpost"> 51 <span>{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} 52 <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}"> 53 <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> 54 </a> 55 <br />{topicrow.LAST_POST_TIME} 56 </span> 57 </dd> 58 </dl> 59 </li> 60 <!-- END topicrow --> 61 </ul> 62 <!-- ENDIF --> 63 64 <h3>{L_YOUR_DETAILS}</h3> 65 66 <!-- EVENT ucp_main_front_user_activity_before --> 67 <dl class="details"> 68 <!-- EVENT ucp_main_front_user_activity_prepend --> 69 <dt>{L_JOINED}{L_COLON}</dt> <dd>{JOINED}</dd> 70 <dt>{L_LAST_ACTIVE}{L_COLON}</dt> <dd>{LAST_VISIT_YOU}</dd> 71 <dt>{L_TOTAL_POSTS}{L_COLON}</dt> <dd><!-- IF POSTS_PCT -->{POSTS}<!-- IF S_DISPLAY_SEARCH --> | <strong><a href="{U_SEARCH_USER}">{L_SEARCH_YOUR_POSTS}</a></strong><!-- ENDIF --><br />({POSTS_DAY} / {POSTS_PCT})<!-- ELSE -->{POSTS}<!-- ENDIF --></dd> 72 <!-- IF ACTIVE_FORUM != '' --><dt>{L_ACTIVE_IN_FORUM}{L_COLON}</dt> <dd><strong><a href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></strong><br />({ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT})</dd><!-- ENDIF --> 73 <!-- IF ACTIVE_TOPIC != '' --><dt>{L_ACTIVE_IN_TOPIC}{L_COLON}</dt> <dd><strong><a href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></strong><br />({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})</dd><!-- ENDIF --> 74 <!-- IF WARNINGS --><dt>{L_YOUR_WARNINGS}{L_COLON}</dt> <dd class="error"><i class="icon fa-exclamation-triangle fa-fw icon-red" aria-hidden="true"></i> [{WARNINGS}]</dd><!-- ENDIF --> 75 <!-- EVENT ucp_main_front_user_activity_append --> 76 </dl> 77 <!-- EVENT ucp_main_front_user_activity_after --> 78 79 </div> 80 </div> 81 82 <!-- 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 |