From b4d7f7aa0c9ded382a3946caf210d601c4fc468e Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 18 Jul 2001 12:25:42 +0000 Subject: [PATCH] Updates to get around IE6b handling of div wrapper git-svn-id: file:///svn/phpbb/trunk@689 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/PSO/agreement.tpl | 18 ++--- phpBB/templates/PSO/groupcp_list_body.tpl | 9 +-- phpBB/templates/PSO/index_body.tpl | 8 +-- phpBB/templates/PSO/memberlist_body.tpl | 24 +++---- phpBB/templates/PSO/message_body.tpl | 2 +- phpBB/templates/PSO/modcp_body.tpl | 18 ++--- phpBB/templates/PSO/overall_footer.tpl | 2 +- phpBB/templates/PSO/overall_header.tpl | 7 +- phpBB/templates/PSO/posting_body.tpl | 13 ++-- phpBB/templates/PSO/posting_preview.tpl | 20 +++--- phpBB/templates/PSO/privmsgs_body.tpl | 44 ++++++------ phpBB/templates/PSO/privmsgs_posting_body.tpl | 52 +++++++------- phpBB/templates/PSO/privmsgs_read_body.tpl | 12 ++-- phpBB/templates/PSO/profile_add_body.tpl | 14 ++-- phpBB/templates/PSO/profile_view_body.tpl | 68 +++++++++---------- phpBB/templates/PSO/viewforum_body.tpl | 56 +++++++-------- phpBB/templates/PSO/viewonline_body.tpl | 34 +++++----- phpBB/templates/PSO/viewtopic_body.tpl | 14 ++-- 18 files changed, 205 insertions(+), 210 deletions(-) diff --git a/phpBB/templates/PSO/agreement.tpl b/phpBB/templates/PSO/agreement.tpl index 18b6f53560..d3b8176b75 100644 --- a/phpBB/templates/PSO/agreement.tpl +++ b/phpBB/templates/PSO/agreement.tpl @@ -1,22 +1,22 @@ -
+
- + -
{SITENAME} {L_INDEX}{SITENAME} {L_INDEX}
+ -
+
-
+
- + - -
{SITENAME} - Forums Registration Agreement{SITENAME} - Forums Registration Agreement
+
- +

While the administrators and moderators of this forum will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every message. Therefore you acknowledge that all posts made to these forums express the views and opinions of the author and not the administrators, moderators or webmaster (except for posts by these people) and hence will not be held liable.

You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any applicable laws. Doing so may lead to you being immediately and permanently banned (and your service provider being informed). The IP address of all posts is recorded to aid in enforcing these conditions. You agree that the webmaster, administrator and moderators of this forum have the right to remove, edit, move or close any topic at any time should they see fit. As a user you agree to any information you have entered above being stored in a database. While this information will not be disclosed to any third party without your consent the webmaster, administrator and moderators cannot be held responsible for any hacking attempt that may lead to the data being compromised.

This forum system uses cookies to store information on your local computer. These cookies do not contain any of the information you have entered above, they serve only to improve your viewing pleasure. The email address is used only for confirming your registration details and password (and for sending new passwords should you forget your current one).

By clicking Register below you agree to be bound by these conditions.




While the administrators and moderators of this forum will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every message. Therefore you acknowledge that all posts made to these forums express the views and opinions of the author and not the administrators, moderators or webmaster (except for posts by these people) and hence will not be held liable.

You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any applicable laws. Doing so may lead to you being immediately and permanently banned (and your service provider being informed). The IP address of all posts is recorded to aid in enforcing these conditions. You agree that the webmaster, administrator and moderators of this forum have the right to remove, edit, move or close any topic at any time should they see fit. As a user you agree to any information you have entered above being stored in a database. While this information will not be disclosed to any third party without your consent the webmaster, administrator and moderators cannot be held responsible for any hacking attempt that may lead to the data being compromised.

This forum system uses cookies to store information on your local computer. These cookies do not contain any of the information you have entered above, they serve only to improve your viewing pleasure. The email address is used only for confirming your registration details and password (and for sending new passwords should you forget your current one).

By clicking Register below you agree to be bound by these conditions.



