From b5a05b2fcc68c12f30c35cf4f620040ccbfc236d Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 10 Dec 2001 00:53:33 +0000 Subject: [PATCH] Bye billy git-svn-id: file:///svn/phpbb/trunk@1533 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../templates/PSO/admin/admin_config_body.tpl | 170 ------------ .../PSO/admin/admin_message_body.tpl | 17 -- phpBB/templates/PSO/admin/auth_forum_body.tpl | 33 --- .../templates/PSO/admin/auth_select_body.tpl | 14 - phpBB/templates/PSO/admin/auth_ug_body.tpl | 43 ---- .../templates/PSO/admin/board_config_body.tpl | 170 ------------ .../PSO/admin/category_edit_body.tpl | 32 --- .../PSO/admin/db_utils_backup_body.tpl | 35 --- .../PSO/admin/db_utils_restore_body.tpl | 17 -- phpBB/templates/PSO/admin/disallow_body.tpl | 30 --- .../templates/PSO/admin/forum_delete_body.tpl | 38 --- phpBB/templates/PSO/admin/forum_edit_body.tpl | 71 ------ .../templates/PSO/admin/forum_prune_body.tpl | 17 -- .../PSO/admin/forum_prune_result_body.tpl | 23 -- .../PSO/admin/forum_prune_select_body.tpl | 15 -- phpBB/templates/PSO/admin/forums_body.tpl | 33 --- phpBB/templates/PSO/admin/group_edit_body.tpl | 53 ---- .../templates/PSO/admin/group_select_body.tpl | 17 -- phpBB/templates/PSO/admin/index.htm | 10 - phpBB/templates/PSO/admin/index_body.tpl | 78 ------ phpBB/templates/PSO/admin/index_frameset.tpl | 17 -- phpBB/templates/PSO/admin/index_navigate.tpl | 28 -- phpBB/templates/PSO/admin/page_footer.tpl | 25 -- phpBB/templates/PSO/admin/page_header.tpl | 43 ---- phpBB/templates/PSO/admin/ranks_edit_body.tpl | 38 --- phpBB/templates/PSO/admin/ranks_list_body.tpl | 27 -- phpBB/templates/PSO/admin/smile_edit_body.tpl | 38 --- phpBB/templates/PSO/admin/smile_list_body.tpl | 27 -- .../templates/PSO/admin/smile_result_body.tpl | 17 -- .../PSO/admin/styles_addnew_body.tpl | 19 -- .../templates/PSO/admin/styles_edit_body.tpl | 241 ------------------ phpBB/templates/PSO/admin/styles_exporter.tpl | 14 - .../templates/PSO/admin/styles_list_body.tpl | 21 -- phpBB/templates/PSO/admin/user_ban_body.tpl | 37 --- phpBB/templates/PSO/admin/user_edit_body.tpl | 150 ----------- phpBB/templates/PSO/admin/user_email.tpl | 34 --- .../templates/PSO/admin/user_select_body.tpl | 17 -- phpBB/templates/PSO/admin/user_unban_body.tpl | 35 --- phpBB/templates/PSO/admin/words_edit_body.tpl | 23 -- phpBB/templates/PSO/admin/words_list_body.tpl | 25 -- 40 files changed, 1792 deletions(-) delete mode 100644 phpBB/templates/PSO/admin/admin_config_body.tpl delete mode 100644 phpBB/templates/PSO/admin/admin_message_body.tpl delete mode 100644 phpBB/templates/PSO/admin/auth_forum_body.tpl delete mode 100644 phpBB/templates/PSO/admin/auth_select_body.tpl delete mode 100644 phpBB/templates/PSO/admin/auth_ug_body.tpl delete mode 100644 phpBB/templates/PSO/admin/board_config_body.tpl delete mode 100644 phpBB/templates/PSO/admin/category_edit_body.tpl delete mode 100644 phpBB/templates/PSO/admin/db_utils_backup_body.tpl delete mode 100644 phpBB/templates/PSO/admin/db_utils_restore_body.tpl delete mode 100644 phpBB/templates/PSO/admin/disallow_body.tpl delete mode 100644 phpBB/templates/PSO/admin/forum_delete_body.tpl delete mode 100644 phpBB/templates/PSO/admin/forum_edit_body.tpl delete mode 100644 phpBB/templates/PSO/admin/forum_prune_body.tpl delete mode 100644 phpBB/templates/PSO/admin/forum_prune_result_body.tpl delete mode 100644 phpBB/templates/PSO/admin/forum_prune_select_body.tpl delete mode 100644 phpBB/templates/PSO/admin/forums_body.tpl delete mode 100644 phpBB/templates/PSO/admin/group_edit_body.tpl delete mode 100644 phpBB/templates/PSO/admin/group_select_body.tpl delete mode 100644 phpBB/templates/PSO/admin/index.htm delete mode 100644 phpBB/templates/PSO/admin/index_body.tpl delete mode 100644 phpBB/templates/PSO/admin/index_frameset.tpl delete mode 100644 phpBB/templates/PSO/admin/index_navigate.tpl delete mode 100644 phpBB/templates/PSO/admin/page_footer.tpl delete mode 100644 phpBB/templates/PSO/admin/page_header.tpl delete mode 100644 phpBB/templates/PSO/admin/ranks_edit_body.tpl delete mode 100644 phpBB/templates/PSO/admin/ranks_list_body.tpl delete mode 100644 phpBB/templates/PSO/admin/smile_edit_body.tpl delete mode 100644 phpBB/templates/PSO/admin/smile_list_body.tpl delete mode 100644 phpBB/templates/PSO/admin/smile_result_body.tpl delete mode 100644 phpBB/templates/PSO/admin/styles_addnew_body.tpl delete mode 100644 phpBB/templates/PSO/admin/styles_edit_body.tpl delete mode 100644 phpBB/templates/PSO/admin/styles_exporter.tpl delete mode 100644 phpBB/templates/PSO/admin/styles_list_body.tpl delete mode 100644 phpBB/templates/PSO/admin/user_ban_body.tpl delete mode 100644 phpBB/templates/PSO/admin/user_edit_body.tpl delete mode 100644 phpBB/templates/PSO/admin/user_email.tpl delete mode 100644 phpBB/templates/PSO/admin/user_select_body.tpl delete mode 100644 phpBB/templates/PSO/admin/user_unban_body.tpl delete mode 100755 phpBB/templates/PSO/admin/words_edit_body.tpl delete mode 100755 phpBB/templates/PSO/admin/words_list_body.tpl diff --git a/phpBB/templates/PSO/admin/admin_config_body.tpl b/phpBB/templates/PSO/admin/admin_config_body.tpl deleted file mode 100644 index a0978180b3..0000000000 --- a/phpBB/templates/PSO/admin/admin_config_body.tpl +++ /dev/null @@ -1,170 +0,0 @@ -
- -

