From 1a2f4d993125be037292af1ae8b22375418cf2dc Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 11 Nov 2015 08:58:19 +0100 Subject: [PATCH] [ticket/658] Remove subsilver2 from master branch B3P-658 --- .../overall_footer_breadcrumb_prepend.html | 1 - .../event/overall_footer_content_after.html | 21 -- .../overall_header_breadcrumb_prepend.html | 1 - .../event/overall_header_content_before.html | 22 -- .../event/overall_header_head_append.html | 1 - .../template/portal/_block_config.html | 33 --- styles/subsilver2/template/portal/index.html | 7 - .../portal/modules/announcements_center.html | 81 ------ .../modules/announcements_center_compact.html | 68 ------ .../portal/modules/attachments_center.html | 19 -- .../portal/modules/attachments_side.html | 19 -- .../portal/modules/birthdays_side.html | 43 ---- .../portal/modules/calendar_side.html | 88 ------- .../template/portal/modules/clock_side.html | 48 ---- .../portal/modules/custom_center.html | 11 - .../template/portal/modules/custom_side.html | 11 - .../portal/modules/donation_center.html | 38 --- .../portal/modules/donation_side.html | 29 --- .../template/portal/modules/forumlist.html | 13 - .../template/portal/modules/friends_side.html | 22 -- .../template/portal/modules/index.html | 7 - .../portal/modules/jquery_easing_1_3.js | 205 ---------------- .../template/portal/modules/jumpbox.html | 19 -- .../portal/modules/latest_bots_side.html | 12 - .../portal/modules/latest_members_side.html | 24 -- .../portal/modules/leaders_ext_side.html | 28 --- .../template/portal/modules/leaders_side.html | 48 ---- .../template/portal/modules/link_us_side.html | 10 - .../template/portal/modules/links_side.html | 21 -- .../portal/modules/login_box_side.html | 26 -- .../portal/modules/main_menu_side.html | 28 --- .../template/portal/modules/news_center.html | 72 ------ .../portal/modules/news_compact_center.html | 66 ----- .../template/portal/modules/poll_center.html | 77 ------ .../template/portal/modules/poll_side.html | 77 ------ .../template/portal/modules/portal_clock.js | 180 -------------- .../portal/modules/random_member_side.html | 27 -- .../portal/modules/recent_center.html | 34 --- .../template/portal/modules/search_side.html | 83 ------- .../portal/modules/statistics_side.html | 24 -- .../portal/modules/stylechanger_side.html | 13 - .../portal/modules/topposters_side.html | 24 -- .../portal/modules/user_menu_side.html | 87 ------- .../portal/modules/welcome_center.html | 11 - .../portal/modules/whois_online_center.html | 19 -- .../portal/modules/whois_online_side.html | 7 - .../template/portal/portal_body.html | 104 -------- .../theme/images/portal/arrowbullet.gif | Bin 102 -> 0 bytes .../theme/images/portal/arrowbullet_rtl.gif | Bin 103 -> 0 bytes .../theme/images/portal/icon_topic_attach.gif | Bin 144 -> 0 bytes .../theme/images/portal/spacer_down.png | Bin 148 -> 0 bytes .../theme/images/portal/spacer_up.png | Bin 148 -> 0 bytes styles/subsilver2/theme/portal.css | 231 ------------------ 53 files changed, 2140 deletions(-) delete mode 100644 styles/subsilver2/template/event/overall_footer_breadcrumb_prepend.html delete mode 100644 styles/subsilver2/template/event/overall_footer_content_after.html delete mode 100644 styles/subsilver2/template/event/overall_header_breadcrumb_prepend.html delete mode 100644 styles/subsilver2/template/event/overall_header_content_before.html delete mode 100644 styles/subsilver2/template/event/overall_header_head_append.html delete mode 100644 styles/subsilver2/template/portal/_block_config.html delete mode 100644 styles/subsilver2/template/portal/index.html delete mode 100644 styles/subsilver2/template/portal/modules/announcements_center.html delete mode 100644 styles/subsilver2/template/portal/modules/announcements_center_compact.html delete mode 100644 styles/subsilver2/template/portal/modules/attachments_center.html delete mode 100644 styles/subsilver2/template/portal/modules/attachments_side.html delete mode 100644 styles/subsilver2/template/portal/modules/birthdays_side.html delete mode 100644 styles/subsilver2/template/portal/modules/calendar_side.html delete mode 100644 styles/subsilver2/template/portal/modules/clock_side.html delete mode 100644 styles/subsilver2/template/portal/modules/custom_center.html delete mode 100644 styles/subsilver2/template/portal/modules/custom_side.html delete mode 100644 styles/subsilver2/template/portal/modules/donation_center.html delete mode 100644 styles/subsilver2/template/portal/modules/donation_side.html delete mode 100644 styles/subsilver2/template/portal/modules/forumlist.html delete mode 100644 styles/subsilver2/template/portal/modules/friends_side.html delete mode 100644 styles/subsilver2/template/portal/modules/index.html delete mode 100644 styles/subsilver2/template/portal/modules/jquery_easing_1_3.js delete mode 100644 styles/subsilver2/template/portal/modules/jumpbox.html delete mode 100644 styles/subsilver2/template/portal/modules/latest_bots_side.html delete mode 100644 styles/subsilver2/template/portal/modules/latest_members_side.html delete mode 100644 styles/subsilver2/template/portal/modules/leaders_ext_side.html delete mode 100644 styles/subsilver2/template/portal/modules/leaders_side.html delete mode 100644 styles/subsilver2/template/portal/modules/link_us_side.html delete mode 100644 styles/subsilver2/template/portal/modules/links_side.html delete mode 100644 styles/subsilver2/template/portal/modules/login_box_side.html delete mode 100644 styles/subsilver2/template/portal/modules/main_menu_side.html delete mode 100644 styles/subsilver2/template/portal/modules/news_center.html delete mode 100644 styles/subsilver2/template/portal/modules/news_compact_center.html delete mode 100644 styles/subsilver2/template/portal/modules/poll_center.html delete mode 100644 styles/subsilver2/template/portal/modules/poll_side.html delete mode 100644 styles/subsilver2/template/portal/modules/portal_clock.js delete mode 100644 styles/subsilver2/template/portal/modules/random_member_side.html delete mode 100644 styles/subsilver2/template/portal/modules/recent_center.html delete mode 100644 styles/subsilver2/template/portal/modules/search_side.html delete mode 100644 styles/subsilver2/template/portal/modules/statistics_side.html delete mode 100644 styles/subsilver2/template/portal/modules/stylechanger_side.html delete mode 100644 styles/subsilver2/template/portal/modules/topposters_side.html delete mode 100644 styles/subsilver2/template/portal/modules/user_menu_side.html delete mode 100644 styles/subsilver2/template/portal/modules/welcome_center.html delete mode 100644 styles/subsilver2/template/portal/modules/whois_online_center.html delete mode 100644 styles/subsilver2/template/portal/modules/whois_online_side.html delete mode 100644 styles/subsilver2/template/portal/portal_body.html delete mode 100644 styles/subsilver2/theme/images/portal/arrowbullet.gif delete mode 100644 styles/subsilver2/theme/images/portal/arrowbullet_rtl.gif delete mode 100644 styles/subsilver2/theme/images/portal/icon_topic_attach.gif delete mode 100644 styles/subsilver2/theme/images/portal/spacer_down.png delete mode 100644 styles/subsilver2/theme/images/portal/spacer_up.png delete mode 100644 styles/subsilver2/theme/portal.css diff --git a/styles/subsilver2/template/event/overall_footer_breadcrumb_prepend.html b/styles/subsilver2/template/event/overall_footer_breadcrumb_prepend.html deleted file mode 100644 index c21881ad..00000000 --- a/styles/subsilver2/template/event/overall_footer_breadcrumb_prepend.html +++ /dev/null @@ -1 +0,0 @@ -{L_PORTAL} » diff --git a/styles/subsilver2/template/event/overall_footer_content_after.html b/styles/subsilver2/template/event/overall_footer_content_after.html deleted file mode 100644 index 8a605a3f..00000000 --- a/styles/subsilver2/template/event/overall_footer_content_after.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/styles/subsilver2/template/event/overall_header_breadcrumb_prepend.html b/styles/subsilver2/template/event/overall_header_breadcrumb_prepend.html deleted file mode 100644 index c21881ad..00000000 --- a/styles/subsilver2/template/event/overall_header_breadcrumb_prepend.html +++ /dev/null @@ -1 +0,0 @@ -{L_PORTAL} » diff --git a/styles/subsilver2/template/event/overall_header_content_before.html b/styles/subsilver2/template/event/overall_header_content_before.html deleted file mode 100644 index 9e92cb07..00000000 --- a/styles/subsilver2/template/event/overall_header_content_before.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - -
- - - - - - - - - - - - diff --git a/styles/subsilver2/template/event/overall_header_head_append.html b/styles/subsilver2/template/event/overall_header_head_append.html deleted file mode 100644 index bac281c9..00000000 --- a/styles/subsilver2/template/event/overall_header_head_append.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/styles/subsilver2/template/portal/_block_config.html b/styles/subsilver2/template/portal/_block_config.html deleted file mode 100644 index 66056f15..00000000 --- a/styles/subsilver2/template/portal/_block_config.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/styles/subsilver2/template/portal/index.html b/styles/subsilver2/template/portal/index.html deleted file mode 100644 index c3c1935f..00000000 --- a/styles/subsilver2/template/portal/index.html +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/announcements_center.html b/styles/subsilver2/template/portal/modules/announcements_center.html deleted file mode 100644 index d87616e0..00000000 --- a/styles/subsilver2/template/portal/modules/announcements_center.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} - - - - - -
- - {L_NO_ANNOUNCEMENTS} - - - - - - - - - - - -
- - {NEWEST_POST_IMG}{READ_POST_IMG} {announcements.center_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL}{L_COLON} {announcements.center_row.TITLE} -
- - {L_POSTED} {L_POST_BY_AUTHOR}{L_COLON} {announcements.center_row.POSTER_FULL} » {announcements.center_row.TIME} - - - {L_FORUM}{L_COLON} {announcements.center_row.FORUM_NAME} - - {L_GLOBAL_ANNOUNCEMENT} - - -

