From a66a762684be967bb7c9381517f5db6b70b2f1fc Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Wed, 26 Feb 2003 20:09:14 +0000 Subject: MCP update: topic_view. Posts can be ordered (for display) just like in viewtopic. Number of posts per page can be modified at will. Note that this version will only work with my current copy of mysql dbl. git-svn-id: file:///svn/phpbb/trunk@3554 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/mcp_forum.html | 4 +- phpBB/templates/subSilver/mcp_topic.html | 112 +++++++++++-------------------- 2 files changed, 43 insertions(+), 73 deletions(-) (limited to 'phpBB/templates') diff --git a/phpBB/templates/subSilver/mcp_forum.html b/phpBB/templates/subSilver/mcp_forum.html index 6e76dd42cc..c46ed26d17 100644 --- a/phpBB/templates/subSilver/mcp_forum.html +++ b/phpBB/templates/subSilver/mcp_forum.html @@ -13,7 +13,7 @@ {topicrow.TOPIC_FOLDER_IMG} - [ {topicrow.S_MERGE_SELECT} ] {topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE} + [ {L_SELECT} ] {topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE} {topicrow.REPLIES} {topicrow.LAST_POST_TIME} @@ -26,7 +26,7 @@ {S_HIDDEN_FIELDS} - +   diff --git a/phpBB/templates/subSilver/mcp_topic.html b/phpBB/templates/subSilver/mcp_topic.html index 11d7e4c7a9..9732d5e499 100644 --- a/phpBB/templates/subSilver/mcp_topic.html +++ b/phpBB/templates/subSilver/mcp_topic.html @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ - @@ -21,7 +21,7 @@ - +
{L_SPLIT_TOPIC}
{L_SPLIT_SUBJECT} +
{L_ICON}{L_TOPIC_ICON} @@ -30,105 +30,75 @@ - - - + + + - + - - - + + - - + + + + + + - + + + + - + + + + + + - - + - - + +
{L_NONE}
{L_MERGE_TOPIC_ID}
{L_MERGE_TOPIC}
{L_MERGE_TOPIC_EXPLAIN}
{L_MERGE_TOPIC} +
{L_MERGE_TOPIC_ID}
{TO_TOPIC_EXPLAIN}
- - - - - - - - - - - - - -
-    - -    - -    - -    -
-
{L_DISPLAY_OPTIONS}
{L_POSTS_PER_PAGE}  {L_POSTS_PER_PAGE_EXPLAIN}
{L_DISPLAY_POSTS}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
{L_AUTHOR} {L_MESSAGE} {L_SELECT}
+    +    +      +
{postrow.POSTER_NAME}


{L_POST_DETAILS}
+ - - + - - + + {postrow.MESSAGE}
{L_POST}{L_POSTED}: +
{L_POST}{L_POSTED}: {postrow.POST_DATE}    {L_POST_SUBJECT}: {postrow.POST_SUBJECT}
+

- {postrow.MESSAGE}
{postrow.S_CHECKBOX}
.
- - - - - - - - - - - - - -
-    - -    - -    - -    -
-
{L_DISPLAY_POSTS}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
- +
{S_TIMEZONE}
-- cgit v1.2.1