{L_CONFIGURATION_TITLE}

- -

{L_CONFIGURATION_EXPLAIN}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{L_GENERAL_SETTINGS}
{L_SITE_NAME}:
{L_ACCT_ACTIVATION}:{L_NO}ne   User   Admin
Flood Interval:
Number of seconds a user must wait between posts
Topics Per Page:
Posts Per Page:
Hot Threshold:
Default Style:{STYLE_SELECT}
Override user style:
Replaces users style with the default
{L_YES}   {L_NO}
Default Language:{LANG_SELECT}
Date Format:
{L_DATE_FORMAT_EXPLAIN}
System Timezone:{TIMEZONE_SELECT}
Enable GZip Compression: {L_YES}   {L_NO}
Enable Forum Pruning: {L_YES}   {L_NO}
User/Forum Ability Settings
Allow HTML: {L_YES}   {L_NO}
Allow BBCode: {L_YES}   {L_NO}
Allow Smilies: {L_YES}   {L_NO}
Smilies Storage Path:
Path under your phpBB root dir, e.g. images/smilies
Allow Signatures: {L_YES}   {L_NO}
Maximum signature length:
Number of characters allowed
Allow Name Change: {L_YES}   {L_NO}
Inbox limit: messages
Sentbox limit: messages
Savebox limit: messages
Avatar Settings
Allow local gallery avatars: {L_YES}   {L_NO}
Allow remote avatars:
Avatars linked from another website
{L_YES}   {L_NO}
Allow avatar uploading: {L_YES}   {L_NO}
Max. Avatar File Size:
For uploaded avatar files
Bytes
Max. Avatar Size:
(height x width) -
x
Avatar Storage Path:
Path under your phpBB root dir, e.g. images/avatars
Email Settings
Admin Email Address:
Email Signature:
This text will be attached to all emails the board sends
Use SMTP for delivery:
Say {L_YES} if you want or have to send email via a server instead of the local mail function
{L_YES}   {L_NO}
SMTP Server:
COPPA Settings
FAX Number:
Mailing Address:
Signed COPPA agreements will be mailed here
{S_HIDDEN_FIELDS} -
- -
diff --git a/phpBB/templates/PSO/admin/admin_message_body.tpl b/phpBB/templates/PSO/admin/admin_message_body.tpl deleted file mode 100644 index d813a56f3f..0000000000 --- a/phpBB/templates/PSO/admin/admin_message_body.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -

- - - - - -
- - - - - - -
{MESSAGE_TITLE}
{MESSAGE_TEXT}
- -
diff --git a/phpBB/templates/PSO/admin/auth_forum_body.tpl b/phpBB/templates/PSO/admin/auth_forum_body.tpl deleted file mode 100644 index 4c2aefca85..0000000000 --- a/phpBB/templates/PSO/admin/auth_forum_body.tpl +++ /dev/null @@ -1,33 +0,0 @@ - -
- -

{L_AUTH_TITLE}

- -

{L_AUTH_EXPLAIN}

- -

{L_FORUM}: {FORUM_NAME}