\ No newline at end of file +
diff --git a/phpBB/templates/PSO/groupcp_list_body.tpl b/phpBB/templates/PSO/groupcp_list_body.tpl index e03ae66560..897c5a219e 100644 --- a/phpBB/templates/PSO/groupcp_list_body.tpl +++ b/phpBB/templates/PSO/groupcp_list_body.tpl @@ -1,4 +1,5 @@ -
+ +
-
@@ -55,11 +56,11 @@
+
-
+
-
{S_TIMEZONE} {JUMPBOX}
\ No newline at end of file + diff --git a/phpBB/templates/PSO/index_body.tpl b/phpBB/templates/PSO/index_body.tpl index 66720a5e35..347bef77c0 100644 --- a/phpBB/templates/PSO/index_body.tpl +++ b/phpBB/templates/PSO/index_body.tpl @@ -1,10 +1,10 @@ -
+
{SITENAME} {L_INDEX}
-
+
-
@@ -46,9 +46,9 @@
+ -
+
diff --git a/phpBB/templates/PSO/memberlist_body.tpl b/phpBB/templates/PSO/memberlist_body.tpl index edb09f8b54..6c8b568a8c 100644 --- a/phpBB/templates/PSO/memberlist_body.tpl +++ b/phpBB/templates/PSO/memberlist_body.tpl @@ -1,21 +1,21 @@ -
{L_NEWPOSTS}
+
-
{SITENAME} {L_INDEX} {L_SELECT_SORT_METHOD}: {S_MODE_SELECT}  {L_ORDER} {S_ORDER_SELECT}  
+ -
+
-
- @@ -38,11 +38,11 @@
 {L_USERNAME} - {L_EMAIL} - {L_FROM} - {L_JOINED} - {L_POSTS} - {L_WEBSITE} + {L_USERNAME} + {L_EMAIL} + {L_FROM} + {L_JOINED} + {L_POSTS} + {L_WEBSITE}
+ -
+
-
{S_TIMEZONE} {JUMPBOX}
\ No newline at end of file + diff --git a/phpBB/templates/PSO/message_body.tpl b/phpBB/templates/PSO/message_body.tpl index b7684a380d..994d13b74a 100644 --- a/phpBB/templates/PSO/message_body.tpl +++ b/phpBB/templates/PSO/message_body.tpl @@ -1,5 +1,5 @@ -
+
+
diff --git a/phpBB/templates/PSO/modcp_body.tpl b/phpBB/templates/PSO/modcp_body.tpl index a80d1ac0ea..322a8e247e 100644 --- a/phpBB/templates/PSO/modcp_body.tpl +++ b/phpBB/templates/PSO/modcp_body.tpl @@ -1,12 +1,12 @@ -
- +
+ - -
{SITENAME} {L_INDEX} -> {FORUM_NAME}
+
-
+
-
+ -
@@ -37,11 +37,11 @@
{L_MOD_CP}
{L_MOD_CP_EXPLAIN}
+
< -
+
-
{S_TIMEZONE} {JUMPBOX}
{S_AUTH_LIST}
\ No newline at end of file + diff --git a/phpBB/templates/PSO/overall_footer.tpl b/phpBB/templates/PSO/overall_footer.tpl index 7304df3c43..d503ccbef9 100644 --- a/phpBB/templates/PSO/overall_footer.tpl +++ b/phpBB/templates/PSO/overall_footer.tpl @@ -1,6 +1,6 @@
-
+
{ADMIN_LINK}

-
+
-
@@ -40,6 +40,7 @@ function submit_check_alert(formObj) + @@ -62,11 +63,11 @@ function submit_check_alert(formObj)
{L_USERNAME} {USERNAME_INPUT}
{L_SUBJECT} {SUBJECT_INPUT}
+ -
+
-
{S_TIMEZONE} {JUMPBOX}
\ No newline at end of file + diff --git a/phpBB/templates/PSO/posting_preview.tpl b/phpBB/templates/PSO/posting_preview.tpl index 9abe6a37e6..a14deb24b4 100644 --- a/phpBB/templates/PSO/posting_preview.tpl +++ b/phpBB/templates/PSO/posting_preview.tpl @@ -1,29 +1,29 @@ -
+
-
+
-
+ - - + + -
- +
{L_PREVIEW}{L_PREVIEW}
{L_AUTHOR}{L_MESSAGE} {L_AUTHOR}  {L_MESSAGE} 
- +
{POSTER_NAME}

{POSTER_NAME}

- + - + @@ -32,6 +32,6 @@
Post image icon{L_POSTED}: {POST_DATE}     Post Subject: {POST_SUBJECT}
Post image icon{L_POSTED}: {POST_DATE}     Post Subject: {POST_SUBJECT}
{MESSAGE}{MESSAGE}

+

