1 | <!-- INCLUDE ucp_header.html -->
|
---|
2 |
|
---|
3 | <h2>{L_TITLE}</h2>
|
---|
4 |
|
---|
5 | <div class="panel">
|
---|
6 | <div class="inner"><span class="corners-top"><span></span></span>
|
---|
7 |
|
---|
8 | <p>{L_UCP_WELCOME}</p>
|
---|
9 |
|
---|
10 | <!-- IF .topicrow -->
|
---|
11 | <h3>{L_IMPORTANT_NEWS}</h3>
|
---|
12 |
|
---|
13 | <ul class="topiclist cplist">
|
---|
14 | <!-- BEGIN topicrow -->
|
---|
15 | <li class="row<!-- IF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
|
---|
16 | <dl class="icon" style="background-image: url({topicrow.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
|
---|
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 --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a><br />
|
---|
19 | <!-- IF topicrow.PAGINATION --><strong class="pagination"><span>{topicrow.PAGINATION}</span></strong><!-- ENDIF -->
|
---|
20 | <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
|
---|
21 | </dt>
|
---|
22 | <dd class="lastpost"><span>{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
|
---|
23 | <a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{topicrow.LAST_POST_TIME}</span>
|
---|
24 | </dd>
|
---|
25 | </dl>
|
---|
26 | </li>
|
---|
27 | <!-- END topicrow -->
|
---|
28 | </ul>
|
---|
29 | <!-- ENDIF -->
|
---|
30 |
|
---|
31 | <h3>{L_YOUR_DETAILS}</h3>
|
---|
32 |
|
---|
33 | <dl class="details">
|
---|
34 | <dt>{L_JOINED}:</dt> <dd>{JOINED}</dd>
|
---|
35 | <dt>{L_VISITED}:</dt> <dd>{LAST_VISIT_YOU}</dd>
|
---|
36 | <dt>{L_TOTAL_POSTS}:</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>
|
---|
37 | <!-- IF ACTIVE_FORUM --><dt>{L_ACTIVE_IN_FORUM}:</dt> <dd><strong><a href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></strong><br />({ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT})</dd><!-- ENDIF -->
|
---|
38 | <!-- IF ACTIVE_TOPIC --><dt>{L_ACTIVE_IN_TOPIC}:</dt> <dd><strong><a href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></strong><br />({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})</dd><!-- ENDIF -->
|
---|
39 | <!-- IF WARNINGS --><dt>{L_YOUR_WARNINGS}:</dt> <dd class="error">{WARNING_IMG} [{WARNINGS}]</dd><!-- ENDIF -->
|
---|
40 | </dl>
|
---|
41 |
|
---|
42 | <span class="corners-bottom"><span></span></span></div>
|
---|
43 | </div>
|
---|
44 |
|
---|
45 | <!-- INCLUDE ucp_footer.html -->
|
---|