- - - - - - - - - - - - - - - -
{forum_auth_titles.CELL_TITLE}
{forum_auth_data.S_AUTH_LEVELS_SELECT}
- - - - - - -
{U_SWITCH_MODE}
{S_HIDDEN_FIELDS}  
- -
diff --git a/phpBB/templates/PSO/admin/auth_select_body.tpl b/phpBB/templates/PSO/admin/auth_select_body.tpl deleted file mode 100644 index 9b9392c33d..0000000000 --- a/phpBB/templates/PSO/admin/auth_select_body.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -

{L_AUTH_TITLE}

- -

{L_AUTH_EXPLAIN}

- -
- - - - - - - -
{L_AUTH_SELECT}
{S_AUTH_SELECT}   
diff --git a/phpBB/templates/PSO/admin/auth_ug_body.tpl b/phpBB/templates/PSO/admin/auth_ug_body.tpl deleted file mode 100644 index 5e1741f398..0000000000 --- a/phpBB/templates/PSO/admin/auth_ug_body.tpl +++ /dev/null @@ -1,43 +0,0 @@ - -
- -

{L_AUTH_TITLE}

- -

{L_USER_OR_GROUPNAME}: {USERNAME}

- -
- -

{USER_GROUP_MEMBERSHIPS}

- -

{L_PERMISSIONS}

- -

{L_AUTH_EXPLAIN}

- - - - - - - - - - - - - - - - - - - - - -
{L_FORUM}{acltype.L_UG_ACL_TYPE}{L_MODERATOR_STATUS}
{forums.FORUM_NAME}{forums.aclvalues.S_ACL_SELECT}{forums.S_MOD_SELECT}
- - - - - - -
{U_SWITCH_MODE}
{S_HIDDEN_FIELDS}  
diff --git a/phpBB/templates/PSO/admin/board_config_body.tpl b/phpBB/templates/PSO/admin/board_config_body.tpl deleted file mode 100644 index a0978180b3..0000000000 --- a/phpBB/templates/PSO/admin/board_config_body.tpl +++ /dev/null @@ -1,170 +0,0 @@ -
- -

{L_CONFIGURATION_TITLE}

- -

{L_CONFIGURATION_EXPLAIN}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{L_GENERAL_SETTINGS}
{L_SITE_NAME}:
{L_ACCT_ACTIVATION}:{L_NO}ne   User   Admin
Flood Interval:
Number of seconds a user must wait between posts
Topics Per Page:
Posts Per Page:
Hot Threshold:
Default Style:{STYLE_SELECT}
Override user style:
Replaces users style with the default
{L_YES}   {L_NO}
Default Language:{LANG_SELECT}
Date Format:
{L_DATE_FORMAT_EXPLAIN}
System Timezone:{TIMEZONE_SELECT}
Enable GZip Compression: {L_YES}   {L_NO}
Enable Forum Pruning: {L_YES}   {L_NO}
User/Forum Ability Settings
Allow HTML: {L_YES}   {L_NO}
Allow BBCode: {L_YES}   {L_NO}
Allow Smilies: {L_YES}   {L_NO}
Smilies Storage Path:
Path under your phpBB root dir, e.g. images/smilies
Allow Signatures: {L_YES}   {L_NO}
Maximum signature length:
Number of characters allowed
Allow Name Change: {L_YES}   {L_NO}
Inbox limit: messages
Sentbox limit: messages
Savebox limit: messages
Avatar Settings
Allow local gallery avatars: {L_YES}   {L_NO}
Allow remote avatars:
Avatars linked from another website
{L_YES}   {L_NO}
Allow avatar uploading: {L_YES}   {L_NO}
Max. Avatar File Size:
For uploaded avatar files
Bytes
Max. Avatar Size:
(height x width) -
x
Avatar Storage Path:
Path under your phpBB root dir, e.g. images/avatars
Email Settings
Admin Email Address:
Email Signature:
This text will be attached to all emails the board sends
Use SMTP for delivery:
Say {L_YES} if you want or have to send email via a server instead of the local mail function
{L_YES}   {L_NO}
SMTP Server:
COPPA Settings
FAX Number:
Mailing Address:
Signed COPPA agreements will be mailed here
{S_HIDDEN_FIELDS} -
- -
diff --git a/phpBB/templates/PSO/admin/category_edit_body.tpl b/phpBB/templates/PSO/admin/category_edit_body.tpl deleted file mode 100644 index 512c3693f7..0000000000 --- a/phpBB/templates/PSO/admin/category_edit_body.tpl +++ /dev/null @@ -1,32 +0,0 @@ -
- -

Edit Category

- -

Use this form to modify a category.

- -
- - - - - -
- - - - - - - - - - -
Modify Category
Category Name:
- - - -
- -
- -
diff --git a/phpBB/templates/PSO/admin/db_utils_backup_body.tpl b/phpBB/templates/PSO/admin/db_utils_backup_body.tpl deleted file mode 100644 index 69ce54ccd0..0000000000 --- a/phpBB/templates/PSO/admin/db_utils_backup_body.tpl +++ /dev/null @@ -1,35 +0,0 @@ - -
- -