diff --git a/phpBB/templates/PSO/privmsgs_body.tpl b/phpBB/templates/PSO/privmsgs_body.tpl index 405a83f375..5f6cb9f797 100644 --- a/phpBB/templates/PSO/privmsgs_body.tpl +++ b/phpBB/templates/PSO/privmsgs_body.tpl @@ -1,54 +1,54 @@ -
+
-
{SITENAME} {L_INDEX} {L_DISPLAY_MESSAGES}: {S_SELECT_MSG_DAYS}
+
-
+
-
+ - - - - - + + + + + - - - - - - + + + + + + - -
- +
 {INBOX}   {SENTBOX}   {OUTBOX}   {SAVEBOX} {INBOX}   {SENTBOX}   {OUTBOX}   {SAVEBOX} {S_POST_NEW_MSG}
{L_FLAG}{L_FROM_OR_TO}{L_SUBJECT}{L_DATE}{L_MARK} {L_FLAG}  {L_FROM_OR_TO}  {L_SUBJECT}  {L_DATE}  {L_MARK} 
{listrow.ICON_FLAG_IMG} {listrow.FROM} {listrow.SUBJECT}{listrow.DATE}{listrow.S_DEL_CHECKBOX}
{listrow.ICON_FLAG_IMG} {listrow.FROM} {listrow.SUBJECT}{listrow.DATE}{listrow.S_DEL_CHECKBOX}
+
- - + +
{S_POST_NEW_MSG}   {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES} {PAGINATION}    {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES} {PAGINATION}  {S_HIDDEN_FIELDS}  
+
-
+
- +
{S_TIMEZONE}{S_TIMEZONE} {JUMPBOX}
\ No newline at end of file diff --git a/phpBB/templates/PSO/privmsgs_posting_body.tpl b/phpBB/templates/PSO/privmsgs_posting_body.tpl index 5647574ef4..7364cab2d7 100644 --- a/phpBB/templates/PSO/privmsgs_posting_body.tpl +++ b/phpBB/templates/PSO/privmsgs_posting_body.tpl @@ -1,8 +1,8 @@ - +
-
- -
+
+ +
- + + + + + + + + - - - - - - - - - - -
{L_POST_A}{L_POST_A} +
{L_USERNAME}{S_NAMES_SELECT} {S_ALPHA_SELECT}     {L_FIND_USERNAME}:  {S_USERNAME_INPUT} 
{L_SUBJECT}{SUBJECT_INPUT}
{L_USERNAME}{S_NAMES_SELECT} {S_ALPHA_SELECT}     {L_FIND_USERNAME}:  {S_USERNAME_INPUT} 
{L_SUBJECT}{SUBJECT_INPUT}
{L_MESSAGE_BODY}

{HTML_STATUS}
{BBCODE_STATUS}
+ + - - + + - +
{L_MESSAGE_BODY}