-
- {announcements.center_row.TEXT} -
- -

- - - - - - - - - - -
{L_ATTACHMENTS}{L_COLON}
{announcements.center_row.attachment.DISPLAY_ATTACHMENT}
- -

- [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} {announcements.center_row.PAGINATION} ] -
- {L_TOPIC_VIEWS}{L_COLON} {announcements.center_row.TOPIC_VIEWS}  •  {L_COMMENTS}{L_COLON} {announcements.center_row.REPLIES}  •  {L_POST_REPLY} - {announcements.center_row.OPEN}{announcements.center_row.L_READ_FULL}{announcements.center_row.CLOSE} {L_BACK_TO_TOP} -
-
- -
- - - - -
- {announcements.TOTAL_ANNOUNCEMENTS} - • {announcements.AP_PAGE_NUMBER} • {announcements.AP_PAGINATION} • {announcements.AP_PAGE_NUMBER} -
- - -
- -{$C_BLOCK_F_L}{$C_BLOCK_F_R} - - - - diff --git a/styles/subsilver2/template/portal/modules/announcements_center_compact.html b/styles/subsilver2/template/portal/modules/announcements_center_compact.html deleted file mode 100644 index e994998a..00000000 --- a/styles/subsilver2/template/portal/modules/announcements_center_compact.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - -{$C_BLOCK_H_L}{$TITLE} {$C_BLOCK_H_R} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- {L_NO_ANNOUNCEMENTS} -
{announcements.center_row.TOPIC_FOLDER_IMG} - [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} {announcements.center_row.PAGINATION} ] - {announcements.center_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL}{L_COLON} {announcements.center_row.TITLE} -

{L_POSTED} {L_POST_BY_AUTHOR} {announcements.center_row.POSTER_FULL} » {announcements.center_row.TIME} - -
{L_FORUM}{L_COLON} {announcements.center_row.FORUM_NAME} - - {L_GLOBAL_ANNOUNCEMENT} - - {L_REPLIES}{L_COLON} {announcements.center_row.REPLIES} • {L_VIEWS}{L_COLON} {announcements.center_row.TOPIC_VIEWS} -

-

{announcements.center_row.REPLIES}

{announcements.center_row.TOPIC_VIEWS}

-

{announcements.center_row.LAST_POST_TIME}

-

{announcements.center_row.USERNAME_FULL_LAST} - {NEWEST_POST_IMG}{READ_POST_IMG} -

