diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-16 16:54:51 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-16 16:54:51 +0000 |
commit | b0c3e3958220c04cbb4f25f0c24b53b65a34e360 (patch) | |
tree | 6c23cb4352a297b4dade2b3a1aa6706b89a53c82 /phpBB/styles/subSilver/template/ucp_main_front.html | |
parent | a3c9182e0f9efeb193f5ef682d1945382f234eb3 (diff) | |
download | forums-b0c3e3958220c04cbb4f25f0c24b53b65a34e360.tar forums-b0c3e3958220c04cbb4f25f0c24b53b65a34e360.tar.gz forums-b0c3e3958220c04cbb4f25f0c24b53b65a34e360.tar.bz2 forums-b0c3e3958220c04cbb4f25f0c24b53b65a34e360.tar.xz forums-b0c3e3958220c04cbb4f25f0c24b53b65a34e360.zip |
- removed db cache (might re-appear, but for now we do not see the need for it)
- all changes to styles/subsilver/template are purely cosmetic (no functional changes)
- cosmetics
- bugfixes
- add index to modules table
- use modules ordering code for forums too
git-svn-id: file:///svn/phpbb/trunk@6073 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/ucp_main_front.html')
-rw-r--r-- | phpBB/styles/subSilver/template/ucp_main_front.html | 77 |
1 files changed, 37 insertions, 40 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_main_front.html b/phpBB/styles/subSilver/template/ucp_main_front.html index b6a459adec..a89616e643 100644 --- a/phpBB/styles/subSilver/template/ucp_main_front.html +++ b/phpBB/styles/subSilver/template/ucp_main_front.html @@ -1,24 +1,19 @@ <!-- INCLUDE ucp_header.html --> <table class="tablebg" width="100%" cellspacing="1"> - <tr> - <th colspan="3">{L_UCP}</th> - </tr> - <tr> - <td class="row1" colspan="3" align="center"><p class="genmed">{L_UCP_WELCOME}</p></td> - </tr> - <tr> - <th colspan="3">{L_IMPORTANT_NEWS}</th> - </tr> +<tr> + <th colspan="3">{L_UCP}</th> +</tr> +<tr> + <td class="row1" colspan="3" align="center"><p class="genmed">{L_UCP_WELCOME}</p></td> +</tr> +<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 --> +<!-- BEGIN topicrow --> + <!-- IF topicrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> <td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td> <td class="row1" width="100%"> <p class="topictitle"><!-- IF topicrow.S_UNREAD --><a href="{topicrow.U_NEWEST_POST}">{topicrow.NEWEST_POST_IMG}</a> <!-- ENDIF -->{topicrow.ATTACH_ICON_IMG} <a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></p><p class="gensmall">{topicrow.GOTO_PAGE}</p> @@ -35,26 +30,27 @@ </p> </td> </tr> - <!-- BEGINELSE --> +<!-- BEGINELSE --> <tr class="row1"> <td align="center" colspan="3"><b class="gen">{L_NO_IMPORTANT_NEWS}</b></td> </tr> - <!-- END topicrow --> +<!-- END topicrow --> - <tr> - <th colspan="3">{L_YOUR_DETAILS}</th> - </tr> - <tr> - <td class="row1" colspan="3"><table width="100%" cellspacing="1" cellpadding="4"> - <tr> - <td align="right" valign="top" nowrap="nowrap"><b class="genmed">{L_JOINED}: </b></td> - <td width="100%"><b class="gen">{JOINED}</b></td> - </tr> - <tr> - <td align="right" valign="top" nowrap="nowrap"><b class="genmed">{L_TOTAL_POSTS}: </b></td> - <td><!-- 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> - <!-- IF S_SHOW_ACTIVITY --> +<tr> + <th colspan="3">{L_YOUR_DETAILS}</th> +</tr> +<tr> + <td class="row1" colspan="3"> + <table width="100%" cellspacing="1" cellpadding="4"> + <tr> + <td align="right" valign="top" nowrap="nowrap"><b class="genmed">{L_JOINED}: </b></td> + <td width="100%"><b class="gen">{JOINED}</b></td> + </tr> + <tr> + <td align="right" valign="top" nowrap="nowrap"><b class="genmed">{L_TOTAL_POSTS}: </b></td> + <td><!-- 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> + <!-- IF S_SHOW_ACTIVITY --> <tr> <td align="right" valign="top" nowrap="nowrap"><b class="genmed">{L_ACTIVE_IN_FORUM}: </b></td> <td><!-- IF ACTIVE_FORUM_PCT neq 0 --><b><a class="gen" href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></b><br /><span class="genmed">[ {ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td> @@ -63,18 +59,19 @@ <td align="right" valign="top" nowrap="nowrap"><b class="genmed">{L_ACTIVE_IN_TOPIC}: </b></td> <td><!-- IF ACTIVE_TOPIC_PCT neq 0 --><b><a class="gen" href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></b><br /><span class="gensmall">[ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td> </tr> - <!-- ENDIF --> - <!-- IF WARNINGS --> + <!-- ENDIF --> + <!-- IF WARNINGS --> <tr> <td align="right" valign="middle" nowrap="nowrap"><b class="genmed">{L_YOUR_WARNINGS}: </b></td> <td class="genmed">{WARNING_IMG} [ <b>{WARNINGS}</b> ]</td> </tr> - <!-- ENDIF --> - </table></td> - </tr> - <tr> - <td class="cat" colspan="3"> </td> - </tr> + <!-- ENDIF --> + </table> + </td> +</tr> +<tr> + <td class="cat" colspan="3"> </td> +</tr> </table> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file |