{L_DATABASE_BACKUP}

- -

{L_BACKUP_EXPLAIN}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
{L_BACKUP_OPTIONS}
{L_FULL_BACKUP}
{L_STRUCTURE_BACKUP}
{L_DATA_BACKUP}
{L_ADDITIONAL_TABLES}
{L_GZIP_COMPRESS}{L_NO}  {L_YES}
{S_HIDDEN_FIELDS}
diff --git a/phpBB/templates/PSO/admin/db_utils_restore_body.tpl b/phpBB/templates/PSO/admin/db_utils_restore_body.tpl deleted file mode 100644 index 23d8e6a3e6..0000000000 --- a/phpBB/templates/PSO/admin/db_utils_restore_body.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -
- -

{L_DATABASE_RESTORE}

- -

{L_RESTORE_EXPLAIN}

- - - - - - - - -
{L_SELECT_FILE}
   {S_HIDDEN_FIELDS} 
- -
diff --git a/phpBB/templates/PSO/admin/disallow_body.tpl b/phpBB/templates/PSO/admin/disallow_body.tpl deleted file mode 100644 index 5b25933753..0000000000 --- a/phpBB/templates/PSO/admin/disallow_body.tpl +++ /dev/null @@ -1,30 +0,0 @@ - -
- -

{L_DISALLOW_TITLE}

- -

{L_EXPLAIN_EXPLAIN}

- -
- - - - - - - - - - - - - - - - - -
{L_DEL_DISALLOW}
{L_USERNAME}: 
{L_DEL_EXPLAIN}
{S_DISALLOW_SELECT}  
{L_ADD_DISALLOW}
{L_USERNAME}: 
{L_ADD_EXPLAIN}
  
- -

{L_INFO}

- -
diff --git a/phpBB/templates/PSO/admin/forum_delete_body.tpl b/phpBB/templates/PSO/admin/forum_delete_body.tpl deleted file mode 100644 index 159b1880fa..0000000000 --- a/phpBB/templates/PSO/admin/forum_delete_body.tpl +++ /dev/null @@ -1,38 +0,0 @@ -
- -

Delete

- -

The form below will allow you to delete a forum/category and decide where you want to put all topics/forums inside that forum/category.

- -
- - - - - -
- - - - - - - - - - - - - - -
Delete
Name:{NAME}
Move everything to: - {S_SELECT_TO} -
- - - -
- -
- -
diff --git a/phpBB/templates/PSO/admin/forum_edit_body.tpl b/phpBB/templates/PSO/admin/forum_edit_body.tpl deleted file mode 100644 index dbe7241cbd..0000000000 --- a/phpBB/templates/PSO/admin/forum_edit_body.tpl +++ /dev/null @@ -1,71 +0,0 @@ -
- -

Edit Forum

- -

The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side.

- -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
General Forum Settings
Forum Name:
Description:
Category: - -
Forum Status: - -
Auto Pruning: - - - - - - - - - - - - - -
{L_ENABLED}
{L_PRUNE_DAYS}  {L_DAYS}
{L_PRUNE_FREQ}  {L_DAYS}
-
- - - -
- -
- -
diff --git a/phpBB/templates/PSO/admin/forum_prune_body.tpl b/phpBB/templates/PSO/admin/forum_prune_body.tpl deleted file mode 100644 index b2287dc108..0000000000 --- a/phpBB/templates/PSO/admin/forum_prune_body.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -
- -

{L_FORUM_PRUNE}

- -

{L_FORUM_PRUNE_EXPLAIN}

- -

{L_FORUM}: {FORUM_NAME}

- -
- - - - - - -
{S_PRUNE_DATA}
{S_HIDDEN_VARS}
diff --git a/phpBB/templates/PSO/admin/forum_prune_result_body.tpl b/phpBB/templates/PSO/admin/forum_prune_result_body.tpl deleted file mode 100644 index 4591f913cf..0000000000 --- a/phpBB/templates/PSO/admin/forum_prune_result_body.tpl +++ /dev/null @@ -1,23 +0,0 @@ - -
- -

{L_FORUM_PRUNE}

- -

{L_PRUNE_RESULT}

- - - - - - - - - - - - - - -
{L_FORUM}{L_TOPICS_PRUNED}{L_POSTS_PRUNED}
{prune_results.FORUM_NAME}{prune_results.FORUM_TOPICS}{prune_results.FORUM_POSTS}
- -
diff --git a/phpBB/templates/PSO/admin/forum_prune_select_body.tpl b/phpBB/templates/PSO/admin/forum_prune_select_body.tpl deleted file mode 100644 index c46a96a4e3..0000000000 --- a/phpBB/templates/PSO/admin/forum_prune_select_body.tpl +++ /dev/null @@ -1,15 +0,0 @@ - -
- -

{L_FORUM_PRUNE}

