aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/ucp_main_front.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-04-01 22:46:14 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-04-01 22:46:14 +0000
commit4ed8b3a62c7883a40dff22f25ee78c20ce737c6e (patch)
tree3b30f163a9cfdbea2276606d7aff1dfae3bd1917 /phpBB/styles/subsilver2/template/ucp_main_front.html
parentdff3e0f33036580a011dcf3c5b45d8ea058ed610 (diff)
downloadforums-4ed8b3a62c7883a40dff22f25ee78c20ce737c6e.tar
forums-4ed8b3a62c7883a40dff22f25ee78c20ce737c6e.tar.gz
forums-4ed8b3a62c7883a40dff22f25ee78c20ce737c6e.tar.bz2
forums-4ed8b3a62c7883a40dff22f25ee78c20ce737c6e.tar.xz
forums-4ed8b3a62c7883a40dff22f25ee78c20ce737c6e.zip
ahhh, there are you. I can see a new haircut... looks good.
git-svn-id: file:///svn/phpbb/trunk@7263 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_main_front.html')
-rw-r--r--phpBB/styles/subsilver2/template/ucp_main_front.html72
1 files changed, 72 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_main_front.html b/phpBB/styles/subsilver2/template/ucp_main_front.html
new file mode 100644
index 0000000000..93bafe0798
--- /dev/null
+++ b/phpBB/styles/subsilver2/template/ucp_main_front.html
@@ -0,0 +1,72 @@
+<!-- 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>
+
+<!-- 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>
+ </td>
+ <td class="row1" width="120" align="center" nowrap="nowrap">
+ <p class="topicdetails">{topicrow.LAST_POST_TIME}</p>
+ <p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}
+ <a href="{topicrow.U_LAST_POST}">{topicrow.LAST_POST_IMG}</a>
+ </p>
+ </td>
+ </tr>
+<!-- BEGINELSE -->
+ <tr class="row1">
+ <td align="center" colspan="3"><b class="gen">{L_NO_IMPORTANT_NEWS}</b></td>
+ </tr>
+<!-- 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="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><b class="genmed">{L_JOINED}: </b></td>
+ <td width="100%"><b class="gen">{JOINED}</b></td>
+ </tr>
+ <tr>
+ <td align="{S_CONTENT_FLOW_END}" 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="{S_CONTENT_FLOW_END}" 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>
+ </tr>
+ <tr>
+ <td align="{S_CONTENT_FLOW_END}" 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="genmed">[ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
+ </tr>
+ <!-- ENDIF -->
+ <!-- IF WARNINGS -->
+ <tr>
+ <td align="{S_CONTENT_FLOW_END}" 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">&nbsp;</td>
+</tr>
+</table>
+
+<!-- INCLUDE ucp_footer.html --> \ No newline at end of file