From ece0854d3d44365c86072b099bd1690f275a5d29 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 5 Jan 2011 12:59:45 +0000 Subject: [PATCH] subsilver2 is coming! --- contrib/subsilver2.xml | 172 ++++++++++++++++++ root/language/en/mods/info_acp_portal.php | 2 +- .../template/portal/_block_config.html | 29 +++ .../template/portal/blocks_bottom.html | 24 +++ .../template/portal/blocks_left.html | 24 +++ .../template/portal/blocks_middle_bottom.html | 24 +++ .../template/portal/blocks_middle_top.html | 24 +++ .../template/portal/blocks_right.html | 24 +++ .../template/portal/blocks_top.html | 24 +++ .../subsilver2/template/portal/index.html | 7 + .../portal/modules/announcements.html | 78 ++++++++ .../portal/modules/announcements_compact.html | 65 +++++++ .../template/portal/modules/attachments.html | 20 ++ .../portal/modules/birthdays_side.html | 27 +++ .../portal/modules/calendar_side.html | 89 +++++++++ .../template/portal/modules/clock_side.html | 14 ++ .../portal/modules/custom_center.html | 12 ++ .../template/portal/modules/custom_side.html | 12 ++ .../portal/modules/donation_center.html | 51 ++++++ .../portal/modules/donation_side.html | 40 ++++ .../template/portal/modules/forumlist.html | 13 ++ .../template/portal/modules/friends_side.html | 23 +++ .../template/portal/modules/index.html | 7 + .../template/portal/modules/jumpbox.html | 20 ++ .../portal/modules/latest_bots_side.html | 13 ++ .../portal/modules/latest_members_side.html | 15 ++ .../portal/modules/leaders_ext_side.html | 25 +++ .../template/portal/modules/leaders_side.html | 41 +++++ .../template/portal/modules/link_us_side.html | 11 ++ .../template/portal/modules/links_side.html | 18 ++ .../portal/modules/login_box_side.html | 24 +++ .../portal/modules/main_menu_side.html | 27 +++ .../template/portal/modules/news_center.html | 69 +++++++ .../portal/modules/news_compact_center.html | 65 +++++++ .../template/portal/modules/poll_center.html | 78 ++++++++ .../template/portal/modules/poll_side.html | 78 ++++++++ .../portal/modules/random_member_side.html | 28 +++ .../portal/modules/recent_center.html | 35 ++++ .../template/portal/modules/search_side.html | 84 +++++++++ .../portal/modules/statistics_side.html | 25 +++ .../portal/modules/stylechanger_side.html | 14 ++ .../portal/modules/topposters_side.html | 15 ++ .../portal/modules/user_menu_side.html | 81 +++++++++ .../portal/modules/welcome_center.html | 12 ++ .../portal/modules/whois_online_center.html | 20 ++ .../template/portal/portal_body.html | 109 +++++++++++ .../theme/images/portal/board3clock.swf | Bin 0 -> 1640 bytes .../images/portal/cal_icon_left_arrow.png | Bin 0 -> 744 bytes .../images/portal/cal_icon_right_arrow.png | Bin 0 -> 676 bytes .../theme/images/portal/icon_topic_attach.gif | Bin 0 -> 144 bytes .../subsilver2/theme/images/portal/paypal.gif | Bin 0 -> 2923 bytes .../theme/images/portal/portal_attach.png | Bin 0 -> 1003 bytes .../theme/images/portal/portal_birthday.png | Bin 0 -> 1122 bytes .../theme/images/portal/portal_bots.png | Bin 0 -> 964 bytes .../theme/images/portal/portal_calendar.png | Bin 0 -> 1114 bytes .../theme/images/portal/portal_clock.png | Bin 0 -> 1160 bytes .../theme/images/portal/portal_custom.png | Bin 0 -> 1118 bytes .../theme/images/portal/portal_donation.png | Bin 0 -> 738 bytes .../theme/images/portal/portal_friends.png | Bin 0 -> 453 bytes .../theme/images/portal/portal_link_us.png | Bin 0 -> 895 bytes .../theme/images/portal/portal_links.png | Bin 0 -> 1154 bytes .../theme/images/portal/portal_login.png | Bin 0 -> 1002 bytes .../theme/images/portal/portal_members.png | Bin 0 -> 1173 bytes .../theme/images/portal/portal_menu.png | Bin 0 -> 855 bytes .../images/portal/portal_random_member.png | Bin 0 -> 1147 bytes .../theme/images/portal/portal_search.png | Bin 0 -> 813 bytes .../theme/images/portal/portal_statistics.png | Bin 0 -> 1166 bytes .../theme/images/portal/portal_style.png | Bin 0 -> 1116 bytes .../theme/images/portal/portal_team.png | Bin 0 -> 1067 bytes .../theme/images/portal/portal_user.png | Bin 0 -> 1130 bytes .../theme/images/portal/topposters.png | Bin 0 -> 1097 bytes 71 files changed, 1711 insertions(+), 1 deletion(-) create mode 100644 contrib/subsilver2.xml create mode 100644 root/styles/subsilver2/template/portal/_block_config.html create mode 100644 root/styles/subsilver2/template/portal/blocks_bottom.html create mode 100644 root/styles/subsilver2/template/portal/blocks_left.html create mode 100644 root/styles/subsilver2/template/portal/blocks_middle_bottom.html create mode 100644 root/styles/subsilver2/template/portal/blocks_middle_top.html create mode 100644 root/styles/subsilver2/template/portal/blocks_right.html create mode 100644 root/styles/subsilver2/template/portal/blocks_top.html create mode 100644 root/styles/subsilver2/template/portal/index.html create mode 100644 root/styles/subsilver2/template/portal/modules/announcements.html create mode 100644 root/styles/subsilver2/template/portal/modules/announcements_compact.html create mode 100644 root/styles/subsilver2/template/portal/modules/attachments.html create mode 100644 root/styles/subsilver2/template/portal/modules/birthdays_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/calendar_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/clock_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/custom_center.html create mode 100644 root/styles/subsilver2/template/portal/modules/custom_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/donation_center.html create mode 100644 root/styles/subsilver2/template/portal/modules/donation_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/forumlist.html create mode 100644 root/styles/subsilver2/template/portal/modules/friends_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/index.html create mode 100644 root/styles/subsilver2/template/portal/modules/jumpbox.html create mode 100644 root/styles/subsilver2/template/portal/modules/latest_bots_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/latest_members_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/leaders_ext_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/leaders_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/link_us_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/links_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/login_box_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/main_menu_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/news_center.html create mode 100644 root/styles/subsilver2/template/portal/modules/news_compact_center.html create mode 100644 root/styles/subsilver2/template/portal/modules/poll_center.html create mode 100644 root/styles/subsilver2/template/portal/modules/poll_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/random_member_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/recent_center.html create mode 100644 root/styles/subsilver2/template/portal/modules/search_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/statistics_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/stylechanger_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/topposters_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/user_menu_side.html create mode 100644 root/styles/subsilver2/template/portal/modules/welcome_center.html create mode 100644 root/styles/subsilver2/template/portal/modules/whois_online_center.html create mode 100644 root/styles/subsilver2/template/portal/portal_body.html create mode 100644 root/styles/subsilver2/theme/images/portal/board3clock.swf create mode 100644 root/styles/subsilver2/theme/images/portal/cal_icon_left_arrow.png create mode 100644 root/styles/subsilver2/theme/images/portal/cal_icon_right_arrow.png create mode 100644 root/styles/subsilver2/theme/images/portal/icon_topic_attach.gif create mode 100644 root/styles/subsilver2/theme/images/portal/paypal.gif create mode 100644 root/styles/subsilver2/theme/images/portal/portal_attach.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_birthday.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_bots.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_calendar.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_clock.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_custom.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_donation.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_friends.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_link_us.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_links.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_login.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_members.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_menu.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_random_member.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_search.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_statistics.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_style.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_team.png create mode 100644 root/styles/subsilver2/theme/images/portal/portal_user.png create mode 100644 root/styles/subsilver2/theme/images/portal/topposters.png diff --git a/contrib/subsilver2.xml b/contrib/subsilver2.xml new file mode 100644 index 00000000..d3eb1fec --- /dev/null +++ b/contrib/subsilver2.xml @@ -0,0 +1,172 @@ + + + + + +
+ http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + + board3 Portal - subsilver2 style + board3 Portal - subsilver2 style + + Adds a portal to your forum. +It has several boxes wich can be turned on an off in the ACP and certain settings. + +Included language files: +» English (en) +» German (de) + +More languages can be found in our International forum: http://www.board3.de/viewforum.php?f=13 + Fügt ein Portal deinem Forum hinzu. +Es hat diverse Boxen, die über das ACP an- / abgeschaltet und eingestellt werden können. + +Enthaltenen Sprachdateien: +» Englisch (en) +» Deutsch (de) + +Weitere Sprachen kannst in unseren International Forum finden: http://www.board3.de/viewforum.php?f=13 + + + I hope you get everything working. Further developement, new boxes for the portal or questions are welcome at www.board3.de + + Ich hoffe ihr habt Spaß am Portal. Neuen Code, bzw neue Boxen und Fragen könnt ihr auf www.board3.de posten. + + + + + Ice + avaren + http://www.board3.de + + + + + + Kevin + saint_hh + http://www.board3.de + + + + + + Christian + Christian_N + http://www.phpbb-projekt.de + + + + + + Marc Alexander + marc1706 + http://www.m-a-styles.de + + + + + + (N/A) + nickvergessen@gmx.de + nickvergessen + http://mods.flying-bits.org/ + + + + + + Walter + w.bobeth@digitalfotografie-foren.de + Redbull254 + http://www.digitalfotografie-foren.de + + + + + + + 2.0.0b1 + + + easy + + 3.0.8 + + + + Installations-Anleitung + Manual + +
+ + + + + + + + {L_INDEX} » ]]> + + {L_INDEX}]]> + {L_PORTAL} » ]]> + + + + + + + + + + + +
{SITE_LOGO_IMG}