- -
- - - - - - -
{L_SELECT_FORUM}
{S_FORUMS_SELECT}   
- -
diff --git a/phpBB/templates/PSO/admin/forums_body.tpl b/phpBB/templates/PSO/admin/forums_body.tpl deleted file mode 100644 index 86fad48602..0000000000 --- a/phpBB/templates/PSO/admin/forums_body.tpl +++ /dev/null @@ -1,33 +0,0 @@ -

Use this page to manage your forums and categories

- - -{S_FORMSTART} -
- - - -
- - - - - - - - - {catrow.S_ADDCAT_ENDFORM} - - - - - {catrow.forumrow.S_ADDFORUM_ENDFORM} - - - - - - - - - -
{catrow.CAT_DESC}{catrow.S_ADDCAT}{catrow.CAT_EDIT}{catrow.CAT_DELETE}{catrow.CAT_UP} {catrow.CAT_DOWN} 
{catrow.forumrow.FOLDER}{catrow.forumrow.S_ADDFORUM}{catrow.forumrow.S_NEWFORUM}{catrow.forumrow.FORUM_NAME}
{catrow.forumrow.FORUM_DESC}
{catrow.forumrow.NUM_TOPICS}{catrow.forumrow.NUM_POSTS}{catrow.forumrow.FORUM_EDIT}{catrow.forumrow.FORUM_DELETE}{catrow.forumrow.FORUM_UP} {catrow.forumrow.FORUM_DOWN}{catrow.forumrow.FORUM_SYNC}
diff --git a/phpBB/templates/PSO/admin/group_edit_body.tpl b/phpBB/templates/PSO/admin/group_edit_body.tpl deleted file mode 100644 index 0b99c7ab6e..0000000000 --- a/phpBB/templates/PSO/admin/group_edit_body.tpl +++ /dev/null @@ -1,53 +0,0 @@ - -

{L_GROUP_TITLE}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{L_GROUP_EDIT_DELETE}
{L_ITEMS_REQUIRED}
{L_GROUP_NAME}: - -
{L_GROUP_DESCRIPTION}: - -
{L_GROUP_MODERATOR}:{S_SELECT_MODERATORS}
{L_DELETE_MODERATOR} -
- {L_DELETE_MODERATOR_EXPLAIN}
- - {L_YES}
{L_GROUP_STATUS}: - {L_GROUP_OPEN}    {L_GROUP_CLOSED}    {L_GROUP_HIDDEN}
{L_GROUP_DELETE}: - - {L_GROUP_DELETE_CHECK}
- -    - -
{S_HIDDEN_FIELDS}
diff --git a/phpBB/templates/PSO/admin/group_select_body.tpl b/phpBB/templates/PSO/admin/group_select_body.tpl deleted file mode 100644 index 668779c20d..0000000000 --- a/phpBB/templates/PSO/admin/group_select_body.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -

{L_GROUP_TITLE}

- -

{L_GROUP_EXPLAIN}

- -
- - - - - - - - - - -
{L_GROUP_SELECT}
{S_GROUP_SELECT}   
diff --git a/phpBB/templates/PSO/admin/index.htm b/phpBB/templates/PSO/admin/index.htm deleted file mode 100644 index ee1f723a7d..0000000000 --- a/phpBB/templates/PSO/admin/index.htm +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/phpBB/templates/PSO/admin/index_body.tpl b/phpBB/templates/PSO/admin/index_body.tpl deleted file mode 100644 index 1b03e07571..0000000000 --- a/phpBB/templates/PSO/admin/index_body.tpl +++ /dev/null @@ -1,78 +0,0 @@ - -
- -

{L_WELCOME}

- -

{L_ADMIN_INTRO}

- -

{L_FORUM_STATS}

- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{L_STATISTIC}{L_VALUE}{L_STATISTIC}{L_VALUE}
{L_NUMBER_POSTS}:{NUMBER_OF_POSTS}{L_POSTS_PER_DAY}:{POSTS_PER_DAY}
{L_NUMBER_TOPICS}:{NUMBER_OF_TOPICS}{L_TOPICS_PER_DAY}:{TOPICS_PER_DAY}
{L_NUMBER_USERS}:{NUMBER_OF_USERS}{L_USERS_PER_DAY}:{USERS_PER_DAY}
{L_BOARD_STARTED}:{START_DATE}{L_AVATAR_DIR_SIZE}:{AVATAR_DIR_SIZE}
{L_DB_SIZE}:{DB_SIZE}  
-
- -

{L_WHO_IS_ONLINE}

- - - - - -
- - - - - - - - - - - - - - -
 {L_USERNAME}  {L_LAST_UPDATE}  {L_LOCATION}  {L_IP_ADDRESS} 
 {userrow.USERNAME}  {userrow.LASTUPDATE}  {userrow.LOCATION}  {userrow.IP_ADDRESS} 
