diff options
Diffstat (limited to 'phpBB/templates/subSilver/ucp_main.html')
-rw-r--r-- | phpBB/templates/subSilver/ucp_main.html | 190 |
1 files changed, 121 insertions, 69 deletions
diff --git a/phpBB/templates/subSilver/ucp_main.html b/phpBB/templates/subSilver/ucp_main.html index 2c06042922..2f9b66f579 100644 --- a/phpBB/templates/subSilver/ucp_main.html +++ b/phpBB/templates/subSilver/ucp_main.html @@ -1,75 +1,127 @@ <!-- INCLUDE ucp_header.html --> <tr> - <th colspan="3">{L_UCP}</th> - </tr> - <tr> - <td width="30%" align="left" valign="top"> - <table width="100%" cellspacing="1" cellpadding="2" border="0" bgcolor="#FFFFFF"> - <tr> - <td class="cat" colspan="3" height="28"><span class="cattitle">{L_SUBSCRIBED_TOPICS}</span></td> - </tr> - <!-- BEGIN subscribed_topics --> - <tr class="row1"> - <td width="20">{subscribed_topics.TOPIC_FOLDER_IMG}</td> - <td>{subscribed_topics.NEWEST_POST_IMG}<a class="topictitle" href="{subscribed_topics.U_TOPIC}">{subscribed_topics.TOPIC_TITLE}</a></td> - <td width="18">{subscribed_topics.UNSUBSCRIBE_IMG}</td> - </tr> - <!-- END subcribed_topics --> - </table> - <br clear="all" /> - <table width="100%" cellspacing="1" cellpadding="2" border="0" bgcolor="#FFFFFF"> - <tr> - <td class="cat" colspan="3" height="28"><span class="cattitle">{L_SUBSCRIBED_FORUMS}</span></td> - </tr> - <!-- BEGIN subscribed_forums --> - <tr class="row1"> - <td width="20">{subscribed_forums.FORUM_FOLDER_IMG}</td> - <td>{subscribed_forums.NEWEST_FORUM_POST_IMG}<a class="topictitle" href="{subscribed_forums.U_FORUM}">{subscribed_forums.FORUM_NAME}</a></td> - <td width="18">{subscribed_forums.UNSUBSCRIBE_IMG}</td> - </tr> - <!-- END subscribed_forums --> - </table> - </td> - <td align="left" valign="top"> - <table width="100%" cellspacing="1" cellpadding="2" border="0" bgcolor="#FFFFFF"> - <tr> - <td class="cat" height="28" align="center"><span class="cattitle">{L_WELCOME_USERCP}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen">{UCP_WELCOME_MSG}</span></td> - </tr> - </table> - </td> - <td width="25%" align="center" valign="top"> - <table width="100%" cellspacing="1" cellpadding="2" border="0" bgcolor="#FFFFFF"> - <tr> - <td class="cat" colspan="4" height="28"><a href="{U_BUDDY_LIST}" class="cattitle">{L_BUDDY_LIST}</a></td> - </tr> - <!-- BEGIN buddy_list --> - <tr class="row1"> - <td width="20">{buddy_list.ONLINE_IMG}</td> - <td ><a class="topictitle" href="{buddy_list.U_PROFILE">{buddy_list.BUDDY}</a></td> - <td width="20"><a href="{buddy_list.U_PM}" class="topictitle">{L_PM}</a></td> - <td width="18">{buddy_list.REMOVE_BUDDY}</td> - </tr> - <!-- END buddy_list --> - </table> - <br clear="all" /> - <table width="100%" cellspacing="1" cellpadding="2" border="0" bgcolor="#FFFFFF"> - <tr> - <td class="cat" colspan="4" height="28"><span class="cattitle">{L_UNREAD_PM}</span</td> - </tr> - <!-- BEGIN pm --> - <tr class="row1"> - <td width="20">{pm.NEW_PM_IMG}</td> - <td width="70%"><a class="topictitle" href="{pm.U_PM}">{pm.PM_TITLE}</a></td> - <td width="30%"><a class="topictitle" href="{pm.U_PROFILE}">{pm.PM_SENDER}</a></td> - <td width="18">{pm.DELETE_PM_IMG}</td> - </tr> - <!-- END pm --> - </table> - </td> + <td width="20%" height="100%"><table width="100%" height="100%" cellspacing="1" cellpadding="4" border="0"> + <tr> + <th>{L_UCP_OPTIONS}</th> + </tr> + <!-- BEGIN ucp_subsection --> + <tr> + <!-- IF ucp_subsection.S_SELECTED --> + <td class="row1" height="25" nowrap="nowrap"><span class="nav"><b>{ucp_subsection.L_TITLE}</b> + <!-- ELSE --> + <td class="row2" height="25" nowrap="nowrap" onmouseover="this.className='row1'" onmouseout="this.className='row2'"><a class="nav" href="{ucp_subsection.U_TITLE}">{ucp_subsection.L_TITLE}</a> + <!-- ENDIF --> + </td> + </tr> + <!-- END ucp_subsection --> + <tr> + <td class="row2" height="100%"> </td> + </tr> + <tr> + <td class="cat" height="28"> </td> + </tr> + </table></td> + <td class="row3"><img src="images/spacer.gif" width="1" alt="" /></td> + <td width="100%" valign="top"><table width="100%" cellspacing="1" cellpadding="4" border="0"> + <tr> + <!-- IF S_DISPLAY_WATCHED --> + <th colspan="4">{L_UCP}</th> + <!-- ELSE --> + <th colspan="3">{L_UCP}</th> + <!-- ENDIF --> + </tr> + <tr class="row1"> + <!-- IF S_DISPLAY_WATCHED --> + <td colspan="4" align="center"><table width="90%" cellspacing="0" cellpadding="4" border="0"> + <!-- ELSE --> + <td colspan="3" align="center"><table width="90%" cellspacing="0" cellpadding="4" border="0"> + <!-- ENDIF --> + <tr> + <td class="genmed">{L_UCP_WELCOME}</td> + </tr> + </table></td> + </tr> + + <!-- IF S_DISPLAY_FRONT --> + <tr> + <th colspan="3">{L_IMPORTANT_NEWS}</th> + </tr> + <!-- BEGIN topicrow --> + <!-- IF topicrow.S_ROW_COUNT is even --> + <tr class="row1"> + <!-- ELSE --> + <tr class="row2"> + <!-- ENDIF --> + <td width="20" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td> + <td width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.ATTACH_ICON_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span></td> + <td class="postdetails" align="center" valign="middle" nowrap="nowrap">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</td> + </tr> + <!-- END topicrow --> + <tr> + <th colspan="3">{L_YOUR_DETAILS}</th> + </tr> + <tr class="row1"> + <td class="genmed" colspan="3"><table width="100%" cellspacing="1" cellpadding="2" border="0"> + <tr> + <td class="gen" align="right" valign="middle" nowrap="nowrap">{L_JOINED}: </td> + <td width="100%"><b class="gen">{JOINED}</b></td> + </tr> + <tr> + <td class="gen" valign="top" align="right" nowrap="nowrap">{L_TOTAL_POSTS}: </td> + <td valign="top"><!-- IF POSTS_PCT neq 0 --><b class="gen">{POSTS}</b><br /><span class="genmed">[{POSTS_PCT} / {POSTS_DAY}]<br /><a href="{U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a></span><!-- ELSE --><b class="gen">{POSTS}<b><!-- ENDIF --></td> + </tr> + </table></td> + </tr> + <tr> + <td class="cat" colspan="3" height="28"> </td> + </tr> + <!-- ENDIF --> + + <!-- IF S_DISPLAY_WATCHED --> + <tr> + <th colspan="4">{L_WATCHED_FORUMS}</th> + </tr> + <!-- BEGIN forumrow --> + <!-- IF forumrow.S_ROW_COUNT is even --> + <tr class="row1"> + <!-- ELSE --> + <tr class="row2"> + <!-- ENDIF --> + <td width="20" align="center" valign="middle">{forumrow.FOLDER_IMG}</td> + <td width="100%" class="forumtitle"><a href="{forumrow.U_VIEW_TOPIC}">{forumrow.FORUM_TITLE}</a></span></td> + <td class="postdetails" align="center" valign="middle" nowrap="nowrap">{forumrow.LAST_POST_TIME}<br />{forumrow.LAST_POST_AUTHOR} {forumrow.LAST_POST_IMG}</td> + </tr> + <!-- BEGINELSE --> + <tr class="row1"> + <td colspan="4" height="25" align="center"><b class="genmed">{L_NO_WATCHED_FORUMS}</b></td> + </tr> + <!-- END forumrow --> + <tr> + <th colspan="4">{L_WATCHED_TOPICS}</th> + </tr> + <!-- BEGIN topicrow --> + <!-- IF topicrow.S_ROW_COUNT is even --> + <tr class="row1"> + <!-- ELSE --> + <tr class="row2"> + <!-- ENDIF --> + <td width="20" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td> + <td width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.ATTACH_ICON_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span></td> + <td class="postdetails" align="center" valign="middle" nowrap="nowrap">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</td> + <td> <input type="checkbox" name="t[{topicrow.TOPIC_ID}]" /> </td> + </tr> + <!-- BEGINELSE --> + <tr class="row1"> + <td colspan="4" height="25" align="center"><b class="genmed">{L_NO_WATCHED_TOPICS}</b></td> + </tr> + <!-- END topicrow --> + <tr> + <td class="cat" colspan="4" height="28"> </td> + </tr> + <!-- ENDIF --> + + </table></td> </tr> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file |