From 6007f0e2f1f4eccee0880739e8d2136b412e9ea9 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 10 Dec 2001 00:50:32 +0000 Subject: [PATCH] Oh my God they killed PSO those b*******s git-svn-id: file:///svn/phpbb/trunk@1531 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/PSO/PSO.cfg | 97 -------- phpBB/templates/PSO/agreement.tpl | 22 -- phpBB/templates/PSO/bbcode.tpl | 117 ---------- phpBB/templates/PSO/confirm_body.tpl | 12 - phpBB/templates/PSO/error_body.tpl | 9 - phpBB/templates/PSO/faq_body.tpl | 55 ----- phpBB/templates/PSO/groupcp_info_body.tpl | 129 ---------- phpBB/templates/PSO/groupcp_list_body.tpl | 62 ----- phpBB/templates/PSO/groupcp_pending_info.tpl | 36 --- phpBB/templates/PSO/groupcp_user_body.tpl | 58 ----- phpBB/templates/PSO/index.htm | 10 - phpBB/templates/PSO/index_body.tpl | 76 ------ phpBB/templates/PSO/jumpbox.tpl | 6 - phpBB/templates/PSO/login_body.tpl | 38 --- phpBB/templates/PSO/memberlist_body.tpl | 49 ---- phpBB/templates/PSO/message_body.tpl | 19 -- phpBB/templates/PSO/mini_search.tpl | 74 ------ phpBB/templates/PSO/modcp_body.tpl | 66 ------ phpBB/templates/PSO/modcp_move.tpl | 13 -- phpBB/templates/PSO/modcp_split.tpl | 77 ------ phpBB/templates/PSO/modcp_viewip.tpl | 55 ----- phpBB/templates/PSO/overall_footer.tpl | 24 -- phpBB/templates/PSO/overall_header.tpl | 82 ------- phpBB/templates/PSO/posting_body.tpl | 193 --------------- phpBB/templates/PSO/posting_poll_body.tpl | 27 --- phpBB/templates/PSO/posting_preview.tpl | 29 --- phpBB/templates/PSO/posting_topic_review.tpl | 72 ------ phpBB/templates/PSO/privmsgs_body.tpl | 103 -------- phpBB/templates/PSO/privmsgs_popup.tpl | 20 -- phpBB/templates/PSO/privmsgs_preview.tpl | 54 ----- phpBB/templates/PSO/privmsgs_read_body.tpl | 78 ------- phpBB/templates/PSO/profile_add_body.tpl | 169 -------------- .../templates/PSO/profile_avatar_gallery.tpl | 36 --- phpBB/templates/PSO/profile_send_email.tpl | 86 ------- phpBB/templates/PSO/profile_send_pass.tpl | 35 --- phpBB/templates/PSO/profile_view_body.tpl | 86 ------- phpBB/templates/PSO/search_body.tpl | 90 ------- phpBB/templates/PSO/search_results_posts.tpl | 52 ----- phpBB/templates/PSO/search_results_topics.tpl | 56 ----- phpBB/templates/PSO/search_username.tpl | 26 --- phpBB/templates/PSO/simple_footer.tpl | 23 -- phpBB/templates/PSO/simple_header.tpl | 41 ---- phpBB/templates/PSO/theme_info.cfg | 220 ------------------ phpBB/templates/PSO/viewforum_body.tpl | 96 -------- phpBB/templates/PSO/viewonline_body.tpl | 61 ----- phpBB/templates/PSO/viewtopic_body.tpl | 101 -------- phpBB/templates/PSO/viewtopic_poll_ballot.tpl | 23 -- phpBB/templates/PSO/viewtopic_poll_result.tpl | 26 --- 48 files changed, 2989 deletions(-) delete mode 100644 phpBB/templates/PSO/PSO.cfg delete mode 100644 phpBB/templates/PSO/agreement.tpl delete mode 100755 phpBB/templates/PSO/bbcode.tpl delete mode 100644 phpBB/templates/PSO/confirm_body.tpl delete mode 100644 phpBB/templates/PSO/error_body.tpl delete mode 100644 phpBB/templates/PSO/faq_body.tpl delete mode 100644 phpBB/templates/PSO/groupcp_info_body.tpl delete mode 100644 phpBB/templates/PSO/groupcp_list_body.tpl delete mode 100644 phpBB/templates/PSO/groupcp_pending_info.tpl delete mode 100644 phpBB/templates/PSO/groupcp_user_body.tpl delete mode 100644 phpBB/templates/PSO/index.htm delete mode 100644 phpBB/templates/PSO/index_body.tpl delete mode 100644 phpBB/templates/PSO/jumpbox.tpl delete mode 100644 phpBB/templates/PSO/login_body.tpl delete mode 100644 phpBB/templates/PSO/memberlist_body.tpl delete mode 100644 phpBB/templates/PSO/message_body.tpl delete mode 100644 phpBB/templates/PSO/mini_search.tpl delete mode 100644 phpBB/templates/PSO/modcp_body.tpl delete mode 100644 phpBB/templates/PSO/modcp_move.tpl delete mode 100644 phpBB/templates/PSO/modcp_split.tpl delete mode 100755 phpBB/templates/PSO/modcp_viewip.tpl delete mode 100644 phpBB/templates/PSO/overall_footer.tpl delete mode 100644 phpBB/templates/PSO/overall_header.tpl delete mode 100644 phpBB/templates/PSO/posting_body.tpl delete mode 100644 phpBB/templates/PSO/posting_poll_body.tpl delete mode 100644 phpBB/templates/PSO/posting_preview.tpl delete mode 100644 phpBB/templates/PSO/posting_topic_review.tpl delete mode 100644 phpBB/templates/PSO/privmsgs_body.tpl delete mode 100644 phpBB/templates/PSO/privmsgs_popup.tpl delete mode 100644 phpBB/templates/PSO/privmsgs_preview.tpl delete mode 100644 phpBB/templates/PSO/privmsgs_read_body.tpl delete mode 100644 phpBB/templates/PSO/profile_add_body.tpl delete mode 100644 phpBB/templates/PSO/profile_avatar_gallery.tpl delete mode 100644 phpBB/templates/PSO/profile_send_email.tpl delete mode 100644 phpBB/templates/PSO/profile_send_pass.tpl delete mode 100644 phpBB/templates/PSO/profile_view_body.tpl delete mode 100644 phpBB/templates/PSO/search_body.tpl delete mode 100644 phpBB/templates/PSO/search_results_posts.tpl delete mode 100644 phpBB/templates/PSO/search_results_topics.tpl delete mode 100644 phpBB/templates/PSO/search_username.tpl delete mode 100644 phpBB/templates/PSO/simple_footer.tpl delete mode 100644 phpBB/templates/PSO/simple_header.tpl delete mode 100644 phpBB/templates/PSO/theme_info.cfg delete mode 100644 phpBB/templates/PSO/viewforum_body.tpl delete mode 100644 phpBB/templates/PSO/viewonline_body.tpl delete mode 100644 phpBB/templates/PSO/viewtopic_body.tpl delete mode 100644 phpBB/templates/PSO/viewtopic_poll_ballot.tpl delete mode 100644 phpBB/templates/PSO/viewtopic_poll_result.tpl diff --git a/phpBB/templates/PSO/PSO.cfg b/phpBB/templates/PSO/PSO.cfg deleted file mode 100644 index 7734c8b457..0000000000 --- a/phpBB/templates/PSO/PSO.cfg +++ /dev/null @@ -1,97 +0,0 @@ - \ No newline at end of file diff --git a/phpBB/templates/PSO/agreement.tpl b/phpBB/templates/PSO/agreement.tpl deleted file mode 100644 index d3b8176b75..0000000000 --- a/phpBB/templates/PSO/agreement.tpl +++ /dev/null @@ -1,22 +0,0 @@ - - - - -
{SITENAME} {L_INDEX}
- - - - - -
- - - - - - -
{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.



diff --git a/phpBB/templates/PSO/bbcode.tpl b/phpBB/templates/PSO/bbcode.tpl deleted file mode 100755 index 187c34ea07..0000000000 --- a/phpBB/templates/PSO/bbcode.tpl +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -
    - - - -
- - - - -
  • - - - - - - - - - - - \ No newline at end of file diff --git a/phpBB/templates/PSO/modcp_body.tpl b/phpBB/templates/PSO/modcp_body.tpl deleted file mode 100644 index 2e4adae1f5..0000000000 --- a/phpBB/templates/PSO/modcp_body.tpl +++ /dev/null @@ -1,66 +0,0 @@ -
    {USERNAME} {L_WROTE}: - - - - - - - - -
    {L_QUOTE}: - -
    - - - - - - - - - - - - - - -
    {L_CODE}:
    
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -{DESCRIPTION} - - - - -{EMAIL} - diff --git a/phpBB/templates/PSO/confirm_body.tpl b/phpBB/templates/PSO/confirm_body.tpl deleted file mode 100644 index e99585f1d9..0000000000 --- a/phpBB/templates/PSO/confirm_body.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
    - - - -
    - - - - - - -
    {MESSAGE_TITLE}

    {MESSAGE_TEXT}

    {S_HIDDEN_FIELDS}  

    diff --git a/phpBB/templates/PSO/error_body.tpl b/phpBB/templates/PSO/error_body.tpl deleted file mode 100644 index d57d581876..0000000000 --- a/phpBB/templates/PSO/error_body.tpl +++ /dev/null @@ -1,9 +0,0 @@ -
    - - - -
    - - - -
    {ERROR_MESSAGE}
    \ No newline at end of file diff --git a/phpBB/templates/PSO/faq_body.tpl b/phpBB/templates/PSO/faq_body.tpl deleted file mode 100644 index 2b27acc371..0000000000 --- a/phpBB/templates/PSO/faq_body.tpl +++ /dev/null @@ -1,55 +0,0 @@ - - - - - -
    {L_INDEX}
    - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    {L_FAQ}
    - - - - - - - - - - - - - -
     
    {faq_block_link.faq_row_link.FAQ_LINK}
     
    {faq_block.faq_row.FAQ_QUESTION}

    {faq_block.faq_row.FAQ_ANSWER}
    {faq_block.BLOCK_TITLE}
    - -
    - - - - - - -
    {S_TIMEZONE}{JUMPBOX}
    diff --git a/phpBB/templates/PSO/groupcp_info_body.tpl b/phpBB/templates/PSO/groupcp_info_body.tpl deleted file mode 100644 index 99b0997765..0000000000 --- a/phpBB/templates/PSO/groupcp_info_body.tpl +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - -
    {SITENAME} {L_INDEX}
    - - - - - - - - - - - - - - - - - - - - - - - -
    {L_GROUP_INFORMATION}
    {L_GROUP_NAME}:{GROUP_NAME}
    {L_GROUP_DESC}:{GROUP_DESC}
    {L_GROUP_MEMBERSHIP}:{GROUP_DETAILS}    - - - - - - -
    {L_GROUP_STATUS}: {L_GROUP_OPEN}    {L_GROUP_CLOSED}    {L_GROUP_HIDDEN}   
    -{S_HIDDEN_FIELDS} - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_PM}{L_USERNAME}{L_POSTS}{L_FROM}{L_EMAIL}{L_WEBSITE}{L_SELECT}
    {L_GROUP_MODERATOR}
    {MOD_PM_IMG} {MOD_USERNAME}{MOD_POSTS}{MOD_FROM}{MOD_EMAIL_IMG}{MOD_WWW_IMG}  
    {L_GROUP_MEMBERS}
    {member_row.PM_IMG} {member_row.USERNAME}{member_row.POSTS} {member_row.FROM} - {member_row.EMAIL_IMG} {member_row.WWW_IMG} - - - -
    {L_NO_MEMBERS}
    {L_HIDDEN_MEMBERS}
    - -
    - - - - - - -
    - - - - {S_TIMEZONE}
    - -{PENDING_USER_BOX} - -{S_HIDDEN_FIELDS}
    - - - - - -
    {JUMPBOX}
    diff --git a/phpBB/templates/PSO/groupcp_list_body.tpl b/phpBB/templates/PSO/groupcp_list_body.tpl deleted file mode 100644 index 091b63ba1f..0000000000 --- a/phpBB/templates/PSO/groupcp_list_body.tpl +++ /dev/null @@ -1,62 +0,0 @@ - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Group Moderator
     {L_USERNAME} - {L_EMAIL} - {L_FROM} - {L_POSTS} - {L_WEBSITE} -
    {MOD_PM_IMG} {MOD_USERNAME} {MOD_EMAIL_IMG} {MOD_FROM}{MOD_POSTS} {MOD_WWW_IMG}
    Group Members
    {L_PM}{L_USERNAME} - {L_EMAIL} - {L_FROM} - {L_POSTS} - {L_WEBSITE} -
    {memberrow.PM_IMG} {memberrow.USERNAME} {memberrow.EMAIL_IMG} {memberrow.FROM}{memberrow.POSTS} {memberrow.WWW_IMG}
    - - - -
     
    - - - - - - -
    {S_TIMEZONE}{JUMPBOX}
    diff --git a/phpBB/templates/PSO/groupcp_pending_info.tpl b/phpBB/templates/PSO/groupcp_pending_info.tpl deleted file mode 100644 index 41d47d0487..0000000000 --- a/phpBB/templates/PSO/groupcp_pending_info.tpl +++ /dev/null @@ -1,36 +0,0 @@ - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_PM}{L_USERNAME}{L_POSTS}{L_FROM}{L_EMAIL}{L_WEBSITE}{L_SELECT}
    {L_PENDING_MEMBERS}
    {pending_members_row.PM_IMG} - {pending_members_row.USERNAME}{pending_members_row.POSTS}{pending_members_row.FROM}{pending_members_row.EMAIL_IMG}{pending_members_row.WWW_IMG}
    - -   - -
    diff --git a/phpBB/templates/PSO/groupcp_user_body.tpl b/phpBB/templates/PSO/groupcp_user_body.tpl deleted file mode 100644 index a959e7e94f..0000000000 --- a/phpBB/templates/PSO/groupcp_user_body.tpl +++ /dev/null @@ -1,58 +0,0 @@ - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_GROUP_MEMBERSHIP_DETAILS}
    {L_YOU_BELONG_GROUPS} - - - - - -
     {GROUP_MEMBER_SELECT}     
    {L_PENDING_GROUPS} - - - - - -
     {GROUP_PENDING_SELECT}     
    {L_JOIN_A_GROUP}
    {L_SELECT_A_GROUP} - - - - - -
     {GROUP_LIST_SELECT}    
    - -
    diff --git a/phpBB/templates/PSO/index.htm b/phpBB/templates/PSO/index.htm deleted file mode 100644 index ee1f723a7d..0000000000 --- a/phpBB/templates/PSO/index.htm +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/phpBB/templates/PSO/index_body.tpl b/phpBB/templates/PSO/index_body.tpl deleted file mode 100644 index fe65fa9e3c..0000000000 --- a/phpBB/templates/PSO/index_body.tpl +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - -
    {L_INDEX}{L_SEARCH_NEW} :: {L_SEARCH_UNANSWERED} :: - - {L_SEARCH_SELF} - -
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      {L_FORUM}  {L_TOPICS}  {L_POSTS}  {L_LASTPOST} 
    {catrow.CAT_DESC} 
    {catrow.forumrow.FOLDER}{catrow.forumrow.FORUM_NAME}
    {catrow.forumrow.FORUM_DESC}
    {L_MODERATOR}: {catrow.forumrow.MODERATORS}
    {catrow.forumrow.TOPICS}{catrow.forumrow.POSTS}{catrow.forumrow.LAST_POST}
    {L_PRIVATEMSGS}
    {L_PRIVATEMSGS}{PRIVATE_MESSAGE_INFO}
    {L_WHO_IS_ONLINE}
    {L_WHO_IS_ONLINE}{TOTAL_USERS_ONLINE}
    {LOGGED_IN_USER_LIST}
    - -
    - - - - - - -
    - - - - - - - - - - - - - -
    {L_MARK_FORUMS_READ}

    {L_NEWPOSTS}{L_NEW_POSTS}  {L_NONEWPOSTS}{L_NO_NEW_POSTS}  {L_FORUM_LOCKED}{L_FORUM_LOCKED}
    {S_TIMEZONE}
    diff --git a/phpBB/templates/PSO/jumpbox.tpl b/phpBB/templates/PSO/jumpbox.tpl deleted file mode 100644 index 80889807a5..0000000000 --- a/phpBB/templates/PSO/jumpbox.tpl +++ /dev/null @@ -1,6 +0,0 @@ - -
    - - - -
    {L_JUMP_TO}: {S_JUMPBOX_LIST} 
    diff --git a/phpBB/templates/PSO/login_body.tpl b/phpBB/templates/PSO/login_body.tpl deleted file mode 100644 index 4ad9323360..0000000000 --- a/phpBB/templates/PSO/login_body.tpl +++ /dev/null @@ -1,38 +0,0 @@ - - -
    - - - -
    - - - - - - - - - - - - -

    Please enter your username and password to login

    {L_USERNAME}: 
    {L_PASSWORD}: 
    - - - - - - - - - -
    {L_AUTO_LOGIN}
    {L_SEND_PASSWORD}
    - -
    - -
    {S_TIMEZONE}
    diff --git a/phpBB/templates/PSO/memberlist_body.tpl b/phpBB/templates/PSO/memberlist_body.tpl deleted file mode 100644 index 4f2792f43d..0000000000 --- a/phpBB/templates/PSO/memberlist_body.tpl +++ /dev/null @@ -1,49 +0,0 @@ - -
    - - - - -
    {SITENAME} {L_INDEX}{L_SELECT_SORT_METHOD}: {S_MODE_SELECT}  {L_ORDER} {S_ORDER_SELECT}  
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - -
     {L_USERNAME}{L_EMAIL}{L_FROM}{L_JOINED}{L_POSTS}{L_WEBSITE}
     {memberrow.PM_IMG} {memberrow.USERNAME} {memberrow.EMAIL_IMG} {memberrow.FROM}{memberrow.JOINED}{memberrow.POSTS} {memberrow.WWW_IMG} 
    - - - - -
     {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES}{PAGINATION} 
    - - - - - - -
    {S_TIMEZONE}{JUMPBOX}
    diff --git a/phpBB/templates/PSO/message_body.tpl b/phpBB/templates/PSO/message_body.tpl deleted file mode 100644 index 7356d03a1e..0000000000 --- a/phpBB/templates/PSO/message_body.tpl +++ /dev/null @@ -1,19 +0,0 @@ - - - - - -
    {SITENAME} {L_INDEX}
    - - - - - -
    - - - - - - -
    {MESSAGE_TITLE}
    {MESSAGE_TEXT}
    diff --git a/phpBB/templates/PSO/mini_search.tpl b/phpBB/templates/PSO/mini_search.tpl deleted file mode 100644 index 1eb50aaef6..0000000000 --- a/phpBB/templates/PSO/mini_search.tpl +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - -{META} -{SITENAME} -+- {PAGE_TITLE} - - - - - - - - -
    - - - -
    - - - - - - - - - - - - - -
    {L_SEARCH_USERNAME}
    {L_SEARCH_USERNAME}:
    Use * as a wildcard
    {L_UPDATE_USERNAME}:
    - -
    - - - -
    {SITENAME} {L_INDEX} -> {FORUM_NAME}
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - -
    - - - - - - -
    {L_MOD_CP}
    {L_MOD_CP_EXPLAIN}
    - - - -
         
      {L_TOPICS}  {L_REPLIES}  {L_LASTPOST}  {L_SELECT} 
     {topicrow.FOLDER_IMG}  {topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}{topicrow.REPLIES}{topicrow.LAST_POST}
    - - - - - - - -
     {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES} {PAGINATION} 
    - - - -
         
    - -{S_HIDDEN_FIELDS} - - - - - - -
    {S_TIMEZONE}{JUMPBOX}
    {S_AUTH_LIST}
    diff --git a/phpBB/templates/PSO/modcp_move.tpl b/phpBB/templates/PSO/modcp_move.tpl deleted file mode 100644 index 9527fc5df8..0000000000 --- a/phpBB/templates/PSO/modcp_move.tpl +++ /dev/null @@ -1,13 +0,0 @@ - -
    - - - -
    - - - - - - -
    {MESSAGE_TITLE}

    {L_MOVE_TO_FORUM}   {S_FORUM_BOX}

    {MESSAGE_TEXT}


    {S_HIDDEN_FIELDS}  

    diff --git a/phpBB/templates/PSO/modcp_split.tpl b/phpBB/templates/PSO/modcp_split.tpl deleted file mode 100644 index f26f3b959f..0000000000 --- a/phpBB/templates/PSO/modcp_split.tpl +++ /dev/null @@ -1,77 +0,0 @@ -
    - - - -
    {SITENAME} {L_INDEX} -> {FORUM_NAME}
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_SPLIT_TOPIC}
    {L_SPLIT_TOPIC_EXPLAIN}
    {L_SPLIT_SUBJECT}
    {L_SPLIT_FORUM}{FORUM_INPUT}
    - - - - -
    {L_AUTHOR}{L_MESSAGE}{L_SELECT}
    - - - -
    {postrow.POSTER_NAME}
    - - - - - - -
    - - - - - - -
    Post image icon{L_POSTED}: {postrow.POST_DATE}    {L_POST_SUBJECT}: {postrow.POST_SUBJECT}

    {postrow.MESSAGE}
      
    - - - - -
    - -{S_HIDDEN_FIELDS}
    - - - - - -
    {S_TIMEZONE}
    diff --git a/phpBB/templates/PSO/modcp_viewip.tpl b/phpBB/templates/PSO/modcp_viewip.tpl deleted file mode 100755 index d3af822c3d..0000000000 --- a/phpBB/templates/PSO/modcp_viewip.tpl +++ /dev/null @@ -1,55 +0,0 @@ - - - - - -
    {SITENAME} {L_INDEX}
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_IP_INFO}
    {L_THIS_POST_IP}
    - - - - -
     {IP}[ {L_LOOKUP_IP}
    {L_OTHER_USERS}
    - - - - -
     {userrow.USERNAME}{L_SEARCH_POSTS}  
    {L_OTHER_IPS}
    - - - - -
     {iprow.IP}[ {L_LOOKUP_IP}
    - -
    diff --git a/phpBB/templates/PSO/overall_footer.tpl b/phpBB/templates/PSO/overall_footer.tpl deleted file mode 100644 index cf56c83bfb..0000000000 --- a/phpBB/templates/PSO/overall_footer.tpl +++ /dev/null @@ -1,24 +0,0 @@ - -
    - -
    {ADMIN_LINK} - -Powered by phpBB {PHPBB_VERSION} © 2001 phpBB Group
    - - - \ No newline at end of file diff --git a/phpBB/templates/PSO/overall_header.tpl b/phpBB/templates/PSO/overall_header.tpl deleted file mode 100644 index a78ff5d3a5..0000000000 --- a/phpBB/templates/PSO/overall_header.tpl +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - -{META} -{SITENAME} -+- {PAGE_TITLE} - - - - - - -
    - - - -
    - - - - - - -
    - - - - -
    {SITENAME} : {SITE_DESCRIPTION}{SITENAME}
    - - - - - - - - - - -
    {L_FAQ} | {L_MEMBERLIST} - -  | {L_REGISTER} - -  | {L_SEARCH}{L_LAST_VISIT} {LAST_VISIT_DATE}{L_PROFILE} | {L_USERGROUPS} | {L_LOGIN_LOGOUT}
    {L_USERNAME}:    {L_PASSWORD}:    {L_AUTO_LOGIN}    
    - -

    diff --git a/phpBB/templates/PSO/posting_body.tpl b/phpBB/templates/PSO/posting_body.tpl deleted file mode 100644 index 2711c1abb5..0000000000 --- a/phpBB/templates/PSO/posting_body.tpl +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -
    {INBOX_IMG} {INBOX_LINK}   {SENTBOX_IMG} {SENTBOX_LINK}   {OUTBOX_IMG} {OUTBOX_LINK}   {SAVEBOX_IMG} {SAVEBOX_LINK}
    - -
    - - -
    - - - -
    {L_INDEX} -> {FORUM_NAME}
    - - - - -{POST_PREVIEW_BOX} - -{ERROR_BOX} - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -{POLLBOX} - - - -
    {L_POST_A}
    {L_USERNAME}
    {L_USERNAME}  
    {L_SUBJECT}
    {L_MESSAGE_BODY}

    {HTML_STATUS}
    {BBCODE_STATUS}
    {SMILIES_STATUS}
    - - - - -
    - - - - - - - - - -
    Font color:   Font size:
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Emoticons
    SmileBig grin LaughWink
    {L_OPTIONS} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_DISABLE_HTML}
    {L_DISABLE_BBCODE}
    {L_DISABLE_SMILIES}
    {L_ATTACH_SIGNATURE}
    {L_NOTIFY_ON_REPLY}
    {L_DELETE_POST}
    {S_TYPE_TOGGLE}
    {S_HIDDEN_FORM_FIELDS}      
    - - - - - - -
    {S_TIMEZONE}{JUMPBOX}
    - -{TOPIC_REVIEW_BOX} diff --git a/phpBB/templates/PSO/posting_poll_body.tpl b/phpBB/templates/PSO/posting_poll_body.tpl deleted file mode 100644 index ce12bef7d5..0000000000 --- a/phpBB/templates/PSO/posting_poll_body.tpl +++ /dev/null @@ -1,27 +0,0 @@ - - {L_ADD_A_POLL}
    {L_ADD_POLL_EXPLAIN} - - - {L_POLL_QUESTION} - - - - - {L_POLL_OPTION} -   - - - - {L_POLL_OPTION} -   - - - {L_POLL_LENGTH} -  {L_DAYS}   {L_POLL_LENGTH_EXPLAIN} - - - - {L_POLL_DELETE} - - - \ No newline at end of file diff --git a/phpBB/templates/PSO/posting_preview.tpl b/phpBB/templates/PSO/posting_preview.tpl deleted file mode 100644 index 256f8fa00d..0000000000 --- a/phpBB/templates/PSO/posting_preview.tpl +++ /dev/null @@ -1,29 +0,0 @@ - - - - - -
    - - - - - - - - - -
    - - - -
    {L_PREVIEW}
     {L_MESSAGE} 
    - - - - - - -
    Post image icon{L_POSTED}: {POST_DATE}     Post Subject: {POST_SUBJECT}
    {MESSAGE}
    - -
    diff --git a/phpBB/templates/PSO/posting_topic_review.tpl b/phpBB/templates/PSO/posting_topic_review.tpl deleted file mode 100644 index 25c6a21c1b..0000000000 --- a/phpBB/templates/PSO/posting_topic_review.tpl +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - -
    {L_TOPIC_REVIEW}
    - diff --git a/phpBB/templates/PSO/privmsgs_body.tpl b/phpBB/templates/PSO/privmsgs_body.tpl deleted file mode 100644 index f2206a0878..0000000000 --- a/phpBB/templates/PSO/privmsgs_body.tpl +++ /dev/null @@ -1,103 +0,0 @@ - - -
    - - - - - - -
    {INBOX_IMG} {INBOX_LINK}   {SENTBOX_IMG} {SENTBOX_LINK}   {OUTBOX_IMG} {OUTBOX_LINK}   {SAVEBOX_IMG} {SAVEBOX_LINK} - - - - - - - - - - - -
    {BOX_SIZE_STATUS}
    - - -
    {INBOX_LIMIT_PERCENT}
    0%50%100%
    -
    - - - - - - - -
    {SITENAME} {L_INDEX}{L_DISPLAY_MESSAGES}:
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - -
    {POST_PM_IMG}
     {L_FLAG}  {L_FROM_OR_TO}  {L_SUBJECT}  {L_DATE}  {L_MARK} 
    {listrow.ICON_FLAG_IMG} {listrow.FROM} {listrow.SUBJECT}{listrow.DATE}
    {L_NO_MESSAGES}
    - - - - - - -
    {POST_PM_IMG}   {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES} {PAGINATION} {S_HIDDEN_FIELDS}  
    - - - - - -
    Mark all :: Unmark all
    - - - - - - -
    {S_TIMEZONE}{JUMPBOX}
    diff --git a/phpBB/templates/PSO/privmsgs_popup.tpl b/phpBB/templates/PSO/privmsgs_popup.tpl deleted file mode 100644 index 4a2f651fde..0000000000 --- a/phpBB/templates/PSO/privmsgs_popup.tpl +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - -
    - - - -

    {L_MESSAGE}

    {L_CLOSE_WINDOW}

    diff --git a/phpBB/templates/PSO/privmsgs_preview.tpl b/phpBB/templates/PSO/privmsgs_preview.tpl deleted file mode 100644 index 0f54f4fc09..0000000000 --- a/phpBB/templates/PSO/privmsgs_preview.tpl +++ /dev/null @@ -1,54 +0,0 @@ - - - - -
    - - - - - - - - - - - - - - - - - - -
    - - - -
    {L_PREVIEW}
    - - - - -
    {L_SUBJECT}:{POST_SUBJECT}
    - - - - -
    {L_POSTED}:{POST_DATE}
    - - - - -
    {L_FROM}:{MESSAGE_FROM}
    - - - - -
    {L_TO}:{MESSAGE_TO}
    - - - -
    {MESSAGE}
    - -
    diff --git a/phpBB/templates/PSO/privmsgs_read_body.tpl b/phpBB/templates/PSO/privmsgs_read_body.tpl deleted file mode 100644 index 5ee85d1ff4..0000000000 --- a/phpBB/templates/PSO/privmsgs_read_body.tpl +++ /dev/null @@ -1,78 +0,0 @@ - -
    - - - -
    {SITENAME} {L_INDEX}
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - -
    {INBOX_IMG} {INBOX_LINK}   {SENTBOX_IMG} {SENTBOX_LINK}   {OUTBOX_IMG} {OUTBOX_LINK}   {SAVEBOX_IMG} {SAVEBOX_LINK}{QUOTE_PM_IMG} {REPLY_PM_IMG} {EDIT_PM_IMG}
    {BOX_NAME} :: {L_MESSAGE}
    - - - - -
    {L_SUBJECT}:{POST_SUBJECT}
    - - - - -
    {L_POSTED}:{POST_DATE}
    - - - - -
    {L_FROM}:{MESSAGE_FROM}
    - - - - -
    {L_TO}:{MESSAGE_TO}
    - - - -
    {MESSAGE}
    {PROFILE_IMG} {EMAIL_IMG} {SEARCH_IMG} {WWW_IMG} {ICQ_STATUS_IMG} {ICQ_ADD_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG}
    - - - - -
    {QUOTE_PM_IMG} {REPLY_PM_IMG} {EDIT_PM_IMG}{S_HIDDEN_FIELDS} 
    - - - - - - -
    {S_TIMEZONE}{JUMPBOX}
    diff --git a/phpBB/templates/PSO/profile_add_body.tpl b/phpBB/templates/PSO/profile_add_body.tpl deleted file mode 100644 index f168278733..0000000000 --- a/phpBB/templates/PSO/profile_add_body.tpl +++ /dev/null @@ -1,169 +0,0 @@ - -
    - - - -
    {L_INDEX}
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_REGISTRATION_INFO}
    {L_ITEMS_REQUIRED}
    {L_USERNAME}: *
    {L_EMAIL_ADDRESS}: *
    {L_PASSWORD}: *
    {L_PASSWORD_IF_CHANGED}
    {L_CONFIRM} {L_PASSWORD}: *
    {L_PASSWORD_CONFIRM_IF_CHANGED}
    {L_PROFILE_INFO}
    {L_PROFILE_INFO_NOTICE}
    {L_ICQ_NUMBER}:
    {L_AIM}:
    {L_MESSENGER}:
    {L_YAHOO}:
    {L_WEBSITE}:
    {L_LOCATION}:
    {L_OCCUPATION}:
    {L_INTERESTS}:
    {L_SIGNATURE}:
    {L_SIGNATURE_EXPLAIN}

    {L_HTML_IS} {HTML_STATUS}
    {L_BBCODE_IS} {BBCODE_STATUS}
    {L_SMILIES_ARE} {SMILIES_STATUS}
    {L_PREFERENCES}
    {L_PUBLIC_VIEW_EMAIL}: {L_YES}   {L_NO}
    {L_HIDE_USER}: {L_YES}   {L_NO}
    {L_NOTIFY_ON_REPLY}:
    {L_NOTIFY_ON_REPLY_EXPLAIN}
    {L_YES}   {L_NO}
    {L_NOTIFY_ON_PRIVMSG}: {L_YES}   {L_NO}
    {L_POPUP_ON_PRIVMSG}:
    {L_POPUP_ON_PRIVMSG_EXPLAIN}
    {L_YES}   {L_NO}
    {L_ALWAYS_ADD_SIGNATURE}: {L_YES}   {L_NO}
    {L_ALWAYS_ALLOW_BBCODE}: {L_YES}   {L_NO}
    {L_ALWAYS_ALLOW_HTML}: {L_YES}   {L_NO}
    {L_ALWAYS_ALLOW_SMILIES}: {L_YES}   {L_NO}
    {L_BOARD_LANGUAGE}:{LANGUAGE_SELECT}
    {L_BOARD_STYLE}:{STYLE_SELECT}
    {L_TIMEZONE}:{TIMEZONE_SELECT}
    {L_DATE_FORMAT}:
    {L_DATE_FORMAT_EXPLAIN}
    {L_AVATAR_PANEL}
    - - - - -
    {L_AVATAR_EXPLAIN}{L_CURRENT_IMAGE}
    {AVATAR}
     {L_DELETE_AVATAR}
    {L_UPLOAD_AVATAR_FILE}:
    {L_UPLOAD_AVATAR_URL}:
    {L_UPLOAD_AVATAR_URL_EXPLAIN}
    {L_LINK_REMOTE_AVATAR}:
    {L_LINK_REMOTE_AVATAR_EXPLAIN}
    {L_AVATAR_GALLERY}:
    {S_HIDDEN_FIELDS}  
    - - - - - diff --git a/phpBB/templates/PSO/profile_avatar_gallery.tpl b/phpBB/templates/PSO/profile_avatar_gallery.tpl deleted file mode 100644 index 11d548ca05..0000000000 --- a/phpBB/templates/PSO/profile_avatar_gallery.tpl +++ /dev/null @@ -1,36 +0,0 @@ - -
    - - - - - -
    {L_INDEX}
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - -
    {L_AVATAR_GALLERY}
    {L_CATEGORY}:   -
    {S_HIDDEN_FIELDS}  
    diff --git a/phpBB/templates/PSO/profile_send_email.tpl b/phpBB/templates/PSO/profile_send_email.tpl deleted file mode 100644 index 21d56f99ea..0000000000 --- a/phpBB/templates/PSO/profile_send_email.tpl +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - -
    - -{ERROR_BOX} - - - - - -
    {SITENAME} {L_INDEX}
    - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_SEND_EMAIL_MSG}
    {L_RECIPIENT}{USERNAME}
    {L_SUBJECT}
    {L_MESSAGE_BODY}
    {L_MESSAGE_BODY_DESC}
    {L_OPTIONS} - - - - -
    {L_CC_EMAIL}
    {S_HIDDEN_FORM_FIELDS} - - - - - -  
    - - - - - -
    {S_TIMEZONE}
    - - - - - -
    {JUMPBOX}
    diff --git a/phpBB/templates/PSO/profile_send_pass.tpl b/phpBB/templates/PSO/profile_send_pass.tpl deleted file mode 100644 index 2469a49649..0000000000 --- a/phpBB/templates/PSO/profile_send_pass.tpl +++ /dev/null @@ -1,35 +0,0 @@ - -
    - - - - -
    {SITENAME} {L_INDEX}
    - - - - - - - - - - - - - - - - - - -
    {L_SEND_PASSWORD}
    {L_ITEMS_REQUIRED}
    {L_USERNAME}: * - -
    {L_EMAIL_ADDRESS}: * - -
    {S_HIDDEN_FIELDS} - -    - -
    -
    diff --git a/phpBB/templates/PSO/profile_view_body.tpl b/phpBB/templates/PSO/profile_view_body.tpl deleted file mode 100644 index 72cedc085f..0000000000 --- a/phpBB/templates/PSO/profile_view_body.tpl +++ /dev/null @@ -1,86 +0,0 @@ - - - - -
    {SITENAME} {L_INDEX}
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_VIEWING_PROFILE} {USERNAME}
    {L_USERNAME}: - - - - - -
    {USERNAME}      {AVATAR_IMG}
    {L_JOINED}:{JOINED}
    {L_POSTS}: - - - - - - - -
    {POSTS}     [ {PERCENTAGE} {L_OF_TOTAL} / {POSTS_PER_DAY} {L_PER_DAY}]     {SEARCH_IMG}
    {L_CONTACT}:{PM_IMG} {EMAIL_IMG}
    {L_ICQ_NUMBER}:{ICQ_STATUS_IMG} {ICQ_ADD_IMG}
    {L_AIM}:{AIM_IMG}
    {L_MESSENGER}:{MSN_IMG}
    {L_YAHOO}:{YIM_IMG}
    {L_WEBSITE}:{WEBSITE_IMG}
    {L_LOCATION}:{LOCATION}
    {L_OCCUPATION}:{OCCUPATION}
    {L_INTERESTS}:{INTERESTS}
    - -
    - - - - - - -
    {S_TIMEZONE}{JUMPBOX}
    diff --git a/phpBB/templates/PSO/search_body.tpl b/phpBB/templates/PSO/search_body.tpl deleted file mode 100644 index f142d92340..0000000000 --- a/phpBB/templates/PSO/search_body.tpl +++ /dev/null @@ -1,90 +0,0 @@ -
    - - - - -
    {SITENAME} {L_INDEX}
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_SEARCH_QUERY}
    {L_SEARCH_KEYWORDS}:
    - {L_SEARCH_KEYWORDS_EXPLAIN}
    - -
    - - {L_SEARCH_ANY_TERMS}
    - - {L_SEARCH_ALL_TERMS}
    {L_SEARCH_AUTHOR}:
    - {L_SEARCH_AUTHOR_EXPLAIN}
    - -
    {L_SEARCH_OPTIONS}
    {L_FORUM}:  - - {L_RETURN_FIRST} - - {L_CHARACTERS}
    {L_CATEGORY}:  - - {L_SORT_BY}:  - -
    - - {L_SORT_ASCENDING}
    - - {L_SORT_DESCENDING}
     
    {L_DISPLAY_RESULTS}:  - - {L_POSTS} - - {L_TOPICS}{L_SEARCH_PREVIOUS}:  - -
    {S_HIDDEN_FIELDS} - -
    - - - - -
    {S_TIMEZONE}
    -
    - - - - -
    {JUMPBOX}
    diff --git a/phpBB/templates/PSO/search_results_posts.tpl b/phpBB/templates/PSO/search_results_posts.tpl deleted file mode 100644 index 8136106994..0000000000 --- a/phpBB/templates/PSO/search_results_posts.tpl +++ /dev/null @@ -1,52 +0,0 @@ - - - - - -
    {L_SEARCH} - - {SEARCH_MATCHES} Matches
    -
    - - - - -
    {SITENAME} {L_INDEX}
    - - - - - - - - - - - - - - - - - - - - -
    {L_AUTHOR}{L_MESSAGE}
      {L_TOPIC}: {searchresults.TOPIC_TITLE}
    {searchresults.POSTER_NAME}
    -
    - {L_REPLIES}: {searchresults.TOPIC_REPLIES}
    - {L_VIEWS}: {searchresults.TOPIC_VIEWS}

    -
    Post image icon{L_FORUM}: {searchresults.FORUM_NAME}   {L_POSTED}: - {searchresults.POST_DATE}   Subject: {searchresults.POST_SUBJECT}
    {searchresults.MESSAGE}
     
    - - - - - -
    {L_PAGE} {ON_PAGE} - {L_OF} {TOTAL_PAGES}{PAGINATION}
    - {S_TIMEZONE}
    - - - - -
    {JUMPBOX}
    diff --git a/phpBB/templates/PSO/search_results_topics.tpl b/phpBB/templates/PSO/search_results_topics.tpl deleted file mode 100644 index 7cbb17acb9..0000000000 --- a/phpBB/templates/PSO/search_results_topics.tpl +++ /dev/null @@ -1,56 +0,0 @@ - - - - - -
    {L_SEARCH} - - {SEARCH_MATCHES} Matches
    -
    - - - - -
    {SITENAME} {L_INDEX}
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      {L_FORUM}  {L_TOPICS}  {L_REPLIES}  {L_AUTHOR}  {L_VIEWS}  {L_LASTPOST} 
    {searchresults.FOLDER}{searchresults.FORUM_NAME}{searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}{searchresults.TOPIC_TITLE}
    {searchresults.GOTO_PAGE}
    {searchresults.REPLIES}{searchresults.TOPIC_POSTER}{searchresults.VIEWS}{searchresults.LAST_POST}
    {L_NO_TOPICS}
     
    - - - - - -
    {L_PAGE} {ON_PAGE} - {L_OF} {TOTAL_PAGES}{PAGINATION}
    - {S_TIMEZONE}
    - - - - -
    {JUMPBOX}
    diff --git a/phpBB/templates/PSO/search_username.tpl b/phpBB/templates/PSO/search_username.tpl deleted file mode 100644 index 946ca5a325..0000000000 --- a/phpBB/templates/PSO/search_username.tpl +++ /dev/null @@ -1,26 +0,0 @@ - - - -
    - - - -
    - - - - - - -
    {L_SEARCH_USERNAME}

     

    {L_SEARCH_EXPLAIN}
    - - {L_UPDATE_USERNAME}
     

    - -
    {L_CLOSE_WINDOW}
    diff --git a/phpBB/templates/PSO/simple_footer.tpl b/phpBB/templates/PSO/simple_footer.tpl deleted file mode 100644 index f8c4fd89e8..0000000000 --- a/phpBB/templates/PSO/simple_footer.tpl +++ /dev/null @@ -1,23 +0,0 @@ -
    - -
    - -Powered by phpBB {PHPBB_VERSION} © 2001 phpBB Group
    - - - diff --git a/phpBB/templates/PSO/simple_header.tpl b/phpBB/templates/PSO/simple_header.tpl deleted file mode 100644 index 35972ff194..0000000000 --- a/phpBB/templates/PSO/simple_header.tpl +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - -{META} -{SITENAME} -+- {PAGE_TITLE} - - - diff --git a/phpBB/templates/PSO/theme_info.cfg b/phpBB/templates/PSO/theme_info.cfg deleted file mode 100644 index 7735965d4f..0000000000 --- a/phpBB/templates/PSO/theme_info.cfg +++ /dev/null @@ -1,220 +0,0 @@ - \ No newline at end of file diff --git a/phpBB/templates/PSO/viewforum_body.tpl b/phpBB/templates/PSO/viewforum_body.tpl deleted file mode 100644 index 80f51fe3c1..0000000000 --- a/phpBB/templates/PSO/viewforum_body.tpl +++ /dev/null @@ -1,96 +0,0 @@ - -
    - - - - -
    {L_INDEX} -> {FORUM_NAME}{L_DISPLAY_TOPICS}: {S_SELECT_TOPIC_DAYS} 
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - -
    {FORUM_NAME}
    {L_MODERATOR}: {MODERATORS}
    {L_NEW_TOPIC}
      {L_TOPICS}  {L_REPLIES}  {L_AUTHOR}  {L_VIEWS}  {L_LASTPOST} 
     {topicrow.FOLDER}  {topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE} {topicrow.GOTO_PAGE}{topicrow.REPLIES}{topicrow.TOPIC_POSTER}{topicrow.VIEWS}{topicrow.LAST_POST}
    {L_NO_TOPICS}
    - - - - - -
    {L_NEW_TOPIC}   {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES} {PAGINATION} 
    - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_NEW_POSTS}{L_NEW_POSTS}  {L_NO_NEW_POSTS}{L_NO_NEW_POSTS}  {L_ANNOUNCEMENT}{L_ANNOUNCEMENT}
    {L_NEW_POSTS_HOT}{L_NEW_POSTS_HOT}  {L_NO_NEW_POSTS_HOT}{L_NO_NEW_POSTS_HOT}  {L_STICKY}{L_STICKY}
    {L_NEW_POSTS_TOPIC_LOCKED}{L_NEW_POSTS_LOCKED}  {L_NO_NEW_POSTS_TOPIC_LOCKED}{L_NO_NEW_POSTS_LOCKED}

    {S_TIMEZONE}

    {L_MARK_TOPICS_READ}
    {JUMPBOX}{S_AUTH_LIST}
    diff --git a/phpBB/templates/PSO/viewonline_body.tpl b/phpBB/templates/PSO/viewonline_body.tpl deleted file mode 100644 index a4fb6e1990..0000000000 --- a/phpBB/templates/PSO/viewonline_body.tpl +++ /dev/null @@ -1,61 +0,0 @@ - - - - - -
    {L_INDEX}
    - - - - - -
    - - - - - - - - - - - - - - - -
    {TOTAL_REGISTERED_USERS_ONLINE}
    {L_ONLINE_EXPLAIN}
     {L_USERNAME}  {L_LAST_UPDATE}  {L_FORUM_LOCATION} 
     {reg_user_row.USERNAME}  {reg_user_row.LASTUPDATE}  {reg_user_row.FORUM_LOCATION} 
    - -
    - - - - - -
    - - - - - - - - - - - - - - - -
    {TOTAL_GUEST_USERS_ONLINE}
    {L_ONLINE_EXPLAIN}
     {L_USERNAME}  {L_LAST_UPDATE}  {L_FORUM_LOCATION} 
     {guest_user_row.USERNAME}  {guest_user_row.LASTUPDATE}  {guest_user_row.FORUM_LOCATION} 
    - -
    - - - - - - -
    {S_TIMEZONE}{JUMPBOX}
    diff --git a/phpBB/templates/PSO/viewtopic_body.tpl b/phpBB/templates/PSO/viewtopic_body.tpl deleted file mode 100644 index 47979cf024..0000000000 --- a/phpBB/templates/PSO/viewtopic_body.tpl +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - -
    {L_INDEX} -> {FORUM_NAME} -> {TOPIC_TITLE} {L_VIEW_PREVIOUS_TOPIC} :: {L_VIEW_NEXT_TOPIC}
    - - - - - -
    - - - -{POLL_DISPLAY} - - - - -
    - - - - -
    {TOPIC_TITLE}{L_TOPIC_POST}  {L_TOPIC_REPLY}
    - - - -
    {L_AUTHOR}
    - - - -
    {L_MESSAGE}
    - - - - - - -
    - - - - - - - - -
    - - - -
    {postrow.POSTER_NAME}
    {postrow.POSTER_RANK}
    {postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}

    {postrow.POSTER_JOINED}
    {postrow.POSTER_POSTS}
    {postrow.POSTER_FROM}


    - - - - - - -
    - - - - - - - -
    Post image icon{L_POSTED}: {postrow.POST_DATE}    {L_POST_SUBJECT}: {postrow.POST_SUBJECT}  {postrow.EDIT_IMG} {postrow.QUOTE_IMG} 

    {postrow.MESSAGE}
    {L_RETURN_TO_TOP} - - - - -
     {postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.ICQ_STATUS_IMG} {postrow.ICQ_ADD_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}  {postrow.IP_IMG} 
    - - - - - - -
    - - - -
    - - - - - -
    {L_TOPIC_REPLY}  {L_TOPIC_POST} {PAGE_NUMBER} {PAGINATION}
    - -
    - - - - - - -
    {L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS} {S_SELECT_POST_ORDER} 
    {S_TIMEZONE}

    {S_WATCH_TOPIC}
    {JUMPBOX}{S_AUTH_LIST}
    diff --git a/phpBB/templates/PSO/viewtopic_poll_ballot.tpl b/phpBB/templates/PSO/viewtopic_poll_ballot.tpl deleted file mode 100644 index 4f53f92ada..0000000000 --- a/phpBB/templates/PSO/viewtopic_poll_ballot.tpl +++ /dev/null @@ -1,23 +0,0 @@ - -
    - - - - - - - - - - - - -
    {POLL_QUESTION}
    - - - - - - -
     {poll_option.POLL_OPTION_CAPTION}
    {L_VIEW_RESULTS}
    {S_HIDDEN_FIELDS}
    - \ No newline at end of file diff --git a/phpBB/templates/PSO/viewtopic_poll_result.tpl b/phpBB/templates/PSO/viewtopic_poll_result.tpl deleted file mode 100644 index 36c1f41bb0..0000000000 --- a/phpBB/templates/PSO/viewtopic_poll_result.tpl +++ /dev/null @@ -1,26 +0,0 @@ - -
    - - - - - - - - - -
    {POLL_QUESTION}
    - - - - - - - - -
    {poll_option.POLL_OPTION_CAPTION} - - - -
    {poll_option.POLL_OPTION_PERCENT}
     {poll_option.POLL_OPTION_PERCENT}  [ {poll_option.POLL_OPTION_RESULT} ] 
    Total Votes : {TOTAL_VOTES}

    - \ No newline at end of file