- -
diff --git a/phpBB/templates/PSO/admin/index_frameset.tpl b/phpBB/templates/PSO/admin/index_frameset.tpl deleted file mode 100644 index 64efee3f7d..0000000000 --- a/phpBB/templates/PSO/admin/index_frameset.tpl +++ /dev/null @@ -1,17 +0,0 @@ - - -phpBB Administration - - - - - - - - - <body bgcolor="#FFFFFF" text="#000000"> - <p>Sorry, your browser doesn't seem to support frames</p> - </body> - - - \ No newline at end of file diff --git a/phpBB/templates/PSO/admin/index_navigate.tpl b/phpBB/templates/PSO/admin/index_navigate.tpl deleted file mode 100644 index 1da2382cc7..0000000000 --- a/phpBB/templates/PSO/admin/index_navigate.tpl +++ /dev/null @@ -1,28 +0,0 @@ - - -
phpBB2
- - - - - - - - - - - - - - - - - - - - - -
{L_ADMIN_INDEX}
{L_FORUM_INDEX}
{L_PREVIEW_FORUM}
{catrow.ADMIN_CATEGORY}
{catrow.modulerow.ADMIN_MODULE}
- - - \ No newline at end of file diff --git a/phpBB/templates/PSO/admin/page_footer.tpl b/phpBB/templates/PSO/admin/page_footer.tpl deleted file mode 100644 index 157c661150..0000000000 --- a/phpBB/templates/PSO/admin/page_footer.tpl +++ /dev/null @@ -1,25 +0,0 @@ - - -
-Powered By phpBB {PHPBB_VERSION} © 2001 phpBB Group -
- -
- - - \ No newline at end of file diff --git a/phpBB/templates/PSO/admin/page_header.tpl b/phpBB/templates/PSO/admin/page_header.tpl deleted file mode 100644 index 62343a7c67..0000000000 --- a/phpBB/templates/PSO/admin/page_header.tpl +++ /dev/null @@ -1,43 +0,0 @@ - - - -{META} - -phpBB - {SITENAME} - - - diff --git a/phpBB/templates/PSO/admin/ranks_edit_body.tpl b/phpBB/templates/PSO/admin/ranks_edit_body.tpl deleted file mode 100644 index d519f1af7d..0000000000 --- a/phpBB/templates/PSO/admin/ranks_edit_body.tpl +++ /dev/null @@ -1,38 +0,0 @@ - -
- - - - - - -{S_HIDDEN_FIELDS} -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
{L_RANKS_TITLE}
{L_RANKS_TEXT}
{L_RANK_TITLE}:
{L_RANK_SPECIAL}{L_YES}    {L_NO}
{L_RANK_MAXIMUM}:
{L_RANK_MINIMUM}:
{L_RANK_IMAGE}:
- {L_RANK_IMAGE_EXPLAIN}

{IMAGE_DISPLAY}
  
\ No newline at end of file diff --git a/phpBB/templates/PSO/admin/ranks_list_body.tpl b/phpBB/templates/PSO/admin/ranks_list_body.tpl deleted file mode 100644 index 42be978723..0000000000 --- a/phpBB/templates/PSO/admin/ranks_list_body.tpl +++ /dev/null @@ -1,27 +0,0 @@ -
- -

{L_RANKS_TITLE}

- -

{L_RANKS_TEXT}

- - - - - - - - - - - - - - - - - - - -
{L_RANK}{L_SPECIAL_RANK}{L_EDIT}{L_DELETE}
{ranks.RANK}{ranks.SPECIAL_RANK}{L_EDIT}{L_DELETE}
{L_ADD_RANK}
- -
\ No newline at end of file diff --git a/phpBB/templates/PSO/admin/smile_edit_body.tpl b/phpBB/templates/PSO/admin/smile_edit_body.tpl deleted file mode 100644 index 0d6e9d3e61..0000000000 --- a/phpBB/templates/PSO/admin/smile_edit_body.tpl +++ /dev/null @@ -1,38 +0,0 @@ - -
- -

{L_SMILEY_TITLE}

- -

{L_SMILEY_EXPLAIN}

- - - -
- - - - - - - - - - - - - - - - - - -
{L_SMILEY_CONFIG}
{L_SMILEY_CODE}
{L_SMILEY_URL}    
{L_SMILEY_EMOTION}
{S_HIDDEN_FIELDS}
diff --git a/phpBB/templates/PSO/admin/smile_list_body.tpl b/phpBB/templates/PSO/admin/smile_list_body.tpl deleted file mode 100644 index 645ce4a6a4..0000000000 --- a/phpBB/templates/PSO/admin/smile_list_body.tpl +++ /dev/null @@ -1,27 +0,0 @@ - -
- -

{L_SMILEY_TITLE}

- -

{L_SMILEY_TEXT}

- -
- - - - - - - - - - - - - - - - - - -
{L_CODE}{L_SMILE}{L_EMOT}{L_ACTION}
{smiles.CODE}{smiles.CODE}{smiles.EMOT}{L_EDIT}{L_DELETE}
{S_HIDDEN_FIELDS}
diff --git a/phpBB/templates/PSO/admin/smile_result_body.tpl b/phpBB/templates/PSO/admin/smile_result_body.tpl deleted file mode 100644 index a0c9b5bfc0..0000000000 --- a/phpBB/templates/PSO/admin/smile_result_body.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -

- - - - - -
- - - - - - -
{L_SMILEY_TITLE}
{L_SMILEY_ACTION}
{L_SMILEY_TEXT}
- -
diff --git a/phpBB/templates/PSO/admin/styles_addnew_body.tpl b/phpBB/templates/PSO/admin/styles_addnew_body.tpl deleted file mode 100644 index 6240a7986c..0000000000 --- a/phpBB/templates/PSO/admin/styles_addnew_body.tpl +++ /dev/null @@ -1,19 +0,0 @@ - -

{L_STYLES_TITLE}

- -

{L_STYLES_ADD_TEXT}

- - - - - - - - - - - - - - -
{L_STYLE}{L_TEMPLATE}{L_ACTION}
{styles.STYLE_NAME}{styles.TEMPLATE_NAME}{L_INSTALL}
diff --git a/phpBB/templates/PSO/admin/styles_edit_body.tpl b/phpBB/templates/PSO/admin/styles_edit_body.tpl deleted file mode 100644 index 560b63e331..0000000000 --- a/phpBB/templates/PSO/admin/styles_edit_body.tpl +++ /dev/null @@ -1,241 +0,0 @@ - -

{L_THEMES_TITLE}

- -

{L_THEMES_EXPLAIN}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{L_THEME_SETTINGS}
{L_THEME_NAME}:
{L_TEMPLATE}:{S_TEMPLATE_SELECT}
{L_THEME_ELEMENT}{L_VALUE}{L_SIMPLE_NAME}
{L_STYLESHEET}:
Filename for CSS stylesheet to use for this theme.
 
{L_BACKGROUND_IMAGE}: 
{L_BACKGROUND_COLOR}: 
{L_BODY_LINK}: 
{L_BODY_VLINK}: 
{L_BODY_ALINK}: 
{L_BODY_HLINK}: 
{L_TR_COLOR1}: -
{L_TR_COLOR2}: -
{L_TR_COLOR3}: -
{L_TR_CLASS1}: -
{L_TR_CLASS2}: -
{L_TR_CLASS3}: -
{L_TH_COLOR1}: -
{L_TH_COLOR2}: -
{L_TH_COLOR3}: -
{L_TH_CLASS1}: -
{L_TH_CLASS2}: -
{L_TD_CLASS3}: -
{L_TD_COLOR1}: -
{L_TD_COLOR2}: -
{L_TD_COLOR3}: -
{L_TD_CLASS1}: -
{L_TD_CLASS2}: -
{L_TD_CLASS3}: -
{L_FONTFACE_1}: -
{L_FONTFACE_2}: -
{L_FONTFACE_3}: -
{L_FONTSIZE_1}: -
{L_FONTSIZE_2}: -
{L_FONTSIZE_3}: -
{L_FONTCOLOR_1}: -
{L_FONTCOLOR_2}: -
{L_FONTCOLOR_3}: -
{L_SPAN_CLASS_1}: -
{L_SPAN_CLASS_2}: -
{L_SPAN_CLASS_3}: -
{S_HIDDEN_FIELDS} -
- -
diff --git a/phpBB/templates/PSO/admin/styles_exporter.tpl b/phpBB/templates/PSO/admin/styles_exporter.tpl deleted file mode 100644 index 2056260b7e..0000000000 --- a/phpBB/templates/PSO/admin/styles_exporter.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -

{L_STYLE_EXPORTER}

- -

{L_EXPORTER_EXPLAIN}

- -
- - - - - - - -
{L_TEMPLATE_SELECT}
{S_TEMPLATE_SELECT}   
diff --git a/phpBB/templates/PSO/admin/styles_list_body.tpl b/phpBB/templates/PSO/admin/styles_list_body.tpl deleted file mode 100644 index 915fe49312..0000000000 --- a/phpBB/templates/PSO/admin/styles_list_body.tpl +++ /dev/null @@ -1,21 +0,0 @@ - -

{L_STYLES_TITLE}

- -

{L_STYLES_TEXT}

- - - - - - - - - - - - - - - - -
{L_STYLE}{L_TEMPLATE}{L_EDIT}{L_DELETE}
{styles.STYLE_NAME}{styles.TEMPLATE_NAME}{L_EDIT}{L_DELETE}
diff --git a/phpBB/templates/PSO/admin/user_ban_body.tpl b/phpBB/templates/PSO/admin/user_ban_body.tpl deleted file mode 100644 index fa90dd7fe4..0000000000 --- a/phpBB/templates/PSO/admin/user_ban_body.tpl +++ /dev/null @@ -1,37 +0,0 @@ - -
- -

{L_BAN_TITLE}

- -

{L_BAN_EXPLAIN}