-
{TOTAL_ANNOUNCEMENTS} - • {announcements.AP_PAGE_NUMBER} • {announcements.AP_PAGINATION} • {announcements.AP_PAGE_NUMBER}
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} - - - - diff --git a/styles/subsilver2/template/portal/modules/attachments_center.html b/styles/subsilver2/template/portal/modules/attachments_center.html deleted file mode 100644 index 8f9b34f1..00000000 --- a/styles/subsilver2/template/portal/modules/attachments_center.html +++ /dev/null @@ -1,19 +0,0 @@ -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} - - - - -
- - {L_FILENAME}
- -  {attach_center.FILENAME}
- {L_FILESIZE}{L_COLON}{attach_center.FILESIZE}
- {L_DOWNLOADS}{L_COLON}{attach_center.DOWNLOAD_COUNT}
-
- - - {L_NO_ATTACHMENTS} - -
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/attachments_side.html b/styles/subsilver2/template/portal/modules/attachments_side.html deleted file mode 100644 index 44861b71..00000000 --- a/styles/subsilver2/template/portal/modules/attachments_side.html +++ /dev/null @@ -1,19 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - -
- - {L_FILENAME}
- -  {attach_side.FILENAME}
- {L_FILESIZE}{L_COLON}{attach_side.FILESIZE}
- {L_DOWNLOADS}{L_COLON}{attach_side.DOWNLOAD_COUNT}
-
- - - {L_NO_ATTACHMENTS} - -
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/birthdays_side.html b/styles/subsilver2/template/portal/modules/birthdays_side.html deleted file mode 100644 index a9a4b2e5..00000000 --- a/styles/subsilver2/template/portal/modules/birthdays_side.html +++ /dev/null @@ -1,43 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - - - - - - -
- - {L_CONGRATULATIONS}{L_COLON}
- - - - {board3_birthday_list.USER} - - - {board3_birthday_list.AGE} -
- - - {L_NO_BIRTHDAYS} - -
- {L_BIRTHDAYS_AHEAD}{L_COLON} -
- - - - - {board3_birthday_ahead_list.USER} - - - {board3_birthday_ahead_list.AGE} -
- - - {L_NO_BIRTHDAYS_AHEAD} - -
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} diff --git a/styles/subsilver2/template/portal/modules/calendar_side.html b/styles/subsilver2/template/portal/modules/calendar_side.html deleted file mode 100644 index 7c10b661..00000000 --- a/styles/subsilver2/template/portal/modules/calendar_side.html +++ /dev/null @@ -1,88 +0,0 @@ - - - -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
{minical.U_NEXT_MONTH}{minical.U_PREV_MONTH}{minical.L_MINI_CAL_MONTH}{minical.U_PREV_MONTH}{minical.U_NEXT_MONTH}
{minical.L_MINI_CAL_SUN}{minical.L_MINI_CAL_MON}{minical.L_MINI_CAL_TUE}{minical.L_MINI_CAL_WED}{minical.L_MINI_CAL_THU}{minical.L_MINI_CAL_FRI}{minical.L_MINI_CAL_SAT}{minical.L_MINI_CAL_SUN}
{minical.mini_cal_row.mini_cal_days.MINI_CAL_DAY}
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
{L_CURRENT_EVENTS}{L_COLON}
- onclick="window.open('{minical.cur_events.EVENT_URL}'); return false;"> - {minical.cur_events.EVENT_TITLE}{L_COLON}
- {L_EVENT_TIME}{L_COLON} {minical.cur_events.START_TIME}
- {L_EVENT_START}{L_COLON} {minical.cur_events.START_TIME}
{L_EVENT_END}{L_COLON} {minical.cur_events.END_TIME}
- {L_EVENT_ALL_DAY}
- - {minical.cur_events.EVENT_DESC} -
-
{L_NO_CUR_EVENTS}
{L_UPCOMING_EVENTS}{L_COLON}
- onclick="window.open('{minical.upcoming_events.EVENT_URL}'); return false;"> - {minical.upcoming_events.EVENT_TITLE}{L_COLON}
- {L_EVENT_TIME}{L_COLON} {minical.upcoming_events.START_TIME}
- {L_EVENT_START}{L_COLON} {minical.upcoming_events.START_TIME}
{L_EVENT_END}{L_COLON} {minical.upcoming_events.END_TIME}
- {L_EVENT_TIME}{L_COLON} {minical.upcoming_events.START_TIME}
{L_EVENT_ALL_DAY}
- - {minical.upcoming_events.EVENT_DESC} -
-
{L_NO_UPCOMING_EVENTS}
- -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} - - \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/clock_side.html b/styles/subsilver2/template/portal/modules/clock_side.html deleted file mode 100644 index 0eeb4bab..00000000 --- a/styles/subsilver2/template/portal/modules/clock_side.html +++ /dev/null @@ -1,48 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - - -
- - - - -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} diff --git a/styles/subsilver2/template/portal/modules/custom_center.html b/styles/subsilver2/template/portal/modules/custom_center.html deleted file mode 100644 index 5021d1d0..00000000 --- a/styles/subsilver2/template/portal/modules/custom_center.html +++ /dev/null @@ -1,11 +0,0 @@ -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} - - - - -
-
- {$CUSTOM_CODE} -
-
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/custom_side.html b/styles/subsilver2/template/portal/modules/custom_side.html deleted file mode 100644 index 04e4d048..00000000 --- a/styles/subsilver2/template/portal/modules/custom_side.html +++ /dev/null @@ -1,11 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - -
-
- {$CUSTOM_CODE} -
-
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/donation_center.html b/styles/subsilver2/template/portal/modules/donation_center.html deleted file mode 100644 index e717c632..00000000 --- a/styles/subsilver2/template/portal/modules/donation_center.html +++ /dev/null @@ -1,38 +0,0 @@ -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} - - - - -
- - - - -
- {SITENAME} {L_DONATION_TEXT} -
-
 