{SITENAME}

{SITE_DESCRIPTION}
+ ]]>
+ ]]> +
+ +  {L_BOARD_DISABLED}]]> + ]]> + ]]> + + + + + + + + +
{LAST_VISIT_DATE}{CURRENT_TIME}
+ ]]>
+ ]]> +
+ + ]]> + ]]> + + + + +
]]>
+ ]]> +
+
+ + "Styles" > "Templates" > jedes > "Aktualisieren" + "Administrations-Bereich" (ACP) > "Styles" > "Themes" > jedes > "Aktualisieren" + "Administrations-Bereich" (ACP) > "Styles" > "Grafiksammlungen" > jedes > "Aktualisieren" + +Leere den Cache im "Administrations-Bereich" (ACP) > "Allgemein" > "Den Cache leeren" +]]> + "Styles" > "Templates" > each > "refresh" + "Administration Control Panel" (ACP) > "Styles" > "Themes" > each > "refresh" + "Administration Control Panel" (ACP) > "Styles" > "Imagesets" > each > "refresh" + +Clear your cache in the "Administration Control Panel" (ACP) > "General" > "Purge the cache" +]]> +
+
\ No newline at end of file diff --git a/root/language/en/mods/info_acp_portal.php b/root/language/en/mods/info_acp_portal.php index 5cfd9366..73861024 100644 --- a/root/language/en/mods/info_acp_portal.php +++ b/root/language/en/mods/info_acp_portal.php @@ -72,7 +72,7 @@ $lang = array_merge($lang, array( 'PORTAL_RIGHT_COLUMN_EXP' => 'Switch to no if you wish to turn off the right column', 'PORTAL_VERSION_CHECK' => 'Versioncheck on Portal', 'PORTAL_PHPBB_MENU' => 'phpBB menu', - 'PORTAL_PHPBB_MENU_EXP' => 'Display the phpBB Header on the portal.', + 'PORTAL_PHPBB_MENU_EXP' => 'Display the phpBB Header on the portal.', 'ACP_PORTAL_COLUMN_WIDTH_SETTINGS' => 'Left and right column width settings', 'PORTAL_LEFT_COLUMN_WIDTH' => 'Width of the left column', 'PORTAL_LEFT_COLUMN_WIDTH_EXP' => 'Change the width of the left column in pixels; recommended value is 180', diff --git a/root/styles/subsilver2/template/portal/_block_config.html b/root/styles/subsilver2/template/portal/_block_config.html new file mode 100644 index 00000000..2b8998e1 --- /dev/null +++ b/root/styles/subsilver2/template/portal/_block_config.html @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/blocks_bottom.html b/root/styles/subsilver2/template/portal/blocks_bottom.html new file mode 100644 index 00000000..e33ceb11 --- /dev/null +++ b/root/styles/subsilver2/template/portal/blocks_bottom.html @@ -0,0 +1,24 @@ + + + {$LR_BLOCK_H_L}
style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;">{blocks.TITLE}
{$LR_BLOCK_H_R} + + {blocks.TEXT} + + + + + + + + + + + + + + + + + {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/blocks_left.html b/root/styles/subsilver2/template/portal/blocks_left.html new file mode 100644 index 00000000..d4a55012 --- /dev/null +++ b/root/styles/subsilver2/template/portal/blocks_left.html @@ -0,0 +1,24 @@ + + + {$LR_BLOCK_H_L}
style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;">{blocks.TITLE}
{$LR_BLOCK_H_R} + + {blocks.TEXT} + + + + + + + + + + + + + + + + + {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/blocks_middle_bottom.html b/root/styles/subsilver2/template/portal/blocks_middle_bottom.html new file mode 100644 index 00000000..c33e5933 --- /dev/null +++ b/root/styles/subsilver2/template/portal/blocks_middle_bottom.html @@ -0,0 +1,24 @@ + + + {$LR_BLOCK_H_L}
style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;">{blocks.TITLE}
{$LR_BLOCK_H_R} + + {blocks.TEXT} + + + + + + + + + + + + + + + + + {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/blocks_middle_top.html b/root/styles/subsilver2/template/portal/blocks_middle_top.html new file mode 100644 index 00000000..a6629919 --- /dev/null +++ b/root/styles/subsilver2/template/portal/blocks_middle_top.html @@ -0,0 +1,24 @@ + + + {$LR_BLOCK_H_L}
style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;">{blocks.TITLE}
{$LR_BLOCK_H_R} + + {blocks.TEXT} + + + + + + + + + + + + + + + + + {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/blocks_right.html b/root/styles/subsilver2/template/portal/blocks_right.html new file mode 100644 index 00000000..7a4aa2c9 --- /dev/null +++ b/root/styles/subsilver2/template/portal/blocks_right.html @@ -0,0 +1,24 @@ + + + {$LR_BLOCK_H_L}
style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;">{blocks.TITLE}
{$LR_BLOCK_H_R} + + {blocks.TEXT} + + + + + + + + + + + + + + + + + {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/blocks_top.html b/root/styles/subsilver2/template/portal/blocks_top.html new file mode 100644 index 00000000..ec132c03 --- /dev/null +++ b/root/styles/subsilver2/template/portal/blocks_top.html @@ -0,0 +1,24 @@ + + + {$LR_BLOCK_H_L}
style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;">{blocks.TITLE}
{$LR_BLOCK_H_R} + + {blocks.TEXT} + + + + + + + + + + + + + + + + + {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/index.html b/root/styles/subsilver2/template/portal/index.html new file mode 100644 index 00000000..c3c1935f --- /dev/null +++ b/root/styles/subsilver2/template/portal/index.html @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/announcements.html b/root/styles/subsilver2/template/portal/modules/announcements.html new file mode 100644 index 00000000..e2bfb52c --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/announcements.html @@ -0,0 +1,78 @@ + + + +{$C_BLOCK_H_L}{L_LATEST_ANNOUNCEMENTS}{$C_BLOCK_H_R} + + + + + +
+ + {L_NO_ANNOUNCEMENTS} + + + + + + + + + + + +
+ + {NEWEST_POST_IMG}{READ_POST_IMG} {announcements_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL}: {announcements_row.TITLE} +
+ + {L_POSTED} {L_POST_BY_AUTHOR}: {announcements_row.POSTER_FULL} » {announcements_row.TIME} + + + {L_FORUM}: {announcements_row.FORUM_NAME} + + {L_GLOBAL_ANNOUNCEMENT} + + +

+
+ {announcements_row.TEXT} +
+ +

+ + + + + + + + + + +
{L_ATTACHMENTS}:
{announcements_row.attachment.DISPLAY_ATTACHMENT}
+ +

+ [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {announcements_row.PAGINATION} ] +
+ {L_TOPIC_VIEWS}: {announcements_row.TOPIC_VIEWS}  •  {L_COMMENTS}: {announcements_row.REPLIES}  •  {L_POST_REPLY} + {announcements_row.OPEN}{announcements_row.L_READ_FULL}{announcements_row.CLOSE} {L_BACK_TO_TOP} +
+
+ +
+ + + + +
+ {TOTAL_ANNOUNCEMENTS} + • {AP_PAGE_NUMBER} • {AP_PAGINATION} • {AP_PAGE_NUMBER} +
+ + +
+ +{$C_BLOCK_F_L}{$C_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/announcements_compact.html b/root/styles/subsilver2/template/portal/modules/announcements_compact.html new file mode 100644 index 00000000..88bf5264 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/announcements_compact.html @@ -0,0 +1,65 @@ + + + +{$C_BLOCK_H_L}{L_LATEST_ANNOUNCEMENTS} {$C_BLOCK_H_R} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ {L_NO_ANNOUNCEMENTS} +
{announcements_row.TOPIC_FOLDER_IMG} + [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {announcements_row.PAGINATION} ] + {announcements_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL}: {announcements_row.TITLE} +

{L_POSTED} {L_POST_BY_AUTHOR} {announcements_row.POSTER_FULL} » {announcements_row.TIME} + +
{L_FORUM}: {announcements_row.FORUM_NAME} + + {L_GLOBAL_ANNOUNCEMENT} + + {L_REPLIES}: {announcements_row.REPLIES} • {L_VIEWS}: {announcements_row.TOPIC_VIEWS} +

+

{announcements_row.REPLIES}

{announcements_row.TOPIC_VIEWS}

+

{announcements_row.LAST_POST_TIME}

+

{announcements_row.USERNAME_FULL_LAST} + {NEWEST_POST_IMG}{READ_POST_IMG} +

+
{TOTAL_ANNOUNCEMENTS} + • {AP_PAGE_NUMBER} • {AP_PAGINATION} • {AP_PAGE_NUMBER}
+{$C_BLOCK_F_L}{$C_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/attachments.html b/root/styles/subsilver2/template/portal/modules/attachments.html new file mode 100644 index 00000000..25d0eb38 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/attachments.html @@ -0,0 +1,20 @@ + +{$LR_BLOCK_H_L} {L_ATTACHMENTS}{$LR_BLOCK_H_R} + + + + +
+ + {L_FILENAME}
+ +  {attach.FILENAME}
+ {L_FILESIZE}:{attach.FILESIZE}
+ {L_DOWNLOADS}:{attach.DOWNLOAD_COUNT}
+
+ + + {L_NO_ATTACHMENTS} + +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/birthdays_side.html b/root/styles/subsilver2/template/portal/modules/birthdays_side.html new file mode 100644 index 00000000..c9cb79bc --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/birthdays_side.html @@ -0,0 +1,27 @@ + +{$LR_BLOCK_H_L} {L_BIRTHDAYS}{$LR_BLOCK_H_R} + + + + + + + + + +
+ + {L_CONGRATULATIONS}:
{BIRTHDAY_LIST} + + {L_NO_BIRTHDAYS} + +
+ {L_BIRTHDAYS_AHEAD}: +
+ + {BIRTHDAYS_AHEAD_LIST} + + {L_NO_BIRTHDAYS_AHEAD} + +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/calendar_side.html b/root/styles/subsilver2/template/portal/modules/calendar_side.html new file mode 100644 index 00000000..a68e4c95 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/calendar_side.html @@ -0,0 +1,89 @@ + + +{$LR_BLOCK_H_L} {L_PORTAL_CALENDAR}{$LR_BLOCK_H_R} + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
{U_PREV_MONTH}{L_MINI_CAL_MONTH}{U_NEXT_MONTH}
{L_MINI_CAL_SUN}{L_MINI_CAL_MON}{L_MINI_CAL_TUE}{L_MINI_CAL_WED}{L_MINI_CAL_THU}{L_MINI_CAL_FRI}{L_MINI_CAL_SAT}{L_MINI_CAL_SUN}
{mini_cal_row.mini_cal_days.MINI_CAL_DAY}
+
+ + + + + + + + + + + + +
{L_CURRENT_EVENTS}:
+ + {cur_events.EVENT_TITLE}:
+ {L_EVENT_TIME}: {cur_events.START_TIME}
+ {L_EVENT_START}: {cur_events.START_TIME}
{L_EVENT_END}: {cur_events.END_TIME}
+ {L_EVENT_ALL_DAY}
+ + {cur_events.EVENT_DESC} +
+
{L_NO_CUR_EVENTS}
+ + + + + + + + + + + + +
{L_UPCOMING_EVENTS}:
+ + {upcoming_events.EVENT_TITLE}:
+ {L_EVENT_TIME}: {upcoming_events.START_TIME}
+ {L_EVENT_START}: {upcoming_events.START_TIME}
{L_EVENT_END}: {upcoming_events.END_TIME}
+ {L_EVENT_TIME}: {upcoming_events.START_TIME}
{L_EVENT_ALL_DAY}
+ + {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/root/styles/subsilver2/template/portal/modules/clock_side.html b/root/styles/subsilver2/template/portal/modules/clock_side.html new file mode 100644 index 00000000..bede16b3 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/clock_side.html @@ -0,0 +1,14 @@ + +{$LR_BLOCK_H_L} {L_CLOCK}{$LR_BLOCK_H_R} + + + + +
+
+ + + + +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/custom_center.html b/root/styles/subsilver2/template/portal/modules/custom_center.html new file mode 100644 index 00000000..5fb4f0f3 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/custom_center.html @@ -0,0 +1,12 @@ + +{$C_BLOCK_H_L}{$CUSTOM_TITLE}{$C_BLOCK_H_R} + + + + +
+
+ {$CUSTOM_CODE} +
+
+{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/custom_side.html b/root/styles/subsilver2/template/portal/modules/custom_side.html new file mode 100644 index 00000000..ac3d1808 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/custom_side.html @@ -0,0 +1,12 @@ + +{$LR_BLOCK_H_L} {$CUSTOM_TITLE}{$LR_BLOCK_H_R} + + + + +
+
+ {$CUSTOM_CODE} +
+
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/donation_center.html b/root/styles/subsilver2/template/portal/modules/donation_center.html new file mode 100644 index 00000000..0a65bd94 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/donation_center.html @@ -0,0 +1,51 @@ + +{$C_BLOCK_H_L}{L_DONATION}{$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/root/styles/subsilver2/template/portal/modules/donation_side.html b/root/styles/subsilver2/template/portal/modules/donation_side.html new file mode 100644 index 00000000..306e131d --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/donation_side.html @@ -0,0 +1,40 @@ + +{$LR_BLOCK_H_L} {L_DONATION}{$LR_BLOCK_H_R} + + + + +
+
+
+ + + + + + + + + + +
+
+
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/forumlist.html b/root/styles/subsilver2/template/portal/modules/forumlist.html new file mode 100644 index 00000000..80e08012 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/forumlist.html @@ -0,0 +1,13 @@ + + + + + + + +
\ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/friends_side.html b/root/styles/subsilver2/template/portal/modules/friends_side.html new file mode 100644 index 00000000..52d688df --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/friends_side.html @@ -0,0 +1,23 @@ + +{$LR_BLOCK_H_L} {L_FRIENDS}{$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/root/styles/subsilver2/template/portal/modules/index.html b/root/styles/subsilver2/template/portal/modules/index.html new file mode 100644 index 00000000..c3c1935f --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/index.html @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/jumpbox.html b/root/styles/subsilver2/template/portal/modules/jumpbox.html new file mode 100644 index 00000000..38708545 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/jumpbox.html @@ -0,0 +1,20 @@ + + +
+ + + + + +
{L_SELECT_TOPICS_FROM}{L_MODERATE_FORUM}{L_JUMP_TO}:  
+ +
+
+ \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/latest_bots_side.html b/root/styles/subsilver2/template/portal/modules/latest_bots_side.html new file mode 100644 index 00000000..ad641a13 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/latest_bots_side.html @@ -0,0 +1,13 @@ + +{$LR_BLOCK_H_L} {LAST_VISITED_BOTS}{$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/root/styles/subsilver2/template/portal/modules/latest_members_side.html b/root/styles/subsilver2/template/portal/modules/latest_members_side.html new file mode 100644 index 00000000..3bf792f0 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/latest_members_side.html @@ -0,0 +1,15 @@ + +{$LR_BLOCK_H_L} {L_LATEST_MEMBERS}{$LR_BLOCK_H_R} + + + + +
+ {L_USERNAME} + {L_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/root/styles/subsilver2/template/portal/modules/leaders_ext_side.html b/root/styles/subsilver2/template/portal/modules/leaders_ext_side.html new file mode 100644 index 00000000..0dd770cd --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/leaders_ext_side.html @@ -0,0 +1,25 @@ + +{$LR_BLOCK_H_L} {L_THE_TEAM}{$LR_BLOCK_H_R} + + + + + + + + + + + + + + + +
+ {group.GROUP_NAME} +
+ {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/root/styles/subsilver2/template/portal/modules/leaders_side.html b/root/styles/subsilver2/template/portal/modules/leaders_side.html new file mode 100644 index 00000000..bf572656 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/leaders_side.html @@ -0,0 +1,41 @@ + +{$LR_BLOCK_H_L} {L_THE_TEAM}{$LR_BLOCK_H_R} + + + + + + + + + + + + + + + + + + + + + + + + + +
+ {L_ADMINISTRATORS} +
+ {admin.USERNAME_FULL}
+
+ {L_NO_ADMINISTRATORS_P} +
+ {L_MODERATORS} +
+ {mod.USERNAME_FULL}
+
+ {L_NO_MODERATORS_P} +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/link_us_side.html b/root/styles/subsilver2/template/portal/modules/link_us_side.html new file mode 100644 index 00000000..a47bf32c --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/link_us_side.html @@ -0,0 +1,11 @@ + +{$LR_BLOCK_H_L} {L_LINK_US}{$LR_BLOCK_H_R} + + + + +
+ {LINK_US_TXT}
+
+
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/links_side.html b/root/styles/subsilver2/template/portal/modules/links_side.html new file mode 100644 index 00000000..12875547 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/links_side.html @@ -0,0 +1,18 @@ + +{$LR_BLOCK_H_L} {L_PORTAL_LINKS}{$LR_BLOCK_H_R} + + + + + + + + + + +
+  {portallinks.LINK_TITLE} +
+ {L_LINKS_NO_LINKS}
+
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/login_box_side.html b/root/styles/subsilver2/template/portal/modules/login_box_side.html new file mode 100644 index 00000000..24f6a64c --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/login_box_side.html @@ -0,0 +1,24 @@ + +
+{$LR_BLOCK_H_L} {L_LOGIN_LOGOUT}{$LR_BLOCK_H_R} + + + + +
+ {L_USERNAME}:
+

+ {L_PASSWORD}:
+ + +

+ + {L_UM_LOG_ME_IN}
+ + +
+ + +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} +
\ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/main_menu_side.html b/root/styles/subsilver2/template/portal/modules/main_menu_side.html new file mode 100644 index 00000000..f8b2751b --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/main_menu_side.html @@ -0,0 +1,27 @@ + +{$LR_BLOCK_H_L} {L_M_MENU}{$LR_BLOCK_H_R} + + + + + + + + + + + + + + + + + +
+ {portalmenu.CAT_TITLE} +
+ {portalmenu.links.LINK_TITLE} +
+ {L_MENU_NO_LINKS}
+
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/news_center.html b/root/styles/subsilver2/template/portal/modules/news_center.html new file mode 100644 index 00000000..47504c4b --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/news_center.html @@ -0,0 +1,69 @@ + +{$C_BLOCK_H_L}{L_LATEST_NEWS}{$C_BLOCK_H_R} + + + + +
+ + + {L_NO_NEWS} + + + + + + + + + + + +
+ + {NEWEST_POST_IMG}{READ_POST_IMG} {news_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL}: {news_row.TITLE}
+ {L_POSTED} {L_POST_BY_AUTHOR}: {news_row.POSTER_FULL} » {news_row.TIME} + + + {L_FORUM}: {news_row.FORUM_NAME} + + +

+
+ {news_row.TEXT} +
+ +

+ + + + + + + + + + +
{L_ATTACHMENTS}:
{news_row.attachment.DISPLAY_ATTACHMENT}
+ +

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

{L_POSTED} {L_POST_BY_AUTHOR} {news_row.POSTER_FULL} » {news_row.TIME} + +
{L_FORUM}: {news_row.FORUM_NAME} + + {L_REPLIES}: {news_row.REPLIES} • {L_VIEWS}: {news_row.TOPIC_VIEWS} +

+

{news_row.REPLIES}

{news_row.TOPIC_VIEWS}

+

{news_row.LAST_POST_TIME}

+

{news_row.USERNAME_FULL_LAST} + {NEWEST_POST_IMG}{READ_POST_IMG} +

+
{TOTAL_NEWS} + • {NP_PAGE_NUMBER} • {NP_PAGINATION} • {NP_PAGE_NUMBER}
+{$C_BLOCK_F_L}{$C_BLOCK_F_R} + + +
\ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/poll_center.html b/root/styles/subsilver2/template/portal/modules/poll_center.html new file mode 100644 index 00000000..871a65ee --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/poll_center.html @@ -0,0 +1,78 @@ + + +{$C_BLOCK_H_L}{L_LATEST_POLLS}{$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/root/styles/subsilver2/template/portal/modules/poll_side.html b/root/styles/subsilver2/template/portal/modules/poll_side.html new file mode 100644 index 00000000..874eb985 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/poll_side.html @@ -0,0 +1,78 @@ + + +{$LR_BLOCK_H_L} {L_PORTAL_POLL}{$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/root/styles/subsilver2/template/portal/modules/random_member_side.html b/root/styles/subsilver2/template/portal/modules/random_member_side.html new file mode 100644 index 00000000..b8117c43 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/random_member_side.html @@ -0,0 +1,28 @@ + +{$LR_BLOCK_H_L} {L_PORTAL_RANDOM_MEMBER}{$LR_BLOCK_H_R} + + + + +
+ +
{random_member.USERNAME_FULL}
+ {random_member.AVATAR_IMG}
+ {random_member.RANK_TITLE}
+ {random_member.RANK_IMG}
+
+
+ {L_RND_JOIN}:{random_member.JOINED}
+ {L_RND_POSTS}:{random_member.USER_POSTS}
+ + {L_RND_OCC}:   {random_member.USER_OCC}
+ + + {L_RND_FROM}:   {random_member.USER_FROM}
+ + + {L_RND_WWW}
+ + +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/recent_center.html b/root/styles/subsilver2/template/portal/modules/recent_center.html new file mode 100644 index 00000000..d351152b --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/recent_center.html @@ -0,0 +1,35 @@ + + +{$C_BLOCK_H_L}{L_PORTAL_RECENT}{$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} + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/search_side.html b/root/styles/subsilver2/template/portal/modules/search_side.html new file mode 100644 index 00000000..3c681fc6 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/search_side.html @@ -0,0 +1,84 @@ + + + +{$LR_BLOCK_H_L} {L_PORTAL_SEARCH}{$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/root/styles/subsilver2/template/portal/modules/statistics_side.html b/root/styles/subsilver2/template/portal/modules/statistics_side.html new file mode 100644 index 00000000..b6d1cf14 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/statistics_side.html @@ -0,0 +1,25 @@ + +{$LR_BLOCK_H_L} {L_STATISTICS}{$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/root/styles/subsilver2/template/portal/modules/stylechanger_side.html b/root/styles/subsilver2/template/portal/modules/stylechanger_side.html new file mode 100644 index 00000000..b434e1e0 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/stylechanger_side.html @@ -0,0 +1,14 @@ + + +{$LR_BLOCK_H_L} {L_BOARD_STYLE}{$LR_BLOCK_H_R} + + + + +
+ +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/topposters_side.html b/root/styles/subsilver2/template/portal/modules/topposters_side.html new file mode 100644 index 00000000..714d3ad0 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/topposters_side.html @@ -0,0 +1,15 @@ + +{$LR_BLOCK_H_L} {L_TOPPOSTERS}{$LR_BLOCK_H_R} + + + + +
+ {L_USERNAME} + {L_POSTS}
+ + {topposters.USERNAME_FULL} + {topposters.POSTER_POSTS}
+ +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/user_menu_side.html b/root/styles/subsilver2/template/portal/modules/user_menu_side.html new file mode 100644 index 00000000..d2145acb --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/user_menu_side.html @@ -0,0 +1,81 @@ + +{$LR_BLOCK_H_L} {L_USER_MENU}{$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} +
+ {PRIVATE_MESSAGE_INFO} +
+ {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/root/styles/subsilver2/template/portal/modules/welcome_center.html b/root/styles/subsilver2/template/portal/modules/welcome_center.html new file mode 100644 index 00000000..6d28557e --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/welcome_center.html @@ -0,0 +1,12 @@ + +{$C_BLOCK_H_L}{L_PORTAL_WELCOME}{$C_BLOCK_H_R} + + + + +
+
+ {PORTAL_WELCOME_MSG} +
+
+{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/whois_online_center.html b/root/styles/subsilver2/template/portal/modules/whois_online_center.html new file mode 100644 index 00000000..aa2b8929 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/whois_online_center.html @@ -0,0 +1,20 @@ + +{$C_BLOCK_H_L}{L_WHO_IS_ONLINE}{L_WHO_IS_ONLINE}{$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}: {PORTAL_LEGEND}
+{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/portal_body.html b/root/styles/subsilver2/template/portal/portal_body.html new file mode 100644 index 00000000..bd77ea14 --- /dev/null +++ b/root/styles/subsilver2/template/portal/portal_body.html @@ -0,0 +1,109 @@ + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + +
+ + + + + + + + +
+ + + +
+ +
+ \ No newline at end of file diff --git a/root/styles/subsilver2/theme/images/portal/board3clock.swf b/root/styles/subsilver2/theme/images/portal/board3clock.swf new file mode 100644 index 0000000000000000000000000000000000000000..d2385a042f07fe8c088555138889dba006a62a58 GIT binary patch literal 1640 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 literal 0 HcmV?d00001 diff --git a/root/styles/subsilver2/theme/images/portal/paypal.gif b/root/styles/subsilver2/theme/images/portal/paypal.gif new file mode 100644 index 0000000000000000000000000000000000000000..0044501d82b7f3d4f2cb9ba534ac99c2cc267f60 GIT binary patch literal 2923 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 literal 0 HcmV?d00001 diff --git a/root/styles/subsilver2/theme/images/portal/portal_attach.png b/root/styles/subsilver2/theme/images/portal/portal_attach.png new file mode 100644 index 0000000000000000000000000000000000000000..68307ecff3905ae6f0f2ed0967a177133835dd67 GIT binary patch literal 1003 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GXl4m>B|mLR^7d2E!l*%P0oRWCqJ@ zhM*RPpeYPNa~Oh_GDIz9XbEEIiDI}nh2cMgfFXl`6NA9LITBtBigW&JK3{4G1VF7z z|2sWj>$Ubj(2}4ahA0V!sIC8_-tSG``#)PkvACF__}KsA_s4+dwzM#`v`lF^_rHfB zsOSB;DGX6lrYxN^XYHJ8|CcV^y7l@0y?Yt<9=o>p`}1SRB(B|i{`~p(_fcElfB*kI z`PldW|Nm#7`(J(Sf6KN1Q||p=3RDdg+X@sO1*0KAb_l2}v=aqp0ltzTzhD$Y7+eqB zIRTXE@pN$vskoJU<~m=KfrP`u{aU$QQQtMXb`F`*y3CdYy33ZGKACaj zz1c)JZ^5Ng1ey%p*v{(IUz~M)gJEygt39)R)vXU*Z_r!T_tfNiDp0EO3$rS>#AL69 Rx2J=0t*5J>%Q~loCIBVv1Csy% literal 0 HcmV?d00001 diff --git a/root/styles/subsilver2/theme/images/portal/portal_birthday.png b/root/styles/subsilver2/theme/images/portal/portal_birthday.png new file mode 100644 index 0000000000000000000000000000000000000000..5c1ca3c0f047e2f27f6a4ddf6e7c62686711ff89 GIT binary patch literal 1122 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 kRR$!0YyivkKmx=vV@a|w4d?1G z{A&|1yzGF~TZ8KHTl_r*T3@s<=A;pUk6t|eFbv0%74?%+OlCdki0e@06yy3x1%Foo zZA8IP3kLWJ+!ohD8&$%-Xu;s38IP9-L1$fP3CnTSerf$50rgDty6Lr^*!3d)Z5bO| z-!b-f1e)3AZ8+nCGAzU8!LrRAB^VQ3$5hYdKYA07xLVs{S`MaSy~ut|Ll;xQn;C~< zTE=EZ#ZWme+JuKV0b`<5t|FFt=DRug$%=#6R&beFSRGVu!=XktGv>d{p(*$PrItbs zC%{@V&UayoG-zyPh^uwrJq0zft&6HKksgOU)PPF&4Gy0B97SX;1Yuth&KvTM@H8_D zI|j&k17#5C^Q5`mXHM}n5yer~ z1v@0vf}XSMShQ`!KZ;`Qm@#H#oe^ U8%xtYa{vGU07*qoM6N<$f()ing#Z8m literal 0 HcmV?d00001 diff --git a/root/styles/subsilver2/theme/images/portal/portal_friends.png b/root/styles/subsilver2/theme/images/portal/portal_friends.png new file mode 100644 index 0000000000000000000000000000000000000000..5024275cf3c891027ea9b714f350cc71e52f1dfc GIT binary patch literal 453 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 Y0Q@vmxS9<$k^lez07*qoM6N<$f-q&tssI20 literal 0 HcmV?d00001 diff --git a/root/styles/subsilver2/theme/images/portal/portal_members.png b/root/styles/subsilver2/theme/images/portal/portal_members.png new file mode 100644 index 0000000000000000000000000000000000000000..8e649a80b13687b9bef567e7bc9cc45a78d78591 GIT binary patch literal 1173 zcmV;G1Zw+RCwBA zoaw{N!0`Vc!}ot&f&!Wj<=XaM{!ENtIF9bzzHjA@6WuQ#{o_i10{Q3X?63hUA0AjY|`^q3LDdeT;;Nr{p=PS^5pynTM zfVO>Pcz@>sgN3A-sb1$)KY^%F6LBv`dp$`Jzw@Wh-MIVX=WU>M3;+QDK>)u015O|R z0QLC&7$q?)PzDME1^@Q!0RR2>0QB_i0QTAS03BF&00bKs0RQy#00I2>01`Ga4j}mS zGOfhSvH1W1@&W)s0KWeN<0}FHxBL0y6bScAFBcXX_yGC<^!o4s>Cnpn3=1a!3@0)G z|Mc+y0QmL*|Mv3$0sZ~}4+;bmwz<2@<@Wm30*K|JG9#0=fkpB&d26Mk&z>@{-M+%` z`|D?hn?KSY#6G?UyNKc6KZd{m{xUHB{?G8|`xl0v42&G0FaQW37BL<%r$+Pq zZU=QY_B+4cF|cp1W#D|y!633Ahk@nRH-^72A2a+H0>;dLMuvZXe=#tAddIMR%br_T z-+Vp^ib#L}Vlh=RNm7&+V*l~`4TA<3(68lf3=F@1F(`0IGHieMp5fK=D-3!v4}h-t z2lUE&hDRT`8FsRI|7792{^!@Hn+yN}06_r0{{uWHzl-`~dR~ z^#H-j?*I)49{?38BLL&@1pvR@`vBqs9sunnI{-sSIv4>57$(fcwYLI@<@4|NT+jd9 zW?=gMnt_v*n}O>O3&Zm#jKHMe!(d{@%^)Gn$nZ-_n?b->n}G|M?08s#z5%8tuRwo~ zt?OLk00M~lmoTe?l*K>wKP(>^zWn*X@RjKq!;Q;8gIL`e_(fS5zW)Y?9|I>)GcXJp z-UGw)`PcsppBR`Ku3UKd4CtIV-ks%uJ9Z{QD0B!}q^H7XmZFe^xF&fB<3vI_KP-MNfS1u6*juD#WhH$o8F; zm6=yXu=+L?)F)%#7`QSG|05LQ0axpOc{Pl(5*WXKj ze=;BX`}^PiUoW2Tc=L=`he1?b{TDkY!)KtTPe7aB1C!nxpn;Db|6(|@aKn%Lhk9lL z1P~*GxDZh08!+mC9_8j>VC4ME@c$jqt^b6@*aZ~R_~rG@IR%8dnOIm@K!Ne|^XK0m npWJ-?^~HhR3=AJv00bBSe}JO598q-#00000NkvXXu0mjfh~O-F literal 0 HcmV?d00001 diff --git a/root/styles/subsilver2/theme/images/portal/portal_menu.png b/root/styles/subsilver2/theme/images/portal/portal_menu.png new file mode 100644 index 0000000000000000000000000000000000000000..a4da1c1561f03d65ef948a4c28b9fd1bfa8cc016 GIT binary patch literal 855 zcmV-d1E~CoP)Qe@#_!*M{%>iin+*^^EGjDUXQZSgg#P~h`wya#5oj(G10y37*nofk{{DUb{0+B` zp)QNKgeb$$pFbJc**O^Azx&9*!op$>5I`&zmPT^+cIJ#5u@nn{X*gPDy1Ab?mDSdTF} z{Xfp|^DjsrP&-H`$bO(RSpG9I{0HLC|D71#a>_9X^8I1>^P7QzjSVQqEXeSW;Ufb; z0I~dF{Qmy~+ZzU;{XlI%1DK$}3uLe`{s$WLkKr%NPlg|26Byo$voZYq^@o9zlbzwq zhp!C(m=YKO0*K`|UkJlz)mnxhKYl@+&j{5IbO{qP&@`Y+{=U7#!0_iY!;hbQ48MQ> z0ekh&?|;BRW?=&eAQl!@R>q${{xkge{tx1Os24zi$i(!Yft7`g;l+!m|2J)1|BaKA z6BN9RKuy2^{KNG4@%@_s0mSm<%a8wGzy1Q6{2S~ACMLKaz){M|!p!jc)yv;ox2}i; z3SI(YPNa173Lt=3L_~xbrKN=#zJLD#b^$D5LL9@$z{SPQz{A4@5_$o|4;i3g1#%(K ze+&Qt#Pa&}yZ?9ZK8Cu03F-rgH$bl8;^JZW`t>J>#|hE^(Z~pQ0zd$<$jM1F85!v^ zeEaqT;e8}8aC7r8?AcokqMFU{xLwj!oUC!K#Y=-@@+uc0*HS@5)r}x5Sy8qiS^5uPfy>ydszV#c#57I h0Ro7T((DWnU;v-V`~~Z;X1cdvEP)HQ1V$OOc!41XCJnZ7YH%d(1#^hEcjS!&qrV)*qpg5m!^xE6o_ zVgZwk3=F@2|Keo)&lDoTFBKxpBPz|#z|I6z_wVmdhJQ-@$_hSKmJH^$3hIj&8ZDo( zWuDPL2IfizW|qGI0mR6V0W{zTgMq53+U#hD2ooiB35LJiUx1GJ4L14T|NlUzurqvQ zeai5T;{k&qiyOnm^&c2o=TGhX_4|7XKmf4-)v4%98EmYIE|$9@aFF5Dzw->@4AKm& z|Ji^B{0ExB$N+R1!^5}t8SekO#ULo7!XPJV$iT+HF7xa67j}RE06_r0{{#^Q5`|$z zUmm6SnE(ak0{}$&RshP*(DL*1>h1#q1_Ju}`~M^kBN{nMP6Z$b-vINp5CDLsezo-X z@o)eK4fp~8K>)u01S}UTOb!(d0RHa^080W_0D+r@*5T^jU;qaJ-~jRe2>|v03?dyT zuPG{jCeFj@^r^v_hX4QjkpTY&_5l3_00IC(0KWeL9dRJ-JR&>@2m%TJ+2h^<#@WGm z00;e&00#>f0Qmsw0P+kK2?h2qBr<(q`14PZONg)GKLd;E_pd*l7(Vm8V)*+{k>T^VM+_WH0S0O&^K7)tn125H z#jxkxxgP)l!~zVY#|&(csATy5FWJ}3zd6b!TC#O+>)k7NFY+?5eEkPZ6K@#4Gsp_F z$>+DE74!Z!zQUl%V8!q-o8v$Gq=L}GBvVgi1{pRH1|Qu3IXNMv z?HsIJOn-m<|I5R{!|UW=C4NzA3&Xol_ZfcNmSZ?|;o>oX0AgeaXJBS!=A7CV-I~s9 z@RniQ%e4%$Ov(&$+$z9i{TG_f7#aRB{bG3f?=Ay3D+hz~&sc^j&D-DZKX=dvAb@}_ zVE*^-FXQLWpFT6NefrDr^5aJaK9(O0-~aq!`1S86*ns~)$jrdPpz+6+;rBg0hL$zU z@1MVZKAnM!{RBV&06_r0{{aA73jhH8`~m{^1BqcfVRRxs7XTd#9RR(h%=*#e+1UsM z3IPHB0|Nd00RZXl^Xus3;kfzx_nZI+2kZa^0{{Yuks*o;oZuLK0wdzXk0=XehsGfL z0F_zm=ia+>`=TuaGw%n6f50gF$NHCnmHR8h_aDHt%?Z)N!o&a&KoA2!nd=Wb1H%_! z`v3A*k(FJnmVuE|`}d!pz6{^KyaE~kRKp6?0Cerw@4!H3gBt)4U;u+DZiDn0zODcO N002ovPDHLkV1lp~7i0hc literal 0 HcmV?d00001 diff --git a/root/styles/subsilver2/theme/images/portal/portal_search.png b/root/styles/subsilver2/theme/images/portal/portal_search.png new file mode 100644 index 0000000000000000000000000000000000000000..6dd1931589b453f6cc9772fd1851d8705d6b6631 GIT binary patch literal 813 zcmV+|1JeA7P)lXvaa)1B=8vtU6i;3jw7+Lm8D5$Z@i10EnF)=bcefw4K z$^E-CUfjQG`svfBbfD6|R#sLFj6lo3FG$G6@;ee>>~6i|H^5OY8c00W#fi<*1vzh{0&qu3dB`V0{{XDY`}(1n>S9M(9!zw#!&`A z#;*+0{6GVMSeWGp!`o{o8NPge#o%jgs54WT$qnQYpsyGNpauX05F;oJfZ`Pdw6!$j zynTH0RMa&!n3$Pa9zVGEY{&L(3qnPBl_DG6<9Xk0`Fl3`LiD4@pH{vDsxJWQ1qdJp zEJ>M}osCtQlY?CgW>F{;gVK#SmgoOZnEn5J%EtIXaWQXAO>Rdf)WFR;gt~f zXaA3z{{L{q=l48y!32@gb6YS2oH?OvlpIUtN!?YKll0L^S$qVKA&T` zYgh5&lHve>m%Tb`eFXXcP7EH|VjogQfUQyFC;)043pt;9BV43iu|>O~aHqCJxmOK} zf~NTy>1yklsw#uQEw{;WTylqO zY$B=PqR`D#H1iX7fi z;ThWS2p#szBvPs6&}g;WF=HBDOQtuivP>stAJ-S;S|k(tFRZC6`!6QeFRmNCKPBbx z79o@VW9+3-ZXCWJKJrF&Q5+RuGMn{?STrx&E74t&NEYAX3Z8g0TkMRZ zi)werb(C^m$b*VdZFO-kVIX*eI{rF0%w_ zlUv}~YDA`PS$MLLqfNbwGGDVE-z+`3y1IaW>T7kr&R?#mICk3o)a#rAQJ{c�Crx z4v)tpsv`sZgE$Nea9Dr^;qlM_JRGG!z()|mq9B z&z$p|Te1)k`KDJ3iP>Owb2K;~T#h2^%CbOX=8GQO^?a zmASjpCDJg8?OVQq8%bl=R*P#%0l$&zGbUi?d)~)8eet4KlZ?{J*k2`Kx`|97o1I0T zr}4%bxuF=>issA`o;|A&IQT0gWl}2p^S|8mM3djsuc6I9cTgOm>jJ4mxE&b+Zm}%k zNc*h~gvyjAJIJ)y$!2Ri%&&0I&5g|jY4wuuknOsQJR04eVId#%VM%Q)?YwCxoK_o2 zJ!{!!Ecz~o$gWBhJ@z6sP5Gu_z8XZVD?ck*TY3E|E9O7{Flu0afByh0CpuBUV#Qz( zW&i>RVC;n-I_~rU?~a*KO|3=#5JG-#82vHmMGu2P7+>%b)u00c#5Y0RH#@0RR2~00RgD0Q>m<0Qmm^ECvV!UlJS(Llz+i9uyM%3kd=80Oa8O z@wL+c#ozS+a^L^};r{>t00M}G0Sf*Dc|X7ZQ{)lkYPPgf@inxQ=2Oz)Vc-`2%kby- zUxw?ir5J=i@N$^kJr^{8;W5ic559T*Wnj1f5I|r9{{97UiiwFqUq+rmM))v; zK40NruoskO za92_S`t1);@oz8|Vt&iub#pNTr-~Q@gOUuxKOkgaV&DJ>AQlZf3o9`NNrvwacQO2X zC&KXMD;H3a00RR*&~M+r0Tr<@yt?&);cn@12DOJD8D0oJV&Ls#VR-iDJHyxC4DSE} zh(%0Il8awflHu)91qLP_aRxDaEe1|@py^+MamxragoP0p3;!56KK@|%{_h{d-M8Nv zc#hv^ICk~(|IZ8z#{mL}>rC~5I9JbC|`Vdt3-Z-CY;1qdLfJC|<0XZX*}@cZXChQo8#Gb}8f z_W$)Wphj+>rvH%mW%~100a;N$N+I@o&=>G5awlIFjiz>*dWTl iupTHJ%76y|1Q-C424#L%0Fqk(0000qS!`tV<>vnQeC6Al+XuoJc=&HK z{Cdy8C}PO)|LsNwhMy0?1^@&QGXt|5#DIVQ8JJj@fSUg@uyC++ScDl&3o3CCmoYV$ zc>Csm{Ktnko-+LYc!`l$j)CF(4F-n4AHfCy1Q3b=|Ns2e5l|4>>6U97Vjif=^6K+n zhTlvK4D!ZC?0?uq{oX!#BMx z*Sk*)3>+K`%zRu7{2c!oUfg=daDD5>Ti>ou_GS3{>=wuXfB=FR@aLbEx}V-b)c}2# zH}8Ki$emlppwD%VK}YTm!{@J(3@_iwGi(=*V0bU7&G7rvKZaY&Iv@PF+OG-J{{tX^ zSb&-tIHdU7cnxG&?mhX;@aPp2Lx9jVhVrtt3=F(L_y51h@Mbe7!_vcn438MUGYD`o zFz^`rD*U*;GL7Navq=B}#KgeLWW}K_W%ca)KZb{|zA}9M{h#6d4<(@4{0s~?jTjg{ z3Nc)KugY-ey9mRF&tDmyz5K}VO;Cn`QPC{}=mIu?0AgVl73lmS#>@H%==6X8fPwLw zjp4_ip9~C4z(A6C%D}++iQ&&jCWb%Xe>41H|H<&@|1Y36pv%;})EFM_30*K}Ri-YGGJ}cNTumBDC&jyT+e+(!8Su>PR{>NY>@`T~THvxv@KXe(sf^7W_ zbm9NM5d8Yae}<2DZUF=kGs92Tmkb>05sXsGOyVNH7;N~iF_nFqH4VM{~uRs2o;py&a48J~900a;-1B)ck z-#0dVe|~5SLnhQmjW z{NBB5*Qp;req;glU4rFCfB=FU!1DhcC`~aiF);x%B%?DsJG(C{E2}IpYMFqVp8x*+ ldnZu+Rv`X^oSgvz3;>%0Rm29zIxYYJ002ovPDHLkV1gS7`m_K5 literal 0 HcmV?d00001 diff --git a/root/styles/subsilver2/theme/images/portal/portal_user.png b/root/styles/subsilver2/theme/images/portal/portal_user.png new file mode 100644 index 0000000000000000000000000000000000000000..4aeaa1d3b6fb9073560a28416bac6370ea0d046d GIT binary patch literal 1130 zcmV-w1eN=VP)U*BN& zSzDOF4Wy3=iU9%$gc+Fmg&3H4`5CyxWgC@(>a4hAbQlBm>)@55SoH!SL$!7lsc4 z`V8m3$1yy8^W($TRkIV{J-WDo;rm?%fB*tVqj2O`uGAU7u3WnP>Hn2Gzy4o(^Z);< z{dfN#a5VgXT#ohs{F&?j&$#;k|AA}&|KE7@|9|hwTfdkEZ9+k=2M8dr0s490J2qYT z`TyL#&;LLE{P+L;kN^MQdM>c@ZWv-0FG>VNg;+WFJ3Xc2gdo4=dT&= zd}3sH{f&Xa)Y)5)qQ7AFf?z`0*ZS(LYs&@4tYq14j9aFO0w#`p*UsKwtx|96fSR(b!&1 zkPDbRfzD(44@`)x(hSdqR2ZIrVPd!~qtEdFEd#@UpamTKK+QlGo;iA(;pd0@_W%M2 z9F2^;?ryTqC2MrNoOp#LnHjh^fCg~`4FaaFKfnGmu<&y*{QC+_**}2c1k4_{j$CB8 zzM}Nj-w(Te0RjkO0FONb!`H_etil@gJaQHmT%y9fY+M}7jO;8-Ow3FS|9|{u_zjGe wZ|^?*`ttP3`ybEt?Pd7)ydCKH#{dBa05@2_T&bJ#J^%m!07*qoM6N<$f-%W4!vFvP literal 0 HcmV?d00001 diff --git a/root/styles/subsilver2/theme/images/portal/topposters.png b/root/styles/subsilver2/theme/images/portal/topposters.png new file mode 100644 index 0000000000000000000000000000000000000000..4a52bb1c5acc7f375f92bfb9a36535c8a9d5c355 GIT binary patch literal 1097 zcmV-P1h)H$P)NdIU0|NB2H(|-n5#=rkrnHd=v|Nr~X$;!g`=Ec+R zOEygH`u&TqMU>+KgXfRy3@?D1F9I<@0I>**|CW`~<6^Y2QDjt*7H44RWME)pWnkdq z0%8sZ1`Z%!keh+mdA?RtZNnVnN6)W^vokPcaWgZ>|N6^N3=lvpKfe6@{F9kO;K}zV z49`!zVNjA)X5i%E0NT#Lz{vr@Lc$CTKFRuw{1R0G)3ZC&8=3;+QD zK>)u00|NjVQx_vZ8#6r>00{0Q~v@0Q&p^0NmL60R7CA z0AFDC4I*7w0S*Na0OH8WCISFK0KWeO`S|zG^6T(500Joh4Gs1H2O|0a=-t%-=;Z|f z0Q~#_2MrDY|MLF;2-%VVLs;?v8bb~M0O@N0w8JX^zUc|?0*K}Jzpp31y?&U=$mqhz z#m2$#?ag}zX)SIBR-oJ1xOo^}T)xS`aHE?cpjeSXL?0Mx50)^j?fc76HS@*o`+pc> z0RjjZ=D$yUeD&)4r#D|2#ARg}xPY2|eE!BDA|}Pa_VF!)#Orws5v7_8B1(@K{+w9J zFtLR3f67$G<3P>MK;upV1P}`Y1JkuHA0Iw{_2h#xD~Ak&keC<)3*$eAuW#NmeB9r` z5D+85!0~ZE!`r=A8Jec^{+oLK%c{Q&{}X|le}K{fKmY*^xc2Y+SI%qip1oK8`9p?* zhZ`7g|9>((y?%|s(aC~=<61Yvw;8^D{m*dbAuj_<>C{Ur*0!A4ne~BMTS<1Q0L`J_EVG|2=