From 6cd42f21393bb76b829dbd4b41888882d387c266 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 5 Jan 2004 16:06:44 +0000 Subject: [PATCH] A few changes ... note that this is not text book markup ... so don't complain! If you have suggestions on how to improve it feel free to comment in the relevant forum @ area51 git-svn-id: file:///svn/phpbb/trunk@4721 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../subSilver/template/confirm_body.html | 20 ++++-- phpBB/styles/subSilver/template/faq_body.html | 37 ++++++---- .../styles/subSilver/template/index_body.html | 2 + .../styles/subSilver/template/login_body.html | 36 +++++++--- .../subSilver/template/login_forum.html | 37 +++++++--- .../subSilver/template/overall_header.html | 2 + .../subSilver/template/search_body.html | 10 +-- .../template/search_results_posts.html | 70 +++++++++---------- .../template/search_results_topics.html | 47 +++++++------ .../subSilver/template/viewforum_body.html | 7 +- .../subSilver/template/viewtopic_body.html | 16 ++--- 11 files changed, 170 insertions(+), 114 deletions(-) diff --git a/phpBB/styles/subSilver/template/confirm_body.html b/phpBB/styles/subSilver/template/confirm_body.html index 0f6b1f6042..885645fc5e 100644 --- a/phpBB/styles/subSilver/template/confirm_body.html +++ b/phpBB/styles/subSilver/template/confirm_body.html @@ -1,18 +1,30 @@ -
+ + +
- +
{S_TIMEZONE}
- +
+ +
- +
{MESSAGE_TITLE}{MESSAGE_TITLE}


{MESSAGE_TEXT}

{S_HIDDEN_FIELDS}  
+
+ + + + + +
{S_TIMEZONE}
+ \ No newline at end of file diff --git a/phpBB/styles/subSilver/template/faq_body.html b/phpBB/styles/subSilver/template/faq_body.html index 7c997e90ca..5f1f1abc74 100644 --- a/phpBB/styles/subSilver/template/faq_body.html +++ b/phpBB/styles/subSilver/template/faq_body.html @@ -1,14 +1,18 @@ - + + +
- +
{S_TIMEZONE}
- +
+ +
- + - +
{L_FAQ_TITLE}{L_FAQ_TITLE}
@@ -22,24 +26,27 @@
  

- +
- + - + + + - + + + {faq_block.faq_row.FAQ_QUESTION}
{faq_block.faq_row.FAQ_ANSWER}
{L_BACK_TO_TOP}
+ @@ -50,10 +57,14 @@
-
{faq_block.BLOCK_TITLE}{faq_block.BLOCK_TITLE}
-
- {faq_block.faq_row.FAQ_QUESTION}
{faq_block.faq_row.FAQ_ANSWER}
{L_BACK_TO_TOP}
+
- +
{S_TIMEZONE}

{S_TIMEZONE}
+
+ +
+ \ No newline at end of file diff --git a/phpBB/styles/subSilver/template/index_body.html b/phpBB/styles/subSilver/template/index_body.html index d07d15f598..96188033bb 100644 --- a/phpBB/styles/subSilver/template/index_body.html +++ b/phpBB/styles/subSilver/template/index_body.html @@ -1,5 +1,7 @@ + + diff --git a/phpBB/styles/subSilver/template/login_body.html b/phpBB/styles/subSilver/template/login_body.html index c421d60b45..835a2d164f 100644 --- a/phpBB/styles/subSilver/template/login_body.html +++ b/phpBB/styles/subSilver/template/login_body.html @@ -2,28 +2,39 @@ -
{S_TIMEZONE}
- - + + +
{L_INDEX}
+ +
{S_TIMEZONE}
- +
+ +
- + - + -
{L_LOGIN}{L_LOGIN}
{LOGIN_EXPLAIN}{LOGIN_EXPLAIN}
+ + @@ -50,4 +58,12 @@
+

{L_LOGIN_INFO}

+ +

{L_TERMS_USE} | {L_PRIVACY}