-
- - - - - - - - - - - - - -
-
- {L_PAY_MSG} -
-
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/donation_side.html b/styles/subsilver2/template/portal/modules/donation_side.html deleted file mode 100644 index 80399275..00000000 --- a/styles/subsilver2/template/portal/modules/donation_side.html +++ /dev/null @@ -1,29 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - -
-
-
- - - - - - - - - - - - - -
-
-
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/forumlist.html b/styles/subsilver2/template/portal/modules/forumlist.html deleted file mode 100644 index f13b98ea..00000000 --- a/styles/subsilver2/template/portal/modules/forumlist.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - -
- -
\ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/friends_side.html b/styles/subsilver2/template/portal/modules/friends_side.html deleted file mode 100644 index 1a375384..00000000 --- a/styles/subsilver2/template/portal/modules/friends_side.html +++ /dev/null @@ -1,22 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - -
- {L_FRIENDS_ONLINE}
- - {b3p_friends_online.USERNAME_FULL}
- - {L_NO_FRIENDS_ONLINE} -
- -
- {L_FRIENDS_OFFLINE}
- - {b3p_friends_offline.USERNAME_FULL}
- - {L_NO_FRIENDS_OFFLINE} - -
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/index.html b/styles/subsilver2/template/portal/modules/index.html deleted file mode 100644 index c3c1935f..00000000 --- a/styles/subsilver2/template/portal/modules/index.html +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/jquery_easing_1_3.js b/styles/subsilver2/template/portal/modules/jquery_easing_1_3.js deleted file mode 100644 index ef743210..00000000 --- a/styles/subsilver2/template/portal/modules/jquery_easing_1_3.js +++ /dev/null @@ -1,205 +0,0 @@ -/* - * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ - * - * Uses the built in easing capabilities added In jQuery 1.1 - * to offer multiple easing options - * - * TERMS OF USE - jQuery Easing - * - * Open source under the BSD License. - * - * Copyright © 2008 George McGinley Smith - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without modification, - * are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, this list of - * conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, this list - * of conditions and the following disclaimer in the documentation and/or other materials - * provided with the distribution. - * - * Neither the name of the author nor the names of contributors may be used to endorse - * or promote products derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY - * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED - * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - * OF THE POSSIBILITY OF SUCH DAMAGE. - * -*/ - -// t: current time, b: begInnIng value, c: change In value, d: duration -jQuery.easing['jswing'] = jQuery.easing['swing']; - -jQuery.extend( jQuery.easing, -{ - def: 'easeOutQuad', - swing: function (x, t, b, c, d) { - //alert(jQuery.easing.default); - return jQuery.easing[jQuery.easing.def](x, t, b, c, d); - }, - easeInQuad: function (x, t, b, c, d) { - return c*(t/=d)*t + b; - }, - easeOutQuad: function (x, t, b, c, d) { - return -c *(t/=d)*(t-2) + b; - }, - easeInOutQuad: function (x, t, b, c, d) { - if ((t/=d/2) < 1) return c/2*t*t + b; - return -c/2 * ((--t)*(t-2) - 1) + b; - }, - easeInCubic: function (x, t, b, c, d) { - return c*(t/=d)*t*t + b; - }, - easeOutCubic: function (x, t, b, c, d) { - return c*((t=t/d-1)*t*t + 1) + b; - }, - easeInOutCubic: function (x, t, b, c, d) { - if ((t/=d/2) < 1) return c/2*t*t*t + b; - return c/2*((t-=2)*t*t + 2) + b; - }, - easeInQuart: function (x, t, b, c, d) { - return c*(t/=d)*t*t*t + b; - }, - easeOutQuart: function (x, t, b, c, d) { - return -c * ((t=t/d-1)*t*t*t - 1) + b; - }, - easeInOutQuart: function (x, t, b, c, d) { - if ((t/=d/2) < 1) return c/2*t*t*t*t + b; - return -c/2 * ((t-=2)*t*t*t - 2) + b; - }, - easeInQuint: function (x, t, b, c, d) { - return c*(t/=d)*t*t*t*t + b; - }, - easeOutQuint: function (x, t, b, c, d) { - return c*((t=t/d-1)*t*t*t*t + 1) + b; - }, - easeInOutQuint: function (x, t, b, c, d) { - if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b; - return c/2*((t-=2)*t*t*t*t + 2) + b; - }, - easeInSine: function (x, t, b, c, d) { - return -c * Math.cos(t/d * (Math.PI/2)) + c + b; - }, - easeOutSine: function (x, t, b, c, d) { - return c * Math.sin(t/d * (Math.PI/2)) + b; - }, - easeInOutSine: function (x, t, b, c, d) { - return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b; - }, - easeInExpo: function (x, t, b, c, d) { - return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b; - }, - easeOutExpo: function (x, t, b, c, d) { - return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b; - }, - easeInOutExpo: function (x, t, b, c, d) { - if (t==0) return b; - if (t==d) return b+c; - if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b; - return c/2 * (-Math.pow(2, -10 * --t) + 2) + b; - }, - easeInCirc: function (x, t, b, c, d) { - return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b; - }, - easeOutCirc: function (x, t, b, c, d) { - return c * Math.sqrt(1 - (t=t/d-1)*t) + b; - }, - easeInOutCirc: function (x, t, b, c, d) { - if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b; - return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b; - }, - easeInElastic: function (x, t, b, c, d) { - var s=1.70158;var p=0;var a=c; - if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; - if (a < Math.abs(c)) { a=c; var s=p/4; } - else var s = p/(2*Math.PI) * Math.asin (c/a); - return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; - }, - easeOutElastic: function (x, t, b, c, d) { - var s=1.70158;var p=0;var a=c; - if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; - if (a < Math.abs(c)) { a=c; var s=p/4; } - else var s = p/(2*Math.PI) * Math.asin (c/a); - return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b; - }, - easeInOutElastic: function (x, t, b, c, d) { - var s=1.70158;var p=0;var a=c; - if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5); - if (a < Math.abs(c)) { a=c; var s=p/4; } - else var s = p/(2*Math.PI) * Math.asin (c/a); - if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; - return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b; - }, - easeInBack: function (x, t, b, c, d, s) { - if (s == undefined) s = 1.70158; - return c*(t/=d)*t*((s+1)*t - s) + b; - }, - easeOutBack: function (x, t, b, c, d, s) { - if (s == undefined) s = 1.70158; - return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b; - }, - easeInOutBack: function (x, t, b, c, d, s) { - if (s == undefined) s = 1.70158; - if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b; - return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b; - }, - easeInBounce: function (x, t, b, c, d) { - return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b; - }, - easeOutBounce: function (x, t, b, c, d) { - if ((t/=d) < (1/2.75)) { - return c*(7.5625*t*t) + b; - } else if (t < (2/2.75)) { - return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b; - } else if (t < (2.5/2.75)) { - return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b; - } else { - return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b; - } - }, - easeInOutBounce: function (x, t, b, c, d) { - if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b; - return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b; - } -}); - -/* - * - * TERMS OF USE - EASING EQUATIONS - * - * Open source under the BSD License. - * - * Copyright © 2001 Robert Penner - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without modification, - * are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, this list of - * conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, this list - * of conditions and the following disclaimer in the documentation and/or other materials - * provided with the distribution. - * - * Neither the name of the author nor the names of contributors may be used to endorse - * or promote products derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY - * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED - * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - * OF THE POSSIBILITY OF SUCH DAMAGE. - * - */ \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/jumpbox.html b/styles/subsilver2/template/portal/modules/jumpbox.html deleted file mode 100644 index e8388a05..00000000 --- a/styles/subsilver2/template/portal/modules/jumpbox.html +++ /dev/null @@ -1,19 +0,0 @@ - -
- - - - - -
{L_SELECT_TOPICS_FROM}{L_MODERATE_FORUM}{L_JUMP_TO}:  
- -
-
- \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/latest_bots_side.html b/styles/subsilver2/template/portal/modules/latest_bots_side.html deleted file mode 100644 index 41101693..00000000 --- a/styles/subsilver2/template/portal/modules/latest_bots_side.html +++ /dev/null @@ -1,12 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - -
- - {last_visited_bots.BOT_NAME}
{last_visited_bots.LAST_VISIT_DATE} -
- -
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/latest_members_side.html b/styles/subsilver2/template/portal/modules/latest_members_side.html deleted file mode 100644 index a8b46c1b..00000000 --- a/styles/subsilver2/template/portal/modules/latest_members_side.html +++ /dev/null @@ -1,24 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - -
- - {L_USERNAME} - {L_JOINED}
- - {L_USERNAME} - {L_JOINED}
- - - - {latest_members.USERNAME_FULL} - {latest_members.JOINED}
- - {latest_members.USERNAME_FULL} - {latest_members.JOINED}
- - -
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/leaders_ext_side.html b/styles/subsilver2/template/portal/modules/leaders_ext_side.html deleted file mode 100644 index 11a600d5..00000000 --- a/styles/subsilver2/template/portal/modules/leaders_ext_side.html +++ /dev/null @@ -1,28 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - - - - - - - - - - - - -
- style="float: right;">{group.GROUP_NAME} -
- - {group.member.USERNAME_FULL}
- - {group.member.USERNAME_FULL}
- -
- {L_NO_GROUPS_P} -
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/leaders_side.html b/styles/subsilver2/template/portal/modules/leaders_side.html deleted file mode 100644 index 34a9c094..00000000 --- a/styles/subsilver2/template/portal/modules/leaders_side.html +++ /dev/null @@ -1,48 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - - - - - - - - - - - - - - - - - - - - - - -
- {L_ADMINISTRATORS} -
- - {b3p_admins.USERNAME_FULL}
- - {b3p_admins.USERNAME_FULL}
- -
- {L_NO_ADMINISTRATORS_P} -
- {L_MODERATORS} -
- - {b3p_moderators.USERNAME_FULL}
- - {b3p_moderators.USERNAME_FULL}
- -
- {L_NO_MODERATORS_P} -
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} diff --git a/styles/subsilver2/template/portal/modules/link_us_side.html b/styles/subsilver2/template/portal/modules/link_us_side.html deleted file mode 100644 index 9e448b92..00000000 --- a/styles/subsilver2/template/portal/modules/link_us_side.html +++ /dev/null @@ -1,10 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - -
- {LINK_US_TXT}
-
-
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/links_side.html b/styles/subsilver2/template/portal/modules/links_side.html deleted file mode 100644 index cbc47b35..00000000 --- a/styles/subsilver2/template/portal/modules/links_side.html +++ /dev/null @@ -1,21 +0,0 @@ - - -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - - - - - - - -
- onclick="window.open('{portal_links.links.LINK_URL}'); return false;"> {portal_links.links.LINK_TITLE} -
- {L_LINKS_NO_LINKS}
-
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} - - diff --git a/styles/subsilver2/template/portal/modules/login_box_side.html b/styles/subsilver2/template/portal/modules/login_box_side.html deleted file mode 100644 index 05d2e755..00000000 --- a/styles/subsilver2/template/portal/modules/login_box_side.html +++ /dev/null @@ -1,26 +0,0 @@ -
-{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - -
- {L_USERNAME}{L_COLON}
-

- {L_PASSWORD}{L_COLON}
- - -

- - {L_UM_LOG_ME_IN}
- - -
{L_UM_REGISTER_NOW}
- - -
- - -
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} -
\ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/main_menu_side.html b/styles/subsilver2/template/portal/modules/main_menu_side.html deleted file mode 100644 index b5b953fe..00000000 --- a/styles/subsilver2/template/portal/modules/main_menu_side.html +++ /dev/null @@ -1,28 +0,0 @@ - - -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - - - - - - - - - - - - - -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} - - diff --git a/styles/subsilver2/template/portal/modules/news_center.html b/styles/subsilver2/template/portal/modules/news_center.html deleted file mode 100644 index e75d06e3..00000000 --- a/styles/subsilver2/template/portal/modules/news_center.html +++ /dev/null @@ -1,72 +0,0 @@ -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} - - - - -
- - - - - {L_NO_NEWS} - - - - - - - - - - - -
- - {NEWEST_POST_IMG}{READ_POST_IMG} {news.news_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL}{L_COLON} {news.news_row.TITLE}
- {L_POSTED} {L_POST_BY_AUTHOR}{L_COLON} {news.news_row.POSTER_FULL} » {news.news_row.TIME} - - - {L_FORUM}{L_COLON} {news.news_row.FORUM_NAME} - - -