- -
- - - - - - - - - - - - - - - - - - - - - - - - -
{L_BAN_USER}
{L_USERNAME}: 
{L_BAN_USER_EXPLAIN}
{S_USERLIST_SELECT}
{L_BAN_IP}
{L_IP_OR_HOSTNAME}: 
{L_BAN_IP_EXPLAIN}
{L_BAN_EMAIL}
{L_EMAIL_ADDRESS}: 
{L_BAN_EMAIL_EXPLAIN}
{S_HIDDEN_FIELDS}  
- -

{L_BAN_EXPLAIN_WARN}

- -
diff --git a/phpBB/templates/PSO/admin/user_edit_body.tpl b/phpBB/templates/PSO/admin/user_edit_body.tpl deleted file mode 100644 index 54a9e2dfce..0000000000 --- a/phpBB/templates/PSO/admin/user_edit_body.tpl +++ /dev/null @@ -1,150 +0,0 @@ -
- -

{L_USER_TITLE}

- -

{L_USER_EXPLAIN}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{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_PRIVMSG}: {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_SPECIAL}
{L_SPECIAL_EXPLAIN}
{L_USER_ACTIVE}: {L_YES}   {L_NO}
{L_ALLOW_PM}: {L_YES}   {L_NO}
{L_ALLOW_AVATAR}: {L_YES}   {L_NO}
{L_SELECT_RANK}:
{L_DELETE_USER}?{L_DELETE_USER_EXPLAIN}
{S_HIDDEN_FIELDS}  
diff --git a/phpBB/templates/PSO/admin/user_email.tpl b/phpBB/templates/PSO/admin/user_email.tpl deleted file mode 100644 index 63605aedb9..0000000000 --- a/phpBB/templates/PSO/admin/user_email.tpl +++ /dev/null @@ -1,34 +0,0 @@ -
-{L_NOTICE} -
- -

{L_EMAIL_TITLE}

- -

{L_EMAIL_EXPLAIN}

- - - - - - - - - - - - - - - - - - - - - - -
{L_COMPOSE}
{L_GROUP_SELECT}   {S_GROUP_SELECT}
{L_EMAIL_SUBJECT}    
{L_EMAIL_MSG}
- -
 
- -
diff --git a/phpBB/templates/PSO/admin/user_select_body.tpl b/phpBB/templates/PSO/admin/user_select_body.tpl deleted file mode 100644 index b799938d8f..0000000000 --- a/phpBB/templates/PSO/admin/user_select_body.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -
- -

{L_USER_TITLE}

- -

{L_USER_EXPLAIN}

- - - - - - - - -
{L_USER_SELECT}
{S_USER_SELECT}   
- -
diff --git a/phpBB/templates/PSO/admin/user_unban_body.tpl b/phpBB/templates/PSO/admin/user_unban_body.tpl deleted file mode 100644 index 1534b68d25..0000000000 --- a/phpBB/templates/PSO/admin/user_unban_body.tpl +++ /dev/null @@ -1,35 +0,0 @@ - -
- -

{L_BAN_TITLE}

- -

{L_BAN_EXPLAIN}

- -
- - - - - - - - - - - - - - - - - - - - - - - - -
{L_BAN_USER}
{L_USERNAME}: 
{L_BAN_USER_EXPLAIN}
{S_USERLIST_SELECT}
{L_BAN_IP}
{L_IP_OR_HOSTNAME}: 
{L_BAN_IP_EXPLAIN}
{S_IPLIST_SELECT}
{L_BAN_EMAIL}
{L_EMAIL_ADDRESS}: 
{L_BAN_EMAIL_EXPLAIN}
{S_EMAILLIST_SELECT}
{S_HIDDEN_FIELDS}  
- -
diff --git a/phpBB/templates/PSO/admin/words_edit_body.tpl b/phpBB/templates/PSO/admin/words_edit_body.tpl deleted file mode 100755 index b3312a9198..0000000000 --- a/phpBB/templates/PSO/admin/words_edit_body.tpl +++ /dev/null @@ -1,23 +0,0 @@ - -
- -

{L_WORDS_TITLE}

- -

{L_WORDS_TEXT}

- -
- - - - - - - - - - - - - - -
{L_WORD_CENSOR}
{L_WORD}
{L_REPLACEMENT}
{S_HIDDEN_FIELDS}
diff --git a/phpBB/templates/PSO/admin/words_list_body.tpl b/phpBB/templates/PSO/admin/words_list_body.tpl deleted file mode 100755 index 74db85cfc2..0000000000 --- a/phpBB/templates/PSO/admin/words_list_body.tpl +++ /dev/null @@ -1,25 +0,0 @@ - -
- -

{L_WORDS_TITLE}

- -

{L_WORDS_TEXT}

- -
- - - - - - - - - - - - - - - - -
{L_WORD}{L_REPLACEMENT}{L_ACTION}
{words.WORD}{words.REPLACEMENT}{L_EDIT}{L_DELETE}
{S_HIDDEN_FIELDS}