+
+ + @@ -40,9 +51,6 @@ - - -
{LOGIN_ERROR}
{L_USERNAME}:
{L_REGISTER}
  {L_HIDE_ME}
{L_TERMS_USE} | {L_PRIVACY}
+
+ + + + + +
{S_TIMEZONE}
+ \ No newline at end of file diff --git a/phpBB/styles/subSilver/template/login_forum.html b/phpBB/styles/subSilver/template/login_forum.html index 6d706336ef..03379ffc27 100644 --- a/phpBB/styles/subSilver/template/login_forum.html +++ b/phpBB/styles/subSilver/template/login_forum.html @@ -1,35 +1,50 @@ - -
- - + + + + +
{L_INDEX}
+ +
{S_TIMEZONE}
- +
+ +
- + - - + @@ -251,17 +252,8 @@ - - - - - - - -
{L_LOGIN}{L_LOGIN}
{L_LOGIN_FORUM}
- + - +
+ + - + + - +
{LOGIN_ERROR}{LOGIN_ERROR}
{L_PASSWORD}:{L_PASSWORD}:
{S_HIDDEN_FIELDS}{S_HIDDEN_FIELDS}
+
+ + + + + +
{S_TIMEZONE}
+ \ No newline at end of file diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html index fd2cc24b7b..812dfd593d 100644 --- a/phpBB/styles/subSilver/template/overall_header.html +++ b/phpBB/styles/subSilver/template/overall_header.html @@ -78,3 +78,5 @@ function jumpto()
+ +
diff --git a/phpBB/styles/subSilver/template/search_body.html b/phpBB/styles/subSilver/template/search_body.html index 441ec21eb0..548b4a65aa 100644 --- a/phpBB/styles/subSilver/template/search_body.html +++ b/phpBB/styles/subSilver/template/search_body.html @@ -1,5 +1,7 @@ + + @@ -62,12 +64,12 @@ - - + + - - + +
{S_TIMEZONE}
{recentsearch.KEYWORDS}{recentsearch.TIME}{recentsearch.KEYWORDS}{recentsearch.TIME}
{L_NO_RECENT_SEARCHES}
{L_NO_RECENT_SEARCHES}
diff --git a/phpBB/styles/subSilver/template/search_results_posts.html b/phpBB/styles/subSilver/template/search_results_posts.html index 3db556dd41..3bd6c71469 100644 --- a/phpBB/styles/subSilver/template/search_results_posts.html +++ b/phpBB/styles/subSilver/template/search_results_posts.html @@ -1,8 +1,20 @@ -
+ + + + +
- + + +
{SEARCH_MATCHES}
{S_TIMEZONE}
+ +
+ + + + @@ -10,13 +22,9 @@
{SEARCH_MATCHES}
{L_SEARCHED_FOR} {SEARCH_WORDS} {L_IGNORED_TERMS} {IGNORED_WORDS}
- - - - -
+
- +
@@ -26,27 +34,22 @@ - + - - + - + +
{L_AUTHOR} {L_MESSAGE} {searchresults.L_IGNORE_POST} {L_TOPIC}: {searchresults.TOPIC_TITLE} in forum: {searchresults.FORUM_TITLE} {L_FORUM}: {searchresults.FORUM_TITLE}   {L_TOPIC}: {searchresults.TOPIC_TITLE}
+ - -
- - - +
{searchresults.POST_ICON_IMG} {L_SUBJECT}: {searchresults.POST_SUBJECT}
 {L_POST_SUBJECT}: {searchresults.POST_SUBJECT}
{searchresults.MINI_POST_IMG}{L_POSTED}: {searchresults.POST_DATE} 

{L_REPLIES}: {searchresults.TOPIC_REPLIES}
{L_VIEWS}: {searchresults.TOPIC_VIEWS}

+ + @@ -55,27 +58,22 @@ - + + +

{L_REPLIES}: {searchresults.TOPIC_REPLIES}
{L_VIEWS}: {searchresults.TOPIC_VIEWS}


- - -
{searchresults.MESSAGE}
{searchresults.MINI_POST_IMG}{L_POSTED}: {searchresults.POST_DATE}
{L_SORT_BY}: {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} {L_SORT_BY}: {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
+ + + +

+ + + +
{S_TIMEZONE}
- - - - - - - - - -
{S_TIMEZONE}
 
+
- - - - - - -
+
\ No newline at end of file diff --git a/phpBB/styles/subSilver/template/search_results_topics.html b/phpBB/styles/subSilver/template/search_results_topics.html index 59035ca38b..61c53d0c3e 100644 --- a/phpBB/styles/subSilver/template/search_results_topics.html +++ b/phpBB/styles/subSilver/template/search_results_topics.html @@ -1,8 +1,20 @@ -
+ + + + +
- + + +
{SEARCH_MATCHES}
{S_TIMEZONE}
+ +
+ + + + @@ -10,13 +22,9 @@
{SEARCH_MATCHES}
{L_SEARCHED_FOR} {SEARCH_WORDS} {L_IGNORED_TERMS} {IGNORED_WORDS}
- - - - -
+
- +
@@ -39,25 +47,20 @@ -
   {L_TOPICS} 
{L_SORT_BY}: {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
+
- + + +

+ +
- - - - - - +
{S_TIMEZONE}
 
{S_TIMEZONE}
- +
- - - - -
+
\ No newline at end of file diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html index c247b3e2a0..e6950fb01a 100644 --- a/phpBB/styles/subSilver/template/viewforum_body.html +++ b/phpBB/styles/subSilver/template/viewforum_body.html @@ -1,15 +1,18 @@ + + - + - + +
{S_TIMEZONE}
Forum Rules{L_FORUM_RULES}
{L_FORUM_RULES}
diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html index 7fc7a3a60b..9dd4f82771 100644 --- a/phpBB/styles/subSilver/template/viewtopic_body.html +++ b/phpBB/styles/subSilver/template/viewtopic_body.html @@ -6,12 +6,13 @@
{S_TIMEZONE}
{L_FORUM_RULES}{L_FORUM_RULES}
{L_FORUM_RULES}
@@ -99,7 +100,7 @@
{L_AUTHOR}{L_AUTHOR} {L_MESSAGE}
{S_TIMEZONE}
{L_FORUM_RULES}
-