-
- {news.news_row.TEXT} -
- -

- - - - - - - - - - -
{L_ATTACHMENTS}{L_COLON}
{news.news_row.attachment.DISPLAY_ATTACHMENT}
- -

- [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} {news.news_row.PAGINATION} ] -
- {L_TOPIC_VIEWS}{L_COLON} {news.news_row.TOPIC_VIEWS}  •  {L_COMMENTS}{L_COLON} {news.news_row.REPLIES}  •  {L_POST_REPLY} - {news.news_row.OPEN}{news.news_row.L_READ_FULL}{news.news_row.CLOSE} {L_BACK_TO_TOP} -
-
- - - -
- - - - -
- {news.TOTAL_NEWS} - • {news.NP_PAGE_NUMBER} • {news.NP_PAGINATION} • {news.NP_PAGE_NUMBER}
- - - -
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/news_compact_center.html b/styles/subsilver2/template/portal/modules/news_compact_center.html deleted file mode 100644 index 737d1bff..00000000 --- a/styles/subsilver2/template/portal/modules/news_compact_center.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - -{$C_BLOCK_H_L}{$TITLE} {$C_BLOCK_H_R} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- {L_NO_NEWS} -
{news.news_row.TOPIC_FOLDER_IMG} - [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} {news.news_row.PAGINATION} ] - {news.news_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL}{news.news_row.TITLE} -

{L_POSTED} {L_POST_BY_AUTHOR} {news.news_row.POSTER_FULL} » {news.news_row.TIME} - -
{L_FORUM}{L_COLON} {news.news_row.FORUM_NAME} - - {L_REPLIES}{L_COLON} {news.news_row.REPLIES} • {L_VIEWS}{L_COLON} {news.news_row.TOPIC_VIEWS} -

-

{news.news_row.REPLIES}

{news.news_row.TOPIC_VIEWS}

-

{news.news_row.LAST_POST_TIME}

-

{news.news_row.USERNAME_FULL_LAST} - {NEWEST_POST_IMG}{READ_POST_IMG} -

-
{news.TOTAL_NEWS} - • {news.NP_PAGE_NUMBER} • {news.NP_PAGINATION} • {news.NP_PAGE_NUMBER}
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} - - - - diff --git a/styles/subsilver2/template/portal/modules/poll_center.html b/styles/subsilver2/template/portal/modules/poll_center.html deleted file mode 100644 index c1344f8e..00000000 --- a/styles/subsilver2/template/portal/modules/poll_center.html +++ /dev/null @@ -1,77 +0,0 @@ - -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- {poll.POLL_QUESTION}
{poll.L_POLL_LENGTH} -
- - - - - - - - - - - - - - - - - -
- - checked="checked" /> - - checked="checked" /> - - {poll.poll_option.POLL_OPTION_CAPTION}{POLL_LEFT_CAP_IMG}{poll.poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG} {poll.poll_option.POLL_OPTION_PERCENT} [ {poll.poll_option.POLL_OPTION_RESULT} ]x
-
- {L_NO_OPTIONS} -
{poll.L_MAX_VOTES}

