aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_main_front.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-04-01 22:05:42 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-04-01 22:05:42 +0000
commitf610ed82cbf0df2b5f8afd6ca3f88b9313281036 (patch)
tree22eee242b76b4a75bfa2efff1169e90637858982 /phpBB/styles/prosilver/template/ucp_main_front.html
parentc78c82123e6876541320ad4ebf2ba1e85a582fd0 (diff)
downloadforums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.gz
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.bz2
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.xz
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.zip
say hello to prosilver... YAAAYEEEE
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_main_front.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_main_front.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_main_front.html b/phpBB/styles/prosilver/template/ucp_main_front.html
new file mode 100644
index 0000000000..77b33a6612
--- /dev/null
+++ b/phpBB/styles/prosilver/template/ucp_main_front.html
@@ -0,0 +1,42 @@
+<!-- INCLUDE ucp_header.html -->
+
+<h2>{L_TITLE}</h2>
+
+<div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <p>{L_UCP_WELCOME}</p>
+
+<!-- IF .topicrow -->
+ <h3>{L_IMPORTANT_NEWS}</h3>
+
+ <ul class="topiclist cplist">
+ <!-- BEGIN topicrow -->
+ <li class="row<!-- IF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
+ <dl class="icon" style="background-image: url({topicrow.TOPIC_FOLDER_IMG_SRC});">
+ <dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG});"<!-- ENDIF -->>
+ <a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a> {topicrow.ATTACH_ICON_IMG}<br />
+ <!-- IF topicrow.PAGINATION --><strong class="pagination"><span>{topicrow.PAGINATION}</span></strong><!-- ENDIF -->
+ {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} <a href="{topicrow.U_LAST_POST}">{topicrow.LAST_POST_IMG}</a> {L_POSTED_ON_DATE} {topicrow.LAST_POST_TIME}
+ </dt>
+ </dl>
+ </li>
+ <!-- END topicrow -->
+ </ul>
+<!-- ENDIF -->
+
+ <h3>{L_YOUR_DETAILS}</h3>
+
+ <dl class="details">
+ <dt>{L_JOINED}:</dt> <dd>{JOINED}</dd>
+ <dt>{L_VISITED}:</dt> <dd>{LAST_VISIT_DATE}</dd>
+ <dt>{L_TOTAL_POSTS}:</dt> <dd><!-- IF POSTS_PCT -->{POSTS} | <strong><a href="{U_SEARCH_USER}">{L_SEARCH_YOUR_POSTS}</a></strong><br />({POSTS_DAY} / {POSTS_PCT})<!-- ELSE -->{POSTS}<!-- ENDIF --></dd>
+ <dt>{L_ACTIVE_IN_FORUM}:</dt> <dd><!-- IF ACTIVE_FORUM_PCT --><strong><a href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></strong><br />({ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
+ <dt>{L_ACTIVE_IN_TOPIC}:</dt> <dd><!-- IF ACTIVE_TOPIC_PCT --><strong><a href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></strong><br />({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
+ <!-- IF WARNINGS --><dt>{L_YOUR_WARNINGS}:</dt> <dd class="error">{WARNING_IMG} [{WARNINGS}]</dd><!-- ENDIF -->
+ </dl>
+
+ <span class="corners-bottom"><span></span></span></div>
+</div>
+
+<!-- INCLUDE ucp_footer.html --> \ No newline at end of file