mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
I just can't help playing with it ... I must see a doctor at once
git-svn-id: file:///svn/phpbb/trunk@3526 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3e440ce290
commit
27b6d7582a
3 changed files with 91 additions and 106 deletions
|
@ -1,17 +1,15 @@
|
|||
</table>
|
||||
<br> </td>
|
||||
</table><br clear="all" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="25" colspan="3" align="left" class="catBottom"> </td>
|
||||
<td class="cat" colspan="3" height="28" align="left"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
|
||||
<tbody><tr>
|
||||
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left"><span class="gensmall"> </td>
|
||||
<td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
|
@ -1,26 +1,19 @@
|
|||
<!-- $Id$ -->
|
||||
<!-- INCLUDE overall_header.html -->
|
||||
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
|
||||
<tbody><tr>
|
||||
<td align="left" valign="bottom"><span class="gensmall">
|
||||
{CURRENT_TIME}<br></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
|
||||
<td align="right" valign="bottom" class="gensmall"> </td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
|
||||
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
|
||||
<tbody>
|
||||
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<th height="25" colspan="3" align="left" class="thHead"><table width="100%">
|
||||
<tr align="center">
|
||||
<!-- BEGIN ucp_sections -->
|
||||
<!-- IF ucp_sections.S_IS_TAB -->
|
||||
<td width="150" class="bodyline"><a class="cattitle" href="{ucp_sections.U_SECTION}">{ucp_sections.SECTION}</a></td>
|
||||
<!-- ELSE -->
|
||||
<td width="150" class="row2"><a class="cattitle" href="{ucp_sections.U_SECTION}">{ucp_sections.SECTION}</a></td>
|
||||
<!-- ENDIF -->
|
||||
<!-- END ucp_sections -->
|
||||
<td class="bodyline"> </td>
|
||||
</tr>
|
||||
</table> </th>
|
||||
<td class="nav" colspan="2" align="left" valign="middle"><!-- IF S_FORUM_NAV --><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --><!-- ENDIF --></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table class="tablebg" cellspacing="1" cellpadding="4" border="0" align="left">
|
||||
<tr>
|
||||
<!-- BEGIN ucp_sections --><!-- IF ucp_sections.S_IS_TAB --><td class="row1" nowrap="nowrap"> <span class="gen"><b>{ucp_sections.SECTION}</b><!-- ELSE --><td class="row2" nowrap="nowrap"> <a class="nav" href="{ucp_sections.U_SECTION}">{ucp_sections.SECTION}</a><!-- ENDIF --> </td>
|
||||
<!-- END ucp_sections -->
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
|
|
@ -1,71 +1,65 @@
|
|||
<!-- INCLUDE usercp_header.html -->
|
||||
|
||||
<tr align="left">
|
||||
<td height="25" colspan="3" class="cathead">
|
||||
<!-- BEGIN ucp_subsections -->
|
||||
<a href="{ucp_subsections.U_SUBSECTION}" class="topictitle">{ucp_subsections.SUBSECTION}</a>
|
||||
<!-- IF ucp_subsections.IS_MULTI_SECTIONS --> -<!-- ENDIF -->
|
||||
<!-- END ucp_subsections -->
|
||||
<tr>
|
||||
<th colspan="3"> </th>
|
||||
</tr>
|
||||
<tr align="left">
|
||||
<td width="30%" align="left" valign="top"><table width="100%" cellspacing="1" cellpadding="2" border="0" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td width="30%" align="left" valign="top" class="row1"> <br> <table width="100%" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td height="25" colspan="3" class="row2"><span class="cattitle">{L_SUBSCRIBED_TOPICS}</span></td>
|
||||
<td class="cat" colspan="3" height="28"><span class="cattitle">{L_SUBSCRIBED_TOPICS}</span></td>
|
||||
</tr>
|
||||
<!-- BEGIN subscribed_topics -->
|
||||
<tr>
|
||||
<td width="20" class="row1">{subscribed_topics.TOPIC_FOLDER_IMG}</td>
|
||||
<td class="row1" >{subscribed_topics.NEWEST_POST_IMG}<a class="topictitle" href="{subscribed_topics.U_TOPIC}">{subscribed_topics.TOPIC_TITLE}</a></td>
|
||||
<td width="18" class="row1" >{subscribed_topics.UNSUBSCRIBE_IMG}</td>
|
||||
<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> <table width="100%" bgcolor="#FFFFFF">
|
||||
<br clear="all" />
|
||||
<table width="100%" cellspacing="1" cellpadding="2" border="0" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td height="25" colspan="3" class="row2"><span class="cattitle">{L_SUBSCRIBED_FORUMS}</span></td>
|
||||
<td class="cat" colspan="3" height="28"><span class="cattitle">{L_SUBSCRIBED_FORUMS}</span></td>
|
||||
</tr>
|
||||
<!-- BEGIN subscribed_forums -->
|
||||
<tr>
|
||||
<td width="20" class="row1">{subscribed_forums.FORUM_FOLDER_IMG}</td>
|
||||
<td class="row1" >{subscribed_forums.NEWEST_FORUM_POST_IMG}<a class="topictitle" href="{subscribed_forums.U_FORUM}">{subscribed_forums.FORUM_NAME}</a></td>
|
||||
<td width="18" class="row1" >{subscribed_forums.UNSUBSCRIBE_IMG}</td>
|
||||
<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>
|
||||
<br> </td>
|
||||
<td class="row1" align="left" valign="top"><br>
|
||||
<table width="100%" bgcolor="#FFFFFF">
|
||||
</table></td>
|
||||
<td align="left" valign="top"><table width="100%" cellspacing="1" cellpadding="2" border="0" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td height="25" class="row2"><span class="gen">{L_WELCOME_USERCP}</span></td>
|
||||
<td class="cat" height="28" align="center"><span class="cattitle">{L_WELCOME_USERCP}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" ><span class="genmed">{UCP_WELCOME_MSG}</span> </td>
|
||||
<td class="row1"><span class="gen">{UCP_WELCOME_MSG}</span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td width="25%" align="center" valign="top" class="row1"> <br> <table width="100%" bgcolor="#FFFFFF">
|
||||
<td width="25%" align="center" valign="top"><table width="100%" cellspacing="1" cellpadding="2" border="0" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td height="25" colspan="4" class="row2"><a href="{U_BUDDY_LIST}" class="cattitle">{L_BUDDY_LIST}</a></td>
|
||||
<td class="cat" colspan="4" height="28"><a href="{U_BUDDY_LIST}" class="cattitle">{L_BUDDY_LIST}</a></td>
|
||||
</tr>
|
||||
<!-- BEGIN buddy_list -->
|
||||
<tr>
|
||||
<td width="20" class="row1" >{buddy_list.ONLINE_IMG}</td>
|
||||
<td class="row1" ><a class="topictitle" href="{buddy_list.U_PROFILE">{buddy_list.BUDDY}</a></td>
|
||||
<td width="20" class="row1" ><a href="{buddy_list.U_PM}" class="topictitle">{L_PM}</a></td>
|
||||
<td width="18" class="row1" >{buddy_list.REMOVE_BUDDY}</td>
|
||||
<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> <table width="100%" bgcolor="#FFFFFF">
|
||||
<br clear="all" />
|
||||
<table width="100%" cellspacing="1" cellpadding="2" border="0" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td height="25" colspan="4" class="row2"><span class="cattitle">{L_UNREAD_PM}</span</td>
|
||||
<td class="cat" colspan="4" height="28"><span class="cattitle">{L_UNREAD_PM}</span</td>
|
||||
</tr>
|
||||
<!-- BEGIN pm -->
|
||||
<tr>
|
||||
<td width="20" class="row1" >{pm.NEW_PM_IMG}</td>
|
||||
<td width="70%" class="row1" ><a class="topictitle" href="{pm.U_PM}">{pm.PM_TITLE}</a></td>
|
||||
<td width="30%" class="row1" ><a class="topictitle" href="{pm.U_PROFILE}">{pm.PM_SENDER}</a></td>
|
||||
<td width="18" class="row1" >{pm.DELETE_PM_IMG}</td>
|
||||
<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 -->
|
||||
|
||||
<!-- INCLUDE usercp_footer.html -->
|
Loading…
Add table
Reference in a new issue