{L_TOTAL_VOTES} : {poll.TOTAL_VOTES} {L_VIEW_TOPIC}
{L_VIEW_RESULTS} {L_VIEW_TOPIC}
- {S_HIDDEN_FIELDS} - -
- - - - - - -
- {L_NO_POLL} -
- -{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/poll_side.html b/styles/subsilver2/template/portal/modules/poll_side.html deleted file mode 100644 index c6b51d24..00000000 --- a/styles/subsilver2/template/portal/modules/poll_side.html +++ /dev/null @@ -1,77 +0,0 @@ - -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- {poll_side.POLL_QUESTION}
{poll_side.L_POLL_LENGTH} -
- - - - - - - - - - - - - - - - - -
- - checked="checked" /> - - checked="checked" /> - - {poll_side.poll_option.POLL_OPTION_CAPTION}{POLL_LEFT_CAP_IMG}{poll_side.poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG} {poll_side.poll_option.POLL_OPTION_PERCENT} [ {poll_side.poll_option.POLL_OPTION_RESULT} ]x
-
- {L_NO_OPTIONS} -
{poll_side.L_MAX_VOTES}

{L_TOTAL_VOTES} : {poll_side.TOTAL_VOTES} {L_VIEW_TOPIC}
{L_VIEW_RESULTS} {L_VIEW_TOPIC}
- {S_HIDDEN_FIELDS} - -
- - - - - - -
- {L_NO_POLL} -
- -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/portal_clock.js b/styles/subsilver2/template/portal/modules/portal_clock.js deleted file mode 100644 index d4407e4e..00000000 --- a/styles/subsilver2/template/portal/modules/portal_clock.js +++ /dev/null @@ -1,180 +0,0 @@ -/** -* -* @package Board3 Portal v2.1 - Clock -* @copyright (c) 2013 Board3 Group ( www.board3.de ) -* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 -* -*/ - -(function($) { // Avoid conflicts with other libraries - -"use strict"; - -var hour_cur = 0; -var minL_cur = 0; -var minR_cur = 0; -var secL_cur = 0; -var secR_cur = 0; - -phpbb.b3pFlipClock = function(identifierUp, identifierDown, val, type) { - var backIdUp = identifierUp.replace('-front-', '-back-'); - var backIdDown = identifierDown.replace('-front-', '-back-'); - var backPosition = $(backIdUp).css('background-position'); - var backPositionLength; - var backY; - - // Workaround for Internet Explorer bug - if (backPosition === undefined) { - backPosition = $(backIdUp).css('background-position-x') + ' ' + $(backIdUp).css('background-position-y'); - } - - backPositionLength = backPosition.length; - - if (backPosition.substring(backPositionLength - 3, backPositionLength - 2) === '0') { - backY = '0px'; - } else { - backY = backPosition.substring(backPositionLength - 5, backPositionLength); - } - - backPosition = $(backIdUp).css('background-position'); - $(identifierUp) - .css('background-position', backPosition) - .height('21px') - .css({'visibility': 'visible', 'display': 'inline-block' }); - $(identifierDown) - .height('0px') - .css('visibility', 'visible'); - - // single digits will have digits 0 - 9, double 0 - 24 - if (type === 'single') { - $(backIdUp).css('background-position', (val * -22) + 'px ' + backY); - } else if (type === 'double') { - if (val >= 12) { - backY = '-22px'; - val = val - 12; - $(backIdUp).css('background-position', (val * -43) + 'px ' + backY); - val = val + 12; - } else { - if (val < 12 && backY !== '0px') { - backY = '0px'; - } - $(backIdUp).css('background-position', (val * -43) + 'px ' + backY); - } - } else { - return; - } - - // now get the vertical offset of the bottom digit - backPosition = $(identifierDown).css('background-position'); - - // Workaround for Internet Explorer bug - if (backPosition === undefined) { - backPosition = $(identifierDown).css('background-position-x') + ' ' + $(identifierDown).css('background-position-y'); - } - - backPositionLength = backPosition.length; - - if (backPosition.substring(backPositionLength - 3, backPositionLength - 2) === '0') { - backY = '0px'; - } else { - backY = backPosition.substring(backPositionLength - 5, backPositionLength); - } - - // single digits will have digits 0 - 9, double 0 - 24 - if (type === 'single') { - $(identifierDown).css('background-position', (val * -22) + 'px ' + backY); - } else if (type === 'double') { - if (val >= 12) { - backY = '-65px'; - val = val - 12; - $(identifierDown).css('background-position', (val * -43) + 'px ' + backY); - val = val + 12; - } else { - if (val < 12 && backY !== '-44px') { - backY = '-44px'; - } - $(identifierDown).css('background-position', (val * -43) + 'px ' + backY); - } - } else { - return; - } - - // Animate the top number flipping - $(identifierUp).animate({ - height: '0px', - 'margin-top': '21px' - }, - { - 'duration': 150, - defaultEasing: 'easeInOutSine', - 'complete': function(){ - // Now animate the bottom number flipping - $(identifierDown).animate( - {height: '20px'}, - { - 'duration': 150, - defaultEasing: 'easeInOutSine', - 'complete': function(){ - // For compatibility with IE8 - if ($(identifierDown).css('background-position') !== undefined) { - $(backIdDown).css('background-position', $(identifierDown).css('background-position')); - } else { - $(backIdDown).css('background-position-x', $(identifierDown).css('background-position-x')); - $(backIdDown).css('background-position-y', $(identifierDown).css('background-position-y')); - } - $(identifierDown).css({ - 'visibility': 'hidden', - 'display': 'inline-block' - }); - $(identifierUp).css({ - 'visibility': 'hidden', - 'display': 'inline-block', - 'margin-top': '0px' - }); - } - } - ); - } - } - ); -}; - -phpbb.b3pClock = function() { - var now = new Date(); - var hour = now.getHours(); - var minL = Math.floor(now.getMinutes() / 10); - var minR = now.getMinutes() % 10; - var secL = Math.floor(now.getSeconds() / 10); - var secR = now.getSeconds() % 10; - - if (hour !== hour_cur) { - phpbb.b3pFlipClock('#portal-clock-front-hours-up', '#portal-clock-front-hours-down', hour, 'double'); - hour_cur = hour; - } - - if (minR !== minR_cur) { - phpbb.b3pFlipClock('#portal-clock-front-minutes-up-right', '#portal-clock-front-minutes-down-right', minR, 'single'); - minR_cur = minR; - } - - if (minL !== minL_cur) { - phpbb.b3pFlipClock('#portal-clock-front-minutes-up-left', '#portal-clock-front-minutes-down-left', minL, 'single'); - minL_cur = minL; - } - - if (secR !== secR_cur) { - phpbb.b3pFlipClock('#portal-clock-front-seconds-up-right', '#portal-clock-front-seconds-down-right', secR, 'single'); - secR_cur = secR; - } - - if (secL !== secL_cur) { - phpbb.b3pFlipClock('#portal-clock-front-seconds-up-left', '#portal-clock-front-seconds-down-left', secL, 'single'); - secL_cur = secL; - } -}; - -$(document).ready(function() { - setInterval(phpbb.b3pClock, 1000); -}); - -})(jQuery); // Avoid conflicts with other libraries diff --git a/styles/subsilver2/template/portal/modules/random_member_side.html b/styles/subsilver2/template/portal/modules/random_member_side.html deleted file mode 100644 index 790e2249..00000000 --- a/styles/subsilver2/template/portal/modules/random_member_side.html +++ /dev/null @@ -1,27 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - -
- -
{random_member.USERNAME_FULL}
- {random_member.AVATAR_IMG}
- {random_member.RANK_TITLE}
- {random_member.RANK_IMG}
-
-
- {L_RND_JOIN}{L_COLON}{random_member.JOINED}
- {L_RND_POSTS}{L_COLON}{random_member.USER_POSTS}
- - {L_RND_OCC}{L_COLON}   {random_member.USER_OCC}
- - - {L_RND_FROM}{L_COLON}   {random_member.USER_FROM}
- - - {L_RND_WWW}
- - -
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/recent_center.html b/styles/subsilver2/template/portal/modules/recent_center.html deleted file mode 100644 index e1399834..00000000 --- a/styles/subsilver2/template/portal/modules/recent_center.html +++ /dev/null @@ -1,34 +0,0 @@ - -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} - - - - - - - - - - - - - - - - - -
{L_PORTAL_RECENT_ANN}{L_PORTAL_RECENT_HOT_TOPIC}{L_PORTAL_RECENT_TOPIC}
- -  {latest_announcements.TITLE}
- -
- -  {latest_hot_topics.TITLE}
- -
- -  {latest_topics.TITLE}
- -
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} - diff --git a/styles/subsilver2/template/portal/modules/search_side.html b/styles/subsilver2/template/portal/modules/search_side.html deleted file mode 100644 index 9d6bc127..00000000 --- a/styles/subsilver2/template/portal/modules/search_side.html +++ /dev/null @@ -1,83 +0,0 @@ - - -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - -
-
-

- -

-

- - - - - -

-
-
- {L_PORTAL_SEARCH_ADV} -
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/statistics_side.html b/styles/subsilver2/template/portal/modules/statistics_side.html deleted file mode 100644 index dce9c3c0..00000000 --- a/styles/subsilver2/template/portal/modules/statistics_side.html +++ /dev/null @@ -1,24 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - -
- {L_ST_TOP}
- {B3_TOTAL_POSTS}
- {B3_TOTAL_TOPICS}
- {L_ST_TOP_ANNS} {B3_ANNOUNCE_COUNT}
- {L_ST_TOP_STICKYS} {B3_STICKY_COUNT}
- {L_ST_TOT_ATTACH} {B3_TOTAL_ATTACH}
-
- {B3_TOPICS_PER_DAY}
- {B3_POSTS_PER_DAY}
- {B3_USERS_PER_DAY}
- {B3_TOPICS_PER_USER}
- {B3_POSTS_PER_USER}
- {B3_POSTS_PER_TOPIC}
-
- {B3_TOTAL_USERS}
- {B3_NEWEST_USER} -
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/stylechanger_side.html b/styles/subsilver2/template/portal/modules/stylechanger_side.html deleted file mode 100644 index fc1b0533..00000000 --- a/styles/subsilver2/template/portal/modules/stylechanger_side.html +++ /dev/null @@ -1,13 +0,0 @@ - -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - -
- -
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} - \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/topposters_side.html b/styles/subsilver2/template/portal/modules/topposters_side.html deleted file mode 100644 index def3a290..00000000 --- a/styles/subsilver2/template/portal/modules/topposters_side.html +++ /dev/null @@ -1,24 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - -
- - {L_USERNAME} - {L_POSTS}
- - {L_USERNAME} - {L_POSTS}
- - - - {topposters.USERNAME_FULL} - {topposters.POSTER_POSTS}
- - {topposters.USERNAME_FULL} - {topposters.POSTER_POSTS}
- - -
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/user_menu_side.html b/styles/subsilver2/template/portal/modules/user_menu_side.html deleted file mode 100644 index 733ff224..00000000 --- a/styles/subsilver2/template/portal/modules/user_menu_side.html +++ /dev/null @@ -1,87 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- {USERNAME_FULL}
- - {B3P_AVATAR_IMG} - - - -
{B3P_RANK_TITLE} -
{B3P_RANK_IMG} -
-
-  {L_NEW_POSTS} -
-  {L_UNREAD_POSTS} -
-  {L_SELF_POSTS} -
-  {L_UM_BOOKMARKS} -
-  {L_UM_MAIN_SUBSCRIBED} -
- * {L_NOTIFICATIONS} [{NOTIFICATIONS_COUNT}] -
- * {L_PRIVATE_MESSAGES} [{PRIVATE_MESSAGE_COUNT}] -
-  {L_PROFILE} -
-  {L_MCP} -
-  {L_M_ACP}
-
-  {L_LOGIN_LOGOUT} -
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/welcome_center.html b/styles/subsilver2/template/portal/modules/welcome_center.html deleted file mode 100644 index 0e47e9eb..00000000 --- a/styles/subsilver2/template/portal/modules/welcome_center.html +++ /dev/null @@ -1,11 +0,0 @@ -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} - - - - -
-
- {PORTAL_WELCOME_MSG} -
-
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/whois_online_center.html b/styles/subsilver2/template/portal/modules/whois_online_center.html deleted file mode 100644 index 4caeb59e..00000000 --- a/styles/subsilver2/template/portal/modules/whois_online_center.html +++ /dev/null @@ -1,19 +0,0 @@ -{$C_BLOCK_H_L}{$TITLE}{$TITLE}{$C_BLOCK_H_R} - - - - - - - - - - - - - - - - -
{L_WHO_IS_ONLINE}{L_WHO_IS_ONLINE}{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})
{RECORD_USERS}