{HTML_STATUS}
{BBCODE_STATUS}
- - + +
{MESSAGE_INPUT}  BBcodes:

  Smiley codes:
{MESSAGE_INPUT} BBcodes:

 Smiley codes:
{L_OPTIONS}{HTML_TOGGLE}
{BBCODE_TOGGLE}
{SMILE_TOGGLE}
{SIG_TOGGLE}
{L_OPTIONS}{HTML_TOGGLE}
{BBCODE_TOGGLE}
{SMILE_TOGGLE}
{SIG_TOGGLE}
{S_HIDDEN_FORM_FIELDS}  {S_HIDDEN_FORM_FIELDS}  
+
-
+
- + -
{S_TIMEZONE}{S_TIMEZONE} {JUMPBOX}
\ No newline at end of file +
diff --git a/phpBB/templates/PSO/privmsgs_read_body.tpl b/phpBB/templates/PSO/privmsgs_read_body.tpl index cd6f901da3..403888bd48 100644 --- a/phpBB/templates/PSO/privmsgs_read_body.tpl +++ b/phpBB/templates/PSO/privmsgs_read_body.tpl @@ -1,10 +1,10 @@ - +
-
+
-
@@ -52,11 +52,11 @@
+ -
+
-
{S_TIMEZONE} {JUMPBOX}
\ No newline at end of file + diff --git a/phpBB/templates/PSO/profile_add_body.tpl b/phpBB/templates/PSO/profile_add_body.tpl index e298484977..e74ef63cb2 100644 --- a/phpBB/templates/PSO/profile_add_body.tpl +++ b/phpBB/templates/PSO/profile_add_body.tpl @@ -1,10 +1,10 @@ - + -
+
-
@@ -74,7 +74,7 @@ - + @@ -148,12 +148,12 @@ - + -
{L_HIDE_USER}: {L_YES}   {L_NO} {L_YES}   {L_NO}
{L_NOTIFY_ON_PRIVMSG}:
{L_AVATAR_GALLERY}: 
{S_HIDDEN_FIELDS}   + {S_HIDDEN_FIELDS}  
\ No newline at end of file + diff --git a/phpBB/templates/PSO/profile_view_body.tpl b/phpBB/templates/PSO/profile_view_body.tpl index 537bca9dcf..009138d0b5 100644 --- a/phpBB/templates/PSO/profile_view_body.tpl +++ b/phpBB/templates/PSO/profile_view_body.tpl @@ -1,70 +1,70 @@ - + -
+
-
+ -
- + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +
{L_VIEWING_PROFILE} {USERNAME}{L_VIEWING_PROFILE} {USERNAME}
{L_USERNAME}:{USERNAME} [{L_VIEW_USERS_POSTS}]{L_USERNAME}:{USERNAME} [{L_VIEW_USERS_POSTS}]
{L_JOINED}:{JOINED} [{POSTS_PER_DAY} {L_PER_DAY}]{L_JOINED}:{JOINED} [{POSTS_PER_DAY} {L_PER_DAY}]
{L_POSTS}:{POSTS} [{PERCENTAGE} {L_OF_TOTAL}]{L_POSTS}:{POSTS} [{PERCENTAGE} {L_OF_TOTAL}]
{L_EMAIL_ADDRESS}:{EMAIL}{L_EMAIL_ADDRESS}:{EMAIL} {PM_IMG}
{L_ICQ_NUMBER}:{ICQ}{L_ICQ_NUMBER}:{ICQ}
{L_AIM}:{AIM}{L_AIM}:{AIM}
{L_MESSENGER}:{MSN}{L_MESSENGER}:{MSN}
{L_YAHOO}:{YIM}{L_YAHOO}:{YIM}
{L_WEBSITE}:{WEBSITE}{L_WEBSITE}:{WEBSITE}
{L_LOCATION}:{LOCATION}{L_LOCATION}:{LOCATION}
{L_OCCUPATION}:{OCCUPATION}{L_OCCUPATION}:{OCCUPATION}
{L_INTERESTS}:{INTERESTS}{L_INTERESTS}:{INTERESTS}
+
-
+
- + -
{S_TIMEZONE}{S_TIMEZONE} {JUMPBOX}
\ No newline at end of file + diff --git a/phpBB/templates/PSO/viewforum_body.tpl b/phpBB/templates/PSO/viewforum_body.tpl index c442311070..a0c5b08c25 100644 --- a/phpBB/templates/PSO/viewforum_body.tpl +++ b/phpBB/templates/PSO/viewforum_body.tpl @@ -1,18 +1,18 @@ -
+
-
{SITENAME} {L_INDEX} -> {FORUM_NAME} {L_DISPLAY_TOPICS}: {S_SELECT_POST_DAYS} 
+ -
+
-
@@ -45,32 +45,28 @@
- +
{FORUM_NAME}
{L_MODERATOR}: {MODERATORS}
+ -
+
- - - + + - - - - - - - - - - - - - - - - - - - - -
{S_TIMEZONE}{JUMPBOX}
{S_AUTH_LIST}
+ + + + + + + + + + + + + + + + +
{S_TIMEZONE}
{L_NEWPOSTS}
{L_NONEWPOSTS}
{L_TOPIC_IS_LOCKED}
{JUMPBOX}
{S_AUTH_LIST}
{L_NEWPOSTS}
{L_NEWPOSTS} [ > {L_HOT_THRESHOLD} ]
{L_NONEWPOSTS}
{L_NONEWPOSTS} [ > {L_HOT_THRESHOLD} ]
{L_TOPIC_IS_LOCKED}
\ No newline at end of file + diff --git a/phpBB/templates/PSO/viewonline_body.tpl b/phpBB/templates/PSO/viewonline_body.tpl index b1888563a8..2064a9a294 100644 --- a/phpBB/templates/PSO/viewonline_body.tpl +++ b/phpBB/templates/PSO/viewonline_body.tpl @@ -1,34 +1,34 @@ - + -
+
-
+ -
- + - - - + + + - - - - + + + +
{TOTAL_USERS_ONLINE}
This data is based on users active over the past five minutes.
{TOTAL_USERS_ONLINE}
This data is based on users active over the past five minutes
 {L_USERNAME}  {L_LAST_UPDATE}  {L_LOCATION}  {L_USERNAME}  {L_LAST_UPDATE}  {L_LOCATION} 
 {userrow.USERNAME}  {userrow.LASTUPDATE}  {userrow.LOCATION} 
 {userrow.USERNAME}  {userrow.LASTUPDATE}  {userrow.LOCATION} 
+
-
+
- + -
{S_TIMEZONE}{S_TIMEZONE} {JUMPBOX}
\ No newline at end of file + diff --git a/phpBB/templates/PSO/viewtopic_body.tpl b/phpBB/templates/PSO/viewtopic_body.tpl index cfce368b9a..cc5299fa09 100644 --- a/phpBB/templates/PSO/viewtopic_body.tpl +++ b/phpBB/templates/PSO/viewtopic_body.tpl @@ -1,11 +1,11 @@ - + -
+
- + -
@@ -43,7 +43,7 @@
{postrow.MESSAGE}{postrow.MESSAGE}
@@ -70,11 +70,11 @@
+ -
+
-
{S_TIMEZONE}

{S_TOPIC_ADMIN}
{JUMPBOX}
{S_AUTH_LIST}
\ No newline at end of file +