diff --git a/phpBB/templates/subSilver/modcp_body.html b/phpBB/templates/subSilver/modcp_body.html new file mode 100644 index 0000000000..4c89bdcfbc --- /dev/null +++ b/phpBB/templates/subSilver/modcp_body.html @@ -0,0 +1,70 @@ + + +
+ + + + + + + +
+ + + + + +
 Front Page  Topic Listing 
+
+ + + + +
{L_INDEX}
+
+ + + + + + + + + + + + + + + + + + + + +
  {L_TOPICS}  {L_REPLIES}  {L_LASTPOST}  {L_SELECT} 
{topicrow.L_TOPIC_FOLDER_ALT} {topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}{topicrow.REPLIES}{topicrow.LAST_POST_TIME} + +
{S_HIDDEN_FIELDS} + +   + +   + +   + +
+ + + + + +
{PAGE_NUMBER}{S_TIMEZONE}
{PAGINATION}
+ + + + + +
{JUMPBOX}
+
+ + \ No newline at end of file diff --git a/phpBB/templates/subSilver/modcp_body.tpl b/phpBB/templates/subSilver/modcp_body.tpl deleted file mode 100644 index fd0fe1b5b6..0000000000 --- a/phpBB/templates/subSilver/modcp_body.tpl +++ /dev/null @@ -1,58 +0,0 @@ - -
- - - - -
{L_INDEX} -> {FORUM_NAME}
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
{L_MOD_CP} -
{L_MOD_CP_EXPLAIN}
  {L_TOPICS}  {L_REPLIES}  {L_LASTPOST}  {L_SELECT} 
{topicrow.L_TOPIC_FOLDER_ALT} {topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}{topicrow.REPLIES}{topicrow.LAST_POST_TIME} - -
{S_HIDDEN_FIELDS} - -   - -   - -   - -
- - - - - -
{PAGE_NUMBER}{S_TIMEZONE}
{PAGINATION}
-
- - - - -
{JUMPBOX}
diff --git a/phpBB/templates/subSilver/search_results_posts.html b/phpBB/templates/subSilver/search_results_posts.html new file mode 100644 index 0000000000..61174b4c2d --- /dev/null +++ b/phpBB/templates/subSilver/search_results_posts.html @@ -0,0 +1,54 @@ + + + + + + +
{L_SEARCH_MATCHES}
+ + + + + +
{L_INDEX}
+ + + + + + + + + + + + + + + + + + + + + +
{L_AUTHOR}{L_MESSAGE}
  {L_TOPIC}: {searchresults.TOPIC_TITLE}
{searchresults.POSTER_NAME}
+
+ {L_REPLIES}: {searchresults.TOPIC_REPLIES}
+ {L_VIEWS}: {searchresults.TOPIC_VIEWS}

+
{searchresults.L_MINI_POST_ALT}{L_FORUM}: {searchresults.FORUM_NAME}   {L_POSTED}: {searchresults.POST_DATE}   {L_SUBJECT}: {searchresults.POST_SUBJECT}
{searchresults.MESSAGE}
 
+ + + + + + +
{PAGE_NUMBER}{PAGINATION}
{S_TIMEZONE}
+ + + + + +
{JUMPBOX}
+ + \ No newline at end of file diff --git a/phpBB/templates/subSilver/search_results_topics.html b/phpBB/templates/subSilver/search_results_topics.html new file mode 100644 index 0000000000..61a1d5a186 --- /dev/null +++ b/phpBB/templates/subSilver/search_results_topics.html @@ -0,0 +1,54 @@ + + + + + + +
{L_SEARCH_MATCHES}
+ + + + + +
{L_INDEX}
+ + + + + + + + + + + + + + + + + + + + + + + + + +
  {L_FORUM}  {L_TOPICS}  {L_AUTHOR}  {L_REPLIES}  {L_VIEWS}  {L_LASTPOST} 
{searchresults.L_TOPIC_FOLDER_ALT}{searchresults.FORUM_NAME}{searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}{searchresults.TOPIC_TITLE}
{searchresults.GOTO_PAGE}
{searchresults.TOPIC_AUTHOR}{searchresults.REPLIES}{searchresults.VIEWS}{searchresults.LAST_POST_TIME}
{searchresults.LAST_POST_AUTHOR} {searchresults.LAST_POST_IMG}
 
+ + + + + + +
{PAGE_NUMBER}{PAGINATION}
{S_TIMEZONE}
+ + + + + +
{JUMPBOX}
+ + \ No newline at end of file