{LOGGED_IN_USER_LIST}
{L_LEGEND}{L_COLON} {PORTAL_LEGEND}
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/modules/whois_online_side.html b/styles/subsilver2/template/portal/modules/whois_online_side.html deleted file mode 100644 index a443ab72..00000000 --- a/styles/subsilver2/template/portal/modules/whois_online_side.html +++ /dev/null @@ -1,7 +0,0 @@ -{$LR_BLOCK_H_L} {$TITLE}{$TITLE}{$LR_BLOCK_H_R} - - - - -
{TOTAL_USERS_ONLINE}

{LOGGED_IN_USER_LIST}
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/styles/subsilver2/template/portal/portal_body.html b/styles/subsilver2/template/portal/portal_body.html deleted file mode 100644 index f0497227..00000000 --- a/styles/subsilver2/template/portal/portal_body.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - - - - - - -
- - - - - - - - - - -
- - - -
- -
- \ No newline at end of file diff --git a/styles/subsilver2/theme/images/portal/arrowbullet.gif b/styles/subsilver2/theme/images/portal/arrowbullet.gif deleted file mode 100644 index 3b754e5eda60ef4ccf4099d986dedd5bf370ddfb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 102 zcmZ?wbhEHb&8DpTE5M{QbeZ&&$r;b(^`9rD5NjkDnEPvM{nUuruf| z00BrX1G9ET`kgi0Cp3MRgc!suxxf})v%p0}<5#YT6bJKbQT;s=e+cORSRT#Q?mUr! G!5RSLwJ6~L diff --git a/styles/subsilver2/theme/images/portal/arrowbullet_rtl.gif b/styles/subsilver2/theme/images/portal/arrowbullet_rtl.gif deleted file mode 100644 index dfe63c2011acc97cdb13b52e4362a58165e14bd4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 103 zcmZ?wbhEHb&8DpTE5M{QbeZ&&$r;b(^`9rD5NjkDnEPvM@3*uruf| z00BrX1G7#=`kgi0Cp6CrnHV=ZUSv}jk>A>@;u&&GfkoxTKG)-Xn@=!?&F&U!J-pC^ Hfx#L8{7oq| diff --git a/styles/subsilver2/theme/images/portal/icon_topic_attach.gif b/styles/subsilver2/theme/images/portal/icon_topic_attach.gif deleted file mode 100644 index 9a70638650757f26e65f15d58350abcd43ef939e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 144 zcmZ?wbhEHbWM|-FSj58c|NnnuW8<{6w3#z!0@(~Op!mftIS}0tioUo0OwgP7XSbN diff --git a/styles/subsilver2/theme/images/portal/spacer_down.png b/styles/subsilver2/theme/images/portal/spacer_down.png deleted file mode 100644 index f085d823a96721ffac1cf08c42ec14ebf6b6653c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^j6f{H!3HFK_`(+gDb50q$YKTtZeb8+WSBKa0w}1E z>=ES4z)+>iz|hdl!0_`wkbcR)P-?)y@G60U!DwNjogjv*Ddl79UE mZ_g~u%*@Qo2^3}c|DTybXD73YxWu~yAik%opUXO@geCwLn;}sE diff --git a/styles/subsilver2/theme/images/portal/spacer_up.png b/styles/subsilver2/theme/images/portal/spacer_up.png deleted file mode 100644 index 1c922067a84ed4f03a17977138e5fd8be487acf1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^j6f{P!3HGTgIZXC6lZ})WHAE+w=f7ZGR&GI0Tfh7 z_6YK2V5m}MU}$J&VEFkTNWWxYC^cYUc$L7wU^Rn*K|Fs_{82ZcS}9K#$B>F!Nk9Jo mw`Ue+W@cW?2^3}c|DTz`rkq)=M)M0Zi0|p@=d#Wzp$PyhkRgx& diff --git a/styles/subsilver2/theme/portal.css b/styles/subsilver2/theme/portal.css deleted file mode 100644 index c3260ac9..00000000 --- a/styles/subsilver2/theme/portal.css +++ /dev/null @@ -1,231 +0,0 @@ -/* Portal clock --------------------------------------- */ -#portal-clock { - position: relative; - width: 128px; - margin: -20px auto; -} - -.rtl #portal-clock { - /* Arabic clocks are ltr */ - direction: ltr; -} - -#portal-clock-front, #portal-clock-back { - position: absolute; - top: 0; -} - -#portal-clock-front-upper div { - height: 21px; - position: absolute; - vertical-align: bottom; - visibility: hidden; -} - -#portal-clock-front-lower div { - height: 20px; - position: absolute; - vertical-align: top; - visibility: hidden; -} - -#portal-clock-back-upper div { - position: absolute; - vertical-align: bottom; -} - -#portal-clock-back-lower div { - position: absolute; - vertical-align: top; -} - -.portal-clock-spacer-up { - content: url("./images/portal/spacer_up.png"); - float: left; -} - -.portal-clock-spacer-down { - content: url("./images/portal/spacer_down.png"); - float: left; -} - -#portal-clock-back-seconds-up-left, #portal-clock-back-seconds-up-right, -#portal-clock-front-minutes-up-left, #portal-clock-front-minutes-up-right, -#portal-clock-back-minutes-up-left, #portal-clock-back-minutes-up-right, -#portal-clock-front-seconds-up-left, #portal-clock-front-seconds-up-right, -#portal-clock-back-minutes-down-left, #portal-clock-back-minutes-down-right, -#portal-clock-back-seconds-down-left, #portal-clock-back-seconds-down-right, -#portal-clock-front-minutes-down-left, #portal-clock-front-minutes-down-right, -#portal-clock-front-seconds-down-left, #portal-clock-front-seconds-down-right { - width: 21px; - height: 21px; - background-position: 0 0; - background: url("../../all/theme/images/portal/portal_clock_single.png") no-repeat; -} - -/* Minutes start --------------------------------------- */ -#portal-clock-back-minutes-up-left{ - background-position: 0 0; - margin: 0 0 0 43px; -} - -#portal-clock-back-minutes-up-right { - background-position: 0 -43px; - margin: 0 0 0 64px; -} - -#portal-clock-front-minutes-up-left { - background-position: 0 0; - margin: 0 0 0 43px; -} - -#portal-clock-front-minutes-up-right { - background-position: 0 -43px; - margin: 0 0 0 63px; -} - -#portal-clock-back-minutes-down-left{ - background-position: 0 -22px; - margin: 21px 0 0 43px; -} - -#portal-clock-back-minutes-down-right { - background-position: 0 -65px; - margin: 21px 0 0 64px; -} - -#portal-clock-front-minutes-down-left { - background-position: 0 -22px; - margin: 21px 0 0 42px; -} - -#portal-clock-front-minutes-down-right { - background-position: 0 -65px; - margin: 21px 0 0 63px; -} - -/* Seconds start ----------------------------------------- */ -#portal-clock-back-seconds-up-left{ - background-position: 0 0; - margin: 0 0 0 85px; -} - -#portal-clock-back-seconds-up-right { - background-position: 0 -43px; - margin: 0 0 0 106px; -} - -#portal-clock-front-seconds-up-left { - background-position: 0 0; - margin: 0 0 0 84px; -} - -#portal-clock-front-seconds-up-right { - background-position: 0 -43px; - margin: 0 0 0 105px; -} - -#portal-clock-back-seconds-down-left{ - background-position: 0 -22px; - margin: 21px 0 0 85px; -} - -#portal-clock-back-seconds-down-right { - background-position: 0 -65px; - margin: 21px 0 0 106px; -} - -#portal-clock-front-seconds-down-left { - background-position: 0 -22px; - margin: 21px 0 0 84px; -} - -#portal-clock-front-seconds-down-right { - background-position: 0 -65px; - margin: 21px 0 0 105px; -} - -/* Hours start ----------------------------------------- */ -#portal-clock-back-hours-up, #portal-clock-front-hours-up { - width: 42px; - height: 21px; - background: url("../../all/theme/images/portal/portal_clock_double.png") no-repeat; - background-position: 0 0; - vertical-align: bottom; - display: inline-block; - margin: 0 0 0 0; -} - -#portal-clock-back-hours-down, #portal-clock-front-hours-down { - width: 42px; - height: 20px; - background: url("../../all/theme/images/portal/portal_clock_double.png") no-repeat; - background-position: 0 -44px; - vertical-align: top; - display: inline-block; - margin: 21px 0 0 0; -} - -@media all\0 { - #portal-clock-back-hours-down, #portal-clock-front-hours-down { - margin-left: -1px; - } -} - -.portal-pagination ul { - display: inline-block; - list-style: none !important; - margin-left: 5px; -} - -.portal-pagination ul li { - display: inline-block !important; - padding: 0; - font-size: 100%; - line-height: normal; -} - -.portal-arrow-bullet { - background: url("./images/portal/arrowbullet.gif") no-repeat; - padding-left: 12px; -} - -.rtl .portal-arrow-bullet { - background: url("./images/portal/arrowbullet_rtl.gif") no-repeat; -} - -.portal-user-span { - background-image: url("../../all/theme/images/portal/portal_user.png"); - padding-left: 16px; - padding-top: 16px; - margin-bottom: 2px; -} - -.portal-arrow-left-icon { - background-image: url('../../all/theme/images/portal/cal_icon_left_arrow.png'); - padding-left: 16px; - padding-top: 16px; - float: left; - margin-bottom: 2px; -} - -.portal-arrow-right-icon { - background-image: url('../../all/theme/images/portal/cal_icon_right_arrow.png'); - padding-left: 16px; - padding-top: 16px; - float: right; - margin-bottom: 2px; -} - -.portal-paypal-icon { - background-image: url("../../all/theme/images/portal/paypal.gif"); - background-repeat: no-repeat; - padding-left: 73px; - padding-top: 44px; - float: left; - margin: 5px; -}