diff --git a/phpBB/adm/style/install_footer.html b/phpBB/adm/style/install_footer.html index 2d9ee0fb9d..ea197e2ac8 100755 --- a/phpBB/adm/style/install_footer.html +++ b/phpBB/adm/style/install_footer.html @@ -18,7 +18,7 @@ // -->
This is the official location for all supported language sets. If you download a package from a 3rd party site you do so with the understanding that we cannot offer support. So please, do not ask for help in these cases!
-Installation of these packages is straightforward, simply download the required language pack and unarchive it into the languages/ folder. Please ensure you retain the directory structure when doing this! Once uploaded go to the Admin->System->Language Packs
and install the now appeared new language pack. To install the style image packs you should unarchive the file/s into the styles/subSilver/imageset directory, again you must retain the directory structure. Once installed the languages will become immediately available.
Installation of these packages is straightforward, simply download the required language pack and unarchive it into the languages/ folder. Please ensure you retain the directory structure when doing this! Once uploaded go to the Admin->System->Language Packs
and install the now appeared new language pack. To install the style image packs you should unarchive the file/s into the styles/subsilver2/imageset directory, again you must retain the directory structure. Once installed the languages will become immediately available.
If your language is not available please visit our forums where you will find a topic listing translations currently available or in preparation. This topic also gives you information should you wish to volunteer to translate a language not currently listed
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php index 75f4fc4a56..5837a09834 100644 --- a/phpBB/install/install_update.php +++ b/phpBB/install/install_update.php @@ -1176,7 +1176,7 @@ class install_update extends module /* Get custom installed styles... $sql = 'SELECT template_name, template_path FROM ' . STYLES_TEMPLATE_TABLE . " - WHERE LOWER(template_name) NOT IN ('subsilver', 'prosilver')"; + WHERE LOWER(template_name) NOT IN ('subsilver2', 'prosilver')"; $result = $db->sql_query($sql); $templates = array(); @@ -1191,11 +1191,11 @@ class install_update extends module foreach ($info['files'] as $filename) { // Template update? - if (strpos(strtolower($filename), 'styles/subsilver/template/') === 0) + if (strpos(strtolower($filename), 'styles/subsilver2/template/') === 0) { foreach ($templates as $row) { - $info['custom'][$filename][] = str_replace('/subSilver/', '/' . $row['template_path'] . '/', $filename); + $info['custom'][$filename][] = str_replace('/subsilver2/', '/' . $row['template_path'] . '/', $filename); } } } diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 9d9a26e3f2..e046a72b23 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -379,16 +379,20 @@ INSERT INTO phpbb_acl_roles (role_name, role_description, role_type, role_order) # -- phpbb_styles -INSERT INTO phpbb_styles (style_name, style_copyright, template_id, theme_id, imageset_id) VALUES ('subSilver', '© phpBB Group', 1, 1, 1); +INSERT INTO phpbb_styles (style_name, style_copyright, style_active, template_id, theme_id, imageset_id) VALUES ('prosilver', '© phpBB Group', 1, 1, 1, 1); +INSERT INTO phpbb_styles (style_name, style_copyright, style_active, template_id, theme_id, imageset_id) VALUES ('subsilver2', '© phpBB Group', 1, 2, 2, 2); # -- phpbb_styles_imageset -INSERT INTO phpbb_styles_imageset (imageset_name, imageset_copyright, imageset_path, site_logo, upload_bar, poll_left, poll_center, poll_right, icon_friend, icon_foe, forum_link, forum_read, forum_read_locked, forum_read_subforum, forum_unread, forum_unread_locked, forum_unread_subforum, topic_moved, topic_read, topic_read_mine, topic_read_hot, topic_read_hot_mine, topic_read_locked, topic_read_locked_mine, topic_unread, topic_unread_mine, topic_unread_hot, topic_unread_hot_mine, topic_unread_locked, topic_unread_locked_mine, sticky_read, sticky_read_mine, sticky_read_locked, sticky_read_locked_mine, sticky_unread, sticky_unread_mine, sticky_unread_locked, sticky_unread_locked_mine, announce_read, announce_read_mine, announce_read_locked, announce_read_locked_mine, announce_unread, announce_unread_mine, announce_unread_locked, announce_unread_locked_mine, global_read, global_read_mine, global_read_locked, global_read_locked_mine, global_unread, global_unread_mine, global_unread_locked, global_unread_locked_mine, pm_read, pm_unread, icon_contact_aim, icon_contact_email, icon_contact_icq, icon_contact_jabber, icon_contact_msnm, icon_contact_pm, icon_contact_yahoo, icon_contact_www, icon_post_delete, icon_post_edit, icon_post_info, icon_post_quote, icon_post_report, icon_post_target, icon_post_target_unread, icon_topic_attach, icon_topic_latest, icon_topic_newest, icon_topic_reported, icon_topic_unapproved, icon_user_online, icon_user_offline, icon_user_profile, icon_user_search, icon_user_warn, button_pm_forward, button_pm_new, button_pm_reply, button_topic_locked, button_topic_new, button_topic_reply, user_icon1, user_icon2, user_icon3, user_icon4, user_icon5, user_icon6, user_icon7, user_icon8, user_icon9, user_icon10) VALUES ('subSilver', '© phpBB Group, 2003', 'subSilver', 'site_logo.gif*94*170', 'upload_bar.gif*16*280', 'poll_left.gif*12*4', 'poll_center.gif*12*', 'poll_right.gif*12*4', '', '', 'forum_link.gif*25*46', 'forum_read.gif*25*46', 'forum_read_locked.gif*25*46', 'forum_read_subforum.gif*25*46', 'forum_unread.gif*25*46', 'forum_unread_locked.gif*25*46', 'forum_unread_subforum.gif*25*46', 'topic_moved.gif*18*19', 'topic_read.gif*18*19', 'topic_read_mine.gif*18*19', 'topic_read_hot.gif*18*19', 'topic_read_hot_mine.gif*18*19', 'topic_read_locked.gif*18*19', 'topic_read_locked_mine.gif*18*19', 'topic_unread.gif*18*19', 'topic_unread_mine.gif*18*19', 'topic_unread_hot.gif*18*19', 'topic_unread_hot_mine.gif*18*19', 'topic_unread_locked.gif*18*19', 'topic_unread_locked_mine.gif*18*19', 'sticky_read.gif*18*19', 'sticky_read_mine.gif*18*19', 'sticky_read_locked.gif*18*19', 'sticky_read_locked_mine.gif*18*19', 'sticky_unread.gif*18*19', 'sticky_unread_mine.gif*18*19', 'sticky_unread_locked.gif*18*19', 'sticky_unread_locked_mine.gif*18*19', 'announce_read.gif*18*19', 'announce_read_mine.gif*18*19', 'announce_read_locked.gif*18*19', 'announce_read_locked_mine.gif*18*19', 'announce_unread.gif*18*19', 'announce_unread_mine.gif*18*19', 'announce_unread_locked.gif*18*19', 'announce_unread_locked_mine.gif*18*19', 'announce_read.gif*18*19', 'announce_read_mine.gif*18*19', 'announce_read_locked.gif*18*19', 'announce_read_locked_mine.gif*18*19', 'announce_unread.gif*18*19', 'announce_unread_mine.gif*18*19', 'announce_unread_locked.gif*18*19', 'announce_unread_locked_mine.gif*18*19', 'topic_read.gif*18*19', 'topic_unread.gif*18*19', '{LANG}/icon_contact_aim.gif', '{LANG}/icon_contact_email.gif', '{LANG}/icon_contact_icq.gif', '{LANG}/icon_contact_jabber.gif', '{LANG}/icon_contact_msnm.gif', '{LANG}/icon_contact_pm.gif', '{LANG}/icon_contact_yahoo.gif', '{LANG}/icon_contact_www.gif', '{LANG}/icon_post_delete.gif', '{LANG}/icon_post_edit.gif', '{LANG}/icon_post_info.gif', '{LANG}/icon_post_quote.gif', '{LANG}/icon_post_report.gif', 'icon_post_target.gif*9*12', 'icon_post_target_unread.gif*9*12', 'icon_topic_attach.gif*18*14', 'icon_topic_latest.gif*9*18', 'icon_topic_newest.gif*9*18', 'icon_topic_reported.gif*18*19', 'icon_topic_unapproved.gif*18*19', '{LANG}/icon_user_online.gif', '{LANG}/icon_user_offline.gif', '{LANG}/icon_user_profile.gif', '{LANG}/icon_user_search.gif', '{LANG}/icon_user_warn.gif', '', '{LANG}/button_pm_new.gif', '{LANG}/button_pm_reply.gif', '{LANG}/button_topic_locked.gif', '{LANG}/button_topic_new.gif', '{LANG}/button_topic_reply.gif', '', '', '', '', '', '', '', '', '', ''); +INSERT INTO phpbb_styles_imageset (imageset_name, imageset_copyright, imageset_path, site_logo, upload_bar, poll_left, poll_center, poll_right, icon_friend, icon_foe, forum_link, forum_read, forum_read_locked, forum_read_subforum, forum_unread, forum_unread_locked, forum_unread_subforum, topic_moved, topic_read, topic_read_mine, topic_read_hot, topic_read_hot_mine, topic_read_locked, topic_read_locked_mine, topic_unread, topic_unread_mine, topic_unread_hot, topic_unread_hot_mine, topic_unread_locked, topic_unread_locked_mine, sticky_read, sticky_read_mine, sticky_read_locked, sticky_read_locked_mine, sticky_unread, sticky_unread_mine, sticky_unread_locked, sticky_unread_locked_mine, announce_read, announce_read_mine, announce_read_locked, announce_read_locked_mine, announce_unread, announce_unread_mine, announce_unread_locked, announce_unread_locked_mine, global_read, global_read_mine, global_read_locked, global_read_locked_mine, global_unread, global_unread_mine, global_unread_locked, global_unread_locked_mine, pm_read, pm_unread, icon_contact_aim, icon_contact_email, icon_contact_icq, icon_contact_jabber, icon_contact_msnm, icon_contact_pm, icon_contact_yahoo, icon_contact_www, icon_post_delete, icon_post_edit, icon_post_info, icon_post_quote, icon_post_report, icon_post_target, icon_post_target_unread, icon_topic_attach, icon_topic_latest, icon_topic_newest, icon_topic_reported, icon_topic_unapproved, icon_user_online, icon_user_offline, icon_user_profile, icon_user_search, icon_user_warn, button_pm_forward, button_pm_new, button_pm_reply, button_topic_locked, button_topic_new, button_topic_reply, user_icon1, user_icon2, user_icon3, user_icon4, user_icon5, user_icon6, user_icon7, user_icon8, user_icon9, user_icon10) VALUES ('prosilver', '© phpBB Group', 'prosilver', 'site_logo.gif*52*139', 'progress_bar.gif*16*280', '', '', '', '', '', 'forum_link.gif*27*27', 'forum_read.gif*27*27', 'forum_read_locked.gif*27*27', 'forum_read_subforum.gif*27*27', 'forum_unread.gif*27*27', 'forum_read_locked.gif*27*27', 'forum_unread_subforum.gif*27*27', 'topic_moved.gif*27*27', 'topic_read.gif*27*27', 'topic_read_mine.gif*27*27', 'topic_read_hot.gif*27*27', 'topic_read_hot_mine.gif*27*27', 'topic_read_locked.gif*27*27', 'topic_read_locked_mine.gif*27*27', 'topic_unread.gif*27*27', 'topic_unread_mine.gif*27*27', 'topic_unread_hot.gif*27*27', 'topic_unread_hot_mine.gif*27*27', 'topic_unread_locked.gif*27*27', 'topic_unread_locked_mine.gif*27*27', 'sticky_read.gif*27*27', 'sticky_read_mine.gif*27*27', 'sticky_read.gif*27*27', 'sticky_read_mine.gif*27*27', 'sticky_unread.gif*27*27', 'sticky_unread_mine.gif*27*27', 'sticky_unread.gif*27*27', 'sticky_unread_locked_mine.gif*27*27', 'announce_read.gif*27*27', 'announce_read_mine.gif*27*27', 'announce_read_locked.gif*27*27', 'announce_read_locked_mine.gif*27*27', 'announce_unread.gif*27*27', 'announce_unread_mine.gif*27*27', 'announce_unread.gif*27*27', 'announce_unread_locked_mine.gif*27*27', 'announce_read.gif*27*27', 'announce_read_mine.gif*27*27', 'announce_read_locked.gif*27*27', 'announce_read_locked_mine.gif*27*27', 'announce_unread.gif*27*27', 'announce_unread_mine.gif*27*27', 'announce_unread_locked_mine.gif*27*27', 'announce_unread_locked_mine.gif*27*27', 'topic_read.gif*27*27', 'topic_unread.gif*27*27', 'icon_contact_aim.gif*20*72', 'icon_contact_email.gif*20*72', 'icon_contact_icq.gif*20*72', 'icon_contact_jabber.gif*20*72', 'icon_contact_msnm.gif*20*72', '{LANG}/icon_contact_pm.gif', 'icon_contact_yahoo.gif*20*72', 'icon_contact_www.gif*20*72', 'icon_post_delete.gif*20*20', '{LANG}/icon_post_edit.gif', 'icon_post_info.gif*20*20', '{LANG}/icon_post_quote.gif', 'icon_post_report.gif*20*20', 'icon_post_target.gif*9*12', 'icon_post_target_unread.gif*9*12', 'icon_topic_attach.gif*10*7', 'icon_topic_latest.gif*9*12', 'icon_topic_newest.gif*9*12', 'icon_topic_reported.gif*14*16', 'icon_topic_unapproved.gif*14*16', '{LANG}/icon_user_online.gif', '{LANG}/icon_user_offline.gif', 'icon_user_profile.gif*11*11', '{LANG}/icon_user_search.gif', 'icon_post_report.gif*20*20', '{LANG}/button_pm_forward.gif', '{LANG}/button_pm_new.gif', '{LANG}/button_pm_reply', '{LANG}/button_topic_locked.gif', '{LANG}/button_topic_new.gif', '{LANG}/button_topic_reply.gif', '', '', '', '', '', '', '', '', '', ''); +INSERT INTO phpbb_styles_imageset (imageset_name, imageset_copyright, imageset_path, site_logo, upload_bar, poll_left, poll_center, poll_right, icon_friend, icon_foe, forum_link, forum_read, forum_read_locked, forum_read_subforum, forum_unread, forum_unread_locked, forum_unread_subforum, topic_moved, topic_read, topic_read_mine, topic_read_hot, topic_read_hot_mine, topic_read_locked, topic_read_locked_mine, topic_unread, topic_unread_mine, topic_unread_hot, topic_unread_hot_mine, topic_unread_locked, topic_unread_locked_mine, sticky_read, sticky_read_mine, sticky_read_locked, sticky_read_locked_mine, sticky_unread, sticky_unread_mine, sticky_unread_locked, sticky_unread_locked_mine, announce_read, announce_read_mine, announce_read_locked, announce_read_locked_mine, announce_unread, announce_unread_mine, announce_unread_locked, announce_unread_locked_mine, global_read, global_read_mine, global_read_locked, global_read_locked_mine, global_unread, global_unread_mine, global_unread_locked, global_unread_locked_mine, pm_read, pm_unread, icon_contact_aim, icon_contact_email, icon_contact_icq, icon_contact_jabber, icon_contact_msnm, icon_contact_pm, icon_contact_yahoo, icon_contact_www, icon_post_delete, icon_post_edit, icon_post_info, icon_post_quote, icon_post_report, icon_post_target, icon_post_target_unread, icon_topic_attach, icon_topic_latest, icon_topic_newest, icon_topic_reported, icon_topic_unapproved, icon_user_online, icon_user_offline, icon_user_profile, icon_user_search, icon_user_warn, button_pm_forward, button_pm_new, button_pm_reply, button_topic_locked, button_topic_new, button_topic_reply, user_icon1, user_icon2, user_icon3, user_icon4, user_icon5, user_icon6, user_icon7, user_icon8, user_icon9, user_icon10) VALUES ('subsilver2', '© phpBB Group', 'subsilver2', 'site_logo.gif*94*170', 'upload_bar.gif*16*280', 'poll_left.gif*12*4', 'poll_center.gif*12*', 'poll_right.gif*12*4', '', '', 'forum_link.gif*25*46', 'forum_read.gif*25*46', 'forum_read_locked.gif*25*46', 'forum_read_subforum.gif*25*46', 'forum_unread.gif*25*46', 'forum_unread_locked.gif*25*46', 'forum_unread_subforum.gif*25*46', 'topic_moved.gif*18*19', 'topic_read.gif*18*19', 'topic_read_mine.gif*18*19', 'topic_read_hot.gif*18*19', 'topic_read_hot_mine.gif*18*19', 'topic_read_locked.gif*18*19', 'topic_read_locked_mine.gif*18*19', 'topic_unread.gif*18*19', 'topic_unread_mine.gif*18*19', 'topic_unread_hot.gif*18*19', 'topic_unread_hot_mine.gif*18*19', 'topic_unread_locked.gif*18*19', 'topic_unread_locked_mine.gif*18*19', 'sticky_read.gif*18*19', 'sticky_read_mine.gif*18*19', 'sticky_read_locked.gif*18*19', 'sticky_read_locked_mine.gif*18*19', 'sticky_unread.gif*18*19', 'sticky_unread_mine.gif*18*19', 'sticky_unread_locked.gif*18*19', 'sticky_unread_locked_mine.gif*18*19', 'announce_read.gif*18*19', 'announce_read_mine.gif*18*19', 'announce_read_locked.gif*18*19', 'announce_read_locked_mine.gif*18*19', 'announce_unread.gif*18*19', 'announce_unread_mine.gif*18*19', 'announce_unread_locked.gif*18*19', 'announce_unread_locked_mine.gif*18*19', 'announce_read.gif*18*19', 'announce_read_mine.gif*18*19', 'announce_read_locked.gif*18*19', 'announce_read_locked_mine.gif*18*19', 'announce_unread.gif*18*19', 'announce_unread_mine.gif*18*19', 'announce_unread_locked.gif*18*19', 'announce_unread_locked_mine.gif*18*19', 'topic_read.gif*18*19', 'topic_unread.gif*18*19', '{LANG}/icon_contact_aim.gif', '{LANG}/icon_contact_email.gif', '{LANG}/icon_contact_icq.gif', '{LANG}/icon_contact_jabber.gif', '{LANG}/icon_contact_msnm.gif', '{LANG}/icon_contact_pm.gif', '{LANG}/icon_contact_yahoo.gif', '{LANG}/icon_contact_www.gif', '{LANG}/icon_post_delete.gif', '{LANG}/icon_post_edit.gif', '{LANG}/icon_post_info.gif', '{LANG}/icon_post_quote.gif', '{LANG}/icon_post_report.gif', 'icon_post_target.gif*9*12', 'icon_post_target_unread.gif*9*12', 'icon_topic_attach.gif*18*14', 'icon_topic_latest.gif*9*18', 'icon_topic_newest.gif*9*18', 'icon_topic_reported.gif*18*19', 'icon_topic_unapproved.gif*18*19', '{LANG}/icon_user_online.gif', '{LANG}/icon_user_offline.gif', '{LANG}/icon_user_profile.gif', '{LANG}/icon_user_search.gif', '{LANG}/icon_user_warn.gif', '', '{LANG}/button_pm_new.gif', '{LANG}/button_pm_reply.gif', '{LANG}/button_topic_locked.gif', '{LANG}/button_topic_new.gif', '{LANG}/button_topic_reply.gif', '', '', '', '', '', '', '', '', '', ''); # -- phpbb_styles_template -INSERT INTO phpbb_styles_template (template_name, template_copyright, template_path) VALUES ('subSilver', '© phpBB Group', 'subSilver'); +INSERT INTO phpbb_styles_template (template_name, template_copyright, template_path, bbcode_bitfield, template_storedb) VALUES ('prosilver', '© phpBB Group', 'prosilver', 'lNg=', 0); +INSERT INTO phpbb_styles_template (template_name, template_copyright, template_path, bbcode_bitfield, template_storedb) VALUES ('subsilver2', '© phpBB Group', 'subsilver2', 'kNg=', 0); # -- phpbb_styles_theme -INSERT INTO phpbb_styles_theme (theme_name, theme_copyright, theme_path, theme_data) VALUES ('subSilver', '© phpBB Group', 'subSilver', ''); +INSERT INTO phpbb_styles_theme (theme_name, theme_copyright, theme_path, theme_storedb) VALUES ('prosilver', '© phpBB Group', 'prosilver', 1); +INSERT INTO phpbb_styles_theme (theme_name, theme_copyright, theme_path, theme_storedb) VALUES ('subsilver2', '© phpBB Group', 'subsilver2', 0); # -- Forums INSERT INTO phpbb_forums (forum_name, forum_desc, left_id, right_id, parent_id, forum_type, forum_posts, forum_topics, forum_topics_real, forum_last_post_id, forum_last_poster_id, forum_last_poster_name, forum_last_poster_colour, forum_last_post_time, forum_link, forum_password, forum_image, forum_rules, forum_rules_link, forum_rules_uid, forum_desc_uid, prune_days, prune_viewed, forum_parents) VALUES ('My first Category', '', 1, 4, 0, 0, 1, 1, 1, 1, 2, 'Admin', 'AA0000', 972086460, '', '', '', '', '', '', '', 0, 0, ''); diff --git a/phpBB/styles/subsilver2/imageset/announce_read.gif b/phpBB/styles/subsilver2/imageset/announce_read.gif new file mode 100644 index 0000000000..0589feb14f Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/announce_read.gif differ diff --git a/phpBB/styles/subsilver2/imageset/announce_read_locked.gif b/phpBB/styles/subsilver2/imageset/announce_read_locked.gif new file mode 100644 index 0000000000..a738616e06 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/announce_read_locked.gif differ diff --git a/phpBB/styles/subsilver2/imageset/announce_read_locked_mine.gif b/phpBB/styles/subsilver2/imageset/announce_read_locked_mine.gif new file mode 100644 index 0000000000..f7ffe7f8dd Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/announce_read_locked_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/announce_read_mine.gif b/phpBB/styles/subsilver2/imageset/announce_read_mine.gif new file mode 100644 index 0000000000..636d353867 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/announce_read_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/announce_unread.gif b/phpBB/styles/subsilver2/imageset/announce_unread.gif new file mode 100644 index 0000000000..56b2702b17 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/announce_unread.gif differ diff --git a/phpBB/styles/subsilver2/imageset/announce_unread_locked.gif b/phpBB/styles/subsilver2/imageset/announce_unread_locked.gif new file mode 100644 index 0000000000..37033da653 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/announce_unread_locked.gif differ diff --git a/phpBB/styles/subsilver2/imageset/announce_unread_locked_mine.gif b/phpBB/styles/subsilver2/imageset/announce_unread_locked_mine.gif new file mode 100644 index 0000000000..d91f2520ca Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/announce_unread_locked_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/announce_unread_mine.gif b/phpBB/styles/subsilver2/imageset/announce_unread_mine.gif new file mode 100644 index 0000000000..e1dd23a0bf Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/announce_unread_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/button_pm_new.gif b/phpBB/styles/subsilver2/imageset/en/button_pm_new.gif new file mode 100644 index 0000000000..07df748d3a Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/button_pm_new.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/button_pm_reply.gif b/phpBB/styles/subsilver2/imageset/en/button_pm_reply.gif new file mode 100644 index 0000000000..c476f06a44 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/button_pm_reply.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/button_topic_locked.gif b/phpBB/styles/subsilver2/imageset/en/button_topic_locked.gif new file mode 100644 index 0000000000..124a2d4a7d Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/button_topic_locked.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/button_topic_new.gif b/phpBB/styles/subsilver2/imageset/en/button_topic_new.gif new file mode 100644 index 0000000000..66e1007129 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/button_topic_new.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/button_topic_reply.gif b/phpBB/styles/subsilver2/imageset/en/button_topic_reply.gif new file mode 100644 index 0000000000..e8fe5115a0 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/button_topic_reply.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_contact_aim.gif b/phpBB/styles/subsilver2/imageset/en/icon_contact_aim.gif new file mode 100644 index 0000000000..c6533e2817 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_contact_aim.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_contact_email.gif b/phpBB/styles/subsilver2/imageset/en/icon_contact_email.gif new file mode 100644 index 0000000000..f126a1960d Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_contact_email.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_contact_icq.gif b/phpBB/styles/subsilver2/imageset/en/icon_contact_icq.gif new file mode 100644 index 0000000000..ba3fa12436 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_contact_icq.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_contact_jabber.gif b/phpBB/styles/subsilver2/imageset/en/icon_contact_jabber.gif new file mode 100644 index 0000000000..be2e53f9c2 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_contact_jabber.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_contact_msnm.gif b/phpBB/styles/subsilver2/imageset/en/icon_contact_msnm.gif new file mode 100644 index 0000000000..e3a5901bfc Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_contact_msnm.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_contact_pm.gif b/phpBB/styles/subsilver2/imageset/en/icon_contact_pm.gif new file mode 100644 index 0000000000..26ac558c2f Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_contact_pm.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_contact_www.gif b/phpBB/styles/subsilver2/imageset/en/icon_contact_www.gif new file mode 100644 index 0000000000..14a33b36a5 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_contact_www.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_contact_yahoo.gif b/phpBB/styles/subsilver2/imageset/en/icon_contact_yahoo.gif new file mode 100644 index 0000000000..d11711789f Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_contact_yahoo.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_post_delete.gif b/phpBB/styles/subsilver2/imageset/en/icon_post_delete.gif new file mode 100644 index 0000000000..e008e5ff9f Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_post_delete.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_post_edit.gif b/phpBB/styles/subsilver2/imageset/en/icon_post_edit.gif new file mode 100644 index 0000000000..1511ee34d3 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_post_edit.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_post_info.gif b/phpBB/styles/subsilver2/imageset/en/icon_post_info.gif new file mode 100644 index 0000000000..166de2724f Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_post_info.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_post_quote.gif b/phpBB/styles/subsilver2/imageset/en/icon_post_quote.gif new file mode 100644 index 0000000000..4cf103280c Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_post_quote.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_post_report.gif b/phpBB/styles/subsilver2/imageset/en/icon_post_report.gif new file mode 100644 index 0000000000..9a3f65b1e3 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_post_report.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_user_offline.gif b/phpBB/styles/subsilver2/imageset/en/icon_user_offline.gif new file mode 100644 index 0000000000..3065f4d7fe Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_user_offline.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_user_online.gif b/phpBB/styles/subsilver2/imageset/en/icon_user_online.gif new file mode 100644 index 0000000000..b950612c57 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_user_online.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_user_profile.gif b/phpBB/styles/subsilver2/imageset/en/icon_user_profile.gif new file mode 100644 index 0000000000..d9cf7f4c4a Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_user_profile.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_user_search.gif b/phpBB/styles/subsilver2/imageset/en/icon_user_search.gif new file mode 100644 index 0000000000..46475fbf4c Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_user_search.gif differ diff --git a/phpBB/styles/subsilver2/imageset/en/icon_user_warn.gif b/phpBB/styles/subsilver2/imageset/en/icon_user_warn.gif new file mode 100644 index 0000000000..44cbcc953a Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/en/icon_user_warn.gif differ diff --git a/phpBB/styles/subsilver2/imageset/forum_link.gif b/phpBB/styles/subsilver2/imageset/forum_link.gif new file mode 100644 index 0000000000..d5e86d47d7 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/forum_link.gif differ diff --git a/phpBB/styles/subsilver2/imageset/forum_read.gif b/phpBB/styles/subsilver2/imageset/forum_read.gif new file mode 100644 index 0000000000..9b2bc47c67 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/forum_read.gif differ diff --git a/phpBB/styles/subsilver2/imageset/forum_read_locked.gif b/phpBB/styles/subsilver2/imageset/forum_read_locked.gif new file mode 100644 index 0000000000..436f3d21c8 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/forum_read_locked.gif differ diff --git a/phpBB/styles/subsilver2/imageset/forum_read_subforum.gif b/phpBB/styles/subsilver2/imageset/forum_read_subforum.gif new file mode 100644 index 0000000000..9179303e7f Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/forum_read_subforum.gif differ diff --git a/phpBB/styles/subsilver2/imageset/forum_unread.gif b/phpBB/styles/subsilver2/imageset/forum_unread.gif new file mode 100644 index 0000000000..5eec565b38 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/forum_unread.gif differ diff --git a/phpBB/styles/subsilver2/imageset/forum_unread_locked.gif b/phpBB/styles/subsilver2/imageset/forum_unread_locked.gif new file mode 100644 index 0000000000..58a79c376c Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/forum_unread_locked.gif differ diff --git a/phpBB/styles/subsilver2/imageset/forum_unread_subforum.gif b/phpBB/styles/subsilver2/imageset/forum_unread_subforum.gif new file mode 100644 index 0000000000..af3c93b1a1 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/forum_unread_subforum.gif differ diff --git a/phpBB/styles/subsilver2/imageset/icon_post_target.gif b/phpBB/styles/subsilver2/imageset/icon_post_target.gif new file mode 100644 index 0000000000..d172abb060 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/icon_post_target.gif differ diff --git a/phpBB/styles/subsilver2/imageset/icon_post_target_unread.gif b/phpBB/styles/subsilver2/imageset/icon_post_target_unread.gif new file mode 100644 index 0000000000..8ec44a1787 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/icon_post_target_unread.gif differ diff --git a/phpBB/styles/subsilver2/imageset/icon_topic_attach.gif b/phpBB/styles/subsilver2/imageset/icon_topic_attach.gif new file mode 100644 index 0000000000..1c9c89bc70 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/icon_topic_attach.gif differ diff --git a/phpBB/styles/subsilver2/imageset/icon_topic_latest.gif b/phpBB/styles/subsilver2/imageset/icon_topic_latest.gif new file mode 100644 index 0000000000..b45e57aedb Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/icon_topic_latest.gif differ diff --git a/phpBB/styles/subsilver2/imageset/icon_topic_newest.gif b/phpBB/styles/subsilver2/imageset/icon_topic_newest.gif new file mode 100644 index 0000000000..eca2861836 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/icon_topic_newest.gif differ diff --git a/phpBB/styles/subsilver2/imageset/icon_topic_reported.gif b/phpBB/styles/subsilver2/imageset/icon_topic_reported.gif new file mode 100644 index 0000000000..026092854a Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/icon_topic_reported.gif differ diff --git a/phpBB/styles/subsilver2/imageset/icon_topic_unapproved.gif b/phpBB/styles/subsilver2/imageset/icon_topic_unapproved.gif new file mode 100644 index 0000000000..2ccaf19c23 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/icon_topic_unapproved.gif differ diff --git a/phpBB/styles/subsilver2/imageset/imageset.cfg b/phpBB/styles/subsilver2/imageset/imageset.cfg new file mode 100644 index 0000000000..c9d9442a0c --- /dev/null +++ b/phpBB/styles/subsilver2/imageset/imageset.cfg @@ -0,0 +1,122 @@ +# +# phpBB Imageset Configuration File +# +# @package phpBB3 +# @copyright (c) 2005 phpBB Group +# @license http://opensource.org/licenses/gpl-license.php GNU Public License +# +# +# At the left is the name, please do not change this +# At the right the value is entered +# For on/off options the valid values are on, off, 1, 0, true and false +# +# Values get trimmed, if you want to add a space in front or at the end of +# the value, then enclose the value with single or double quotes. +# Single and double quotes do not need to be escaped. +# +# + +# General Information about this style +name = subsilver2 +copyright = © phpBB Group, 2003 +version = 3.0.0 + +# Images +img_site_logo = site_logo.gif*94*170 +img_upload_bar = upload_bar.gif*16*280 +img_poll_left = poll_left.gif*12*4 +img_poll_center = poll_center.gif*12* +img_poll_right = poll_right.gif*12*4 +img_icon_friend = +img_icon_foe = + +img_forum_link = forum_link.gif*25*46 +img_forum_read = forum_read.gif*25*46 +img_forum_read_locked = forum_read_locked.gif*25*46 +img_forum_read_subforum = forum_read_subforum.gif*25*46 +img_forum_unread = forum_unread.gif*25*46 +img_forum_unread_locked = forum_unread_locked.gif*25*46 +img_forum_unread_subforum = forum_unread_subforum.gif*25*46 + +img_topic_moved = topic_moved.gif*18*19 + +img_topic_read = topic_read.gif*18*19 +img_topic_read_mine = topic_read_mine.gif*18*19 +img_topic_read_hot = topic_read_hot.gif*18*19 +img_topic_read_hot_mine = topic_read_hot_mine.gif*18*19 +img_topic_read_locked = topic_read_locked.gif*18*19 +img_topic_read_locked_mine = topic_read_locked_mine.gif*18*19 + +img_topic_unread = topic_unread.gif*18*19 +img_topic_unread_mine = topic_unread_mine.gif*18*19 +img_topic_unread_hot = topic_unread_hot.gif*18*19 +img_topic_unread_hot_mine = topic_unread_hot_mine.gif*18*19 +img_topic_unread_locked = topic_unread_locked.gif*18*19 +img_topic_unread_locked_mine = topic_unread_locked_mine.gif*18*19 + +img_sticky_read = sticky_read.gif*18*19 +img_sticky_read_mine = sticky_read_mine.gif*18*19 +img_sticky_read_locked = sticky_read_locked.gif*18*19 +img_sticky_read_locked_mine = sticky_read_locked_mine.gif*18*19 +img_sticky_unread = sticky_unread.gif*18*19 +img_sticky_unread_mine = sticky_unread_mine.gif*18*19 +img_sticky_unread_locked = sticky_unread_locked.gif*18*19 +img_sticky_unread_locked_mine = sticky_unread_locked_mine.gif*18*19 + +img_announce_read = announce_read.gif*18*19 +img_announce_read_mine = announce_read_mine.gif*18*19 +img_announce_read_locked = announce_read_locked.gif*18*19 +img_announce_read_locked_mine = announce_read_locked_mine.gif*18*19 +img_announce_unread = announce_unread.gif*18*19 +img_announce_unread_mine = announce_unread_mine.gif*18*19 +img_announce_unread_locked = announce_unread_locked.gif*18*19 +img_announce_unread_locked_mine = announce_unread_locked_mine.gif*18*19 + +img_global_read = announce_read.gif*18*19 +img_global_read_mine = announce_read_mine.gif*18*19 +img_global_read_locked = announce_read_locked.gif*18*19 +img_global_read_locked_mine = announce_read_locked_mine.gif*18*19 +img_global_unread = announce_unread.gif*18*19 +img_global_unread_mine = announce_unread_mine.gif*18*19 +img_global_unread_locked = announce_unread_locked.gif*18*19 +img_global_unread_locked_mine = announce_unread_locked_mine.gif*18*19 + +img_pm_read = topic_read.gif*18*19 +img_pm_unread = topic_unread.gif*18*19 + +img_icon_contact_aim = {LANG}/icon_contact_aim.gif +img_icon_contact_email = {LANG}/icon_contact_email.gif +img_icon_contact_icq = {LANG}/icon_contact_icq.gif +img_icon_contact_jabber = {LANG}/icon_contact_jabber.gif +img_icon_contact_msnm = {LANG}/icon_contact_msnm.gif +img_icon_contact_pm = {LANG}/icon_contact_pm.gif +img_icon_contact_yahoo = {LANG}/icon_contact_yahoo.gif +img_icon_contact_www = {LANG}/icon_contact_www.gif + +img_icon_post_delete = {LANG}/icon_post_delete.gif +img_icon_post_edit = {LANG}/icon_post_edit.gif +img_icon_post_info = {LANG}/icon_post_info.gif +img_icon_post_quote = {LANG}/icon_post_quote.gif +img_icon_post_report = {LANG}/icon_post_report.gif +img_icon_post_target = icon_post_target.gif*9*12 +img_icon_post_target_unread = icon_post_target_unread.gif*9*12 + +img_icon_topic_attach = icon_topic_attach.gif*18*14 +img_icon_topic_latest = icon_topic_latest.gif*9*18 +img_icon_topic_newest = icon_topic_newest.gif*9*18 +img_icon_topic_reported = icon_topic_reported.gif*18*19 +img_icon_topic_unapproved = icon_topic_unapproved.gif*18*19 + +img_icon_user_online = {LANG}/icon_user_online.gif +img_icon_user_offline = {LANG}/icon_user_offline.gif +img_icon_user_profile = {LANG}/icon_user_profile.gif +img_icon_user_search = {LANG}/icon_user_search.gif +img_icon_user_warn = {LANG}/icon_user_warn.gif + +img_button_pm_forward = +img_button_pm_new = {LANG}/button_pm_new.gif +img_button_pm_reply = {LANG}/button_pm_reply.gif +img_button_topic_locked = {LANG}/button_topic_locked.gif +img_button_topic_new = {LANG}/button_topic_new.gif +img_button_topic_reply = {LANG}/button_topic_reply.gif + diff --git a/phpBB/styles/subsilver2/imageset/poll_center.gif b/phpBB/styles/subsilver2/imageset/poll_center.gif new file mode 100644 index 0000000000..99473151ec Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/poll_center.gif differ diff --git a/phpBB/styles/subsilver2/imageset/poll_left.gif b/phpBB/styles/subsilver2/imageset/poll_left.gif new file mode 100644 index 0000000000..269088b81d Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/poll_left.gif differ diff --git a/phpBB/styles/subsilver2/imageset/poll_right.gif b/phpBB/styles/subsilver2/imageset/poll_right.gif new file mode 100644 index 0000000000..f9584e23a1 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/poll_right.gif differ diff --git a/phpBB/styles/subsilver2/imageset/site_logo.gif b/phpBB/styles/subsilver2/imageset/site_logo.gif new file mode 100644 index 0000000000..f149bbc15e Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/site_logo.gif differ diff --git a/phpBB/styles/subsilver2/imageset/sticky_read.gif b/phpBB/styles/subsilver2/imageset/sticky_read.gif new file mode 100644 index 0000000000..09861a996c Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/sticky_read.gif differ diff --git a/phpBB/styles/subsilver2/imageset/sticky_read_locked.gif b/phpBB/styles/subsilver2/imageset/sticky_read_locked.gif new file mode 100644 index 0000000000..24bca303d6 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/sticky_read_locked.gif differ diff --git a/phpBB/styles/subsilver2/imageset/sticky_read_locked_mine.gif b/phpBB/styles/subsilver2/imageset/sticky_read_locked_mine.gif new file mode 100644 index 0000000000..3fd04ec3a9 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/sticky_read_locked_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/sticky_read_mine.gif b/phpBB/styles/subsilver2/imageset/sticky_read_mine.gif new file mode 100644 index 0000000000..381634c364 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/sticky_read_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/sticky_unread.gif b/phpBB/styles/subsilver2/imageset/sticky_unread.gif new file mode 100644 index 0000000000..dd2e366543 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/sticky_unread.gif differ diff --git a/phpBB/styles/subsilver2/imageset/sticky_unread_locked.gif b/phpBB/styles/subsilver2/imageset/sticky_unread_locked.gif new file mode 100644 index 0000000000..608f4822e3 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/sticky_unread_locked.gif differ diff --git a/phpBB/styles/subsilver2/imageset/sticky_unread_locked_mine.gif b/phpBB/styles/subsilver2/imageset/sticky_unread_locked_mine.gif new file mode 100644 index 0000000000..fe5e115312 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/sticky_unread_locked_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/sticky_unread_mine.gif b/phpBB/styles/subsilver2/imageset/sticky_unread_mine.gif new file mode 100644 index 0000000000..b5fc3b3627 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/sticky_unread_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_moved.gif b/phpBB/styles/subsilver2/imageset/topic_moved.gif new file mode 100644 index 0000000000..fe758f02ca Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/topic_moved.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_read.gif b/phpBB/styles/subsilver2/imageset/topic_read.gif new file mode 100644 index 0000000000..c16bfa75d5 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/topic_read.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_read_hot.gif b/phpBB/styles/subsilver2/imageset/topic_read_hot.gif new file mode 100644 index 0000000000..a7e8831e2c Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/topic_read_hot.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_read_hot_mine.gif b/phpBB/styles/subsilver2/imageset/topic_read_hot_mine.gif new file mode 100644 index 0000000000..335ae77645 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/topic_read_hot_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_read_locked.gif b/phpBB/styles/subsilver2/imageset/topic_read_locked.gif new file mode 100644 index 0000000000..10eb776972 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/topic_read_locked.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_read_locked_mine.gif b/phpBB/styles/subsilver2/imageset/topic_read_locked_mine.gif new file mode 100644 index 0000000000..3f24928b48 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/topic_read_locked_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_read_mine.gif b/phpBB/styles/subsilver2/imageset/topic_read_mine.gif new file mode 100644 index 0000000000..560927aa06 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/topic_read_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_unread.gif b/phpBB/styles/subsilver2/imageset/topic_unread.gif new file mode 100644 index 0000000000..4e56157dce Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/topic_unread.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_unread_hot.gif b/phpBB/styles/subsilver2/imageset/topic_unread_hot.gif new file mode 100644 index 0000000000..25ced64b83 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/topic_unread_hot.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_unread_hot_mine.gif b/phpBB/styles/subsilver2/imageset/topic_unread_hot_mine.gif new file mode 100644 index 0000000000..4d3937ae28 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/topic_unread_hot_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_unread_locked.gif b/phpBB/styles/subsilver2/imageset/topic_unread_locked.gif new file mode 100644 index 0000000000..720e210289 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/topic_unread_locked.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_unread_locked_mine.gif b/phpBB/styles/subsilver2/imageset/topic_unread_locked_mine.gif new file mode 100644 index 0000000000..90873431ef Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/topic_unread_locked_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_unread_mine.gif b/phpBB/styles/subsilver2/imageset/topic_unread_mine.gif new file mode 100644 index 0000000000..34fd2ec179 Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/topic_unread_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/upload_bar.gif b/phpBB/styles/subsilver2/imageset/upload_bar.gif new file mode 100644 index 0000000000..75cf61c59e Binary files /dev/null and b/phpBB/styles/subsilver2/imageset/upload_bar.gif differ diff --git a/phpBB/styles/subsilver2/style.cfg b/phpBB/styles/subsilver2/style.cfg new file mode 100644 index 0000000000..773ddc17ee --- /dev/null +++ b/phpBB/styles/subsilver2/style.cfg @@ -0,0 +1,22 @@ +# +# phpBB Style Configuration File +# +# @package phpBB3 +# @copyright (c) 2005 phpBB Group +# @license http://opensource.org/licenses/gpl-license.php GNU Public License +# +# +# At the left is the name, please do not change this +# At the right the value is entered +# For on/off options the valid values are on, off, 1, 0, true and false +# +# Values get trimmed, if you want to add a space in front or at the end of +# the value, then enclose the value with single or double quotes. +# Single and double quotes do not need to be escaped. +# +# + +# General Information about this style +name = subSilver +copyright = © 2005 phpBB Group +version = 3.0.0 diff --git a/phpBB/styles/subsilver2/template/attachment.html b/phpBB/styles/subsilver2/template/attachment.html new file mode 100644 index 0000000000..0b1ef32c0e --- /dev/null +++ b/phpBB/styles/subsilver2/template/attachment.html @@ -0,0 +1,120 @@ + + + + + [{_file.DENIED_MESSAGE}]
+ {L_INDEX} » {navlinks.FORUM_NAME} +{S_TIMEZONE} + |
+
{L_FAQ_TITLE} | +
---|
+
+ {faq_block.BLOCK_TITLE} + + {faq_block.faq_row.FAQ_QUESTION} + + + + |
+
+ |
{faq_block.BLOCK_TITLE} |
+ |
+ + |
+
+
+ {faq_block.faq_row.FAQ_ANSWER}
+
+ |
+
![]() |
+
{L_MARK_FORUMS_READ} | +|||||||
{L_FORUM} | +{L_TOPICS} | +{L_POSTS} | +{L_LAST_POST} | +||||
---|---|---|---|---|---|---|---|
{forumrow.FORUM_NAME} |
+ + | ||||||
{forumrow.FORUM_FOLDER_IMG} | +
+
+ {forumrow.FORUM_IMAGE}
+
+ {forumrow.FORUM_NAME}
+
+ {forumrow.FORUM_DESC} + |
+
+ {L_REDIRECTS}: {forumrow.CLICKS} | + ++ + | ||||
{forumrow.FORUM_FOLDER_IMG} | +
+
+ {forumrow.FORUM_IMAGE}
+
+ {forumrow.FORUM_NAME}
+
+ {forumrow.FORUM_DESC} + +{forumrow.L_MODERATOR_STR}: {forumrow.MODERATORS} + + +{forumrow.L_SUBFORUM_STR} {forumrow.SUBFORUMS} + + |
+ {forumrow.TOPICS} |
+ {forumrow.POSTS} |
+
+
+ {forumrow.LAST_POST_TIME} +{forumrow.LAST_POSTER_FULL} + {LAST_POST_IMG} + + +{L_NO_POSTS} + + |
+ |||
{L_NO_FORUMS} |
+
![]() |
+
[ {L_MCP} ]
+{L_WHO_IS_ONLINE} |
+ ||
![]() |
+
+ ![]() |
+
+ {TOTAL_USERS_ONLINE} {RECORD_USERS} {LOGGED_IN_USER_LIST} {L_ONLINE_EXPLAIN} |
+
{L_LEGEND} :: {LEGEND} | +
{L_BIRTHDAYS} |
+ |
![]() |
+ {L_CONGRATULATIONS}: {BIRTHDAY_LIST}{L_NO_BIRTHDAYS} |
+
{L_STATISTICS} |
+|
![]() |
+ {TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER} |
+
{FORUM_NEW_IMG} | +{L_NEW_POSTS} | ++ | {FORUM_IMG} | +{L_NO_NEW_POSTS} | ++ | {FORUM_LOCKED_IMG} | +{L_FORUM_LOCKED} | +
{PAGE_NUMBER} |
+ [ {TOTAL} ] | ++ |
{L_MARK_ALL} :: {L_UNMARK_ALL} | +
{L_MARK_ALL} :: {L_UNMARK_ALL} | +
{L_LATEST_REPORTED} | +||||
{L_FORUM} | +{L_TOPIC} | +{L_SUBJECT} | +{L_REPORTER} | +{L_REPORT_TIME} | +
---|---|---|---|---|
{report.FORUM_NAME}{report.FORUM_NAME} [ {L_MODERATE} ] |
+ {report.TOPIC_TITLE} [ {L_MODERATE} ] |
+ {report.SUBJECT} [ {L_VIEW_DETAILS} ] |
+ {report.REPORTER_FULL} | +{report.REPORT_TIME} | +
{L_REPORTS_ZERO_TOTAL} | +||||
{L_REPORTS_TOTAL} | +
{L_LATEST_LOGS} | +||||
{L_USERNAME} | +{L_IP} | +{L_ACTION} | ++ | {L_TIME} | +
---|---|---|---|---|
{log.USERNAME} | +{log.IP} | +{log.ACTION} | +{L_VIEW_TOPIC} | {L_VIEW_TOPIC_LOGS} | +{log.TIME} | +
{L_NO_ENTRIES} | +
+ [ {L_MCP} | {L_MODERATE_FORUM} + | {L_MODERATE_TOPIC} + | {L_MODERATE_POST} ] +
+ + + +
+
+
|
+ ![]() |
+
+
+
+
+ + + + + + + diff --git a/phpBB/styles/subsilver2/template/mcp_jumpbox.html b/phpBB/styles/subsilver2/template/mcp_jumpbox.html new file mode 100644 index 0000000000..95a5926f72 --- /dev/null +++ b/phpBB/styles/subsilver2/template/mcp_jumpbox.html @@ -0,0 +1,18 @@ + + + diff --git a/phpBB/styles/subsilver2/template/mcp_logs.html b/phpBB/styles/subsilver2/template/mcp_logs.html new file mode 100644 index 0000000000..d759af5931 --- /dev/null +++ b/phpBB/styles/subsilver2/template/mcp_logs.html @@ -0,0 +1,43 @@ + + + + + + + \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/mcp_message.html b/phpBB/styles/subsilver2/template/mcp_message.html new file mode 100644 index 0000000000..7645e5dd81 --- /dev/null +++ b/phpBB/styles/subsilver2/template/mcp_message.html @@ -0,0 +1,14 @@ + + +
+ + \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/mcp_move.html b/phpBB/styles/subsilver2/template/mcp_move.html new file mode 100644 index 0000000000..eed7ca8fe3 --- /dev/null +++ b/phpBB/styles/subsilver2/template/mcp_move.html @@ -0,0 +1,43 @@ + + +
+
+
+
+
+
++ + + + + + diff --git a/phpBB/styles/subsilver2/template/mcp_notes_front.html b/phpBB/styles/subsilver2/template/mcp_notes_front.html new file mode 100644 index 0000000000..b374773f65 --- /dev/null +++ b/phpBB/styles/subsilver2/template/mcp_notes_front.html @@ -0,0 +1,22 @@ + + + + + + + \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/mcp_notes_user.html b/phpBB/styles/subsilver2/template/mcp_notes_user.html new file mode 100644 index 0000000000..54ddeb05be --- /dev/null +++ b/phpBB/styles/subsilver2/template/mcp_notes_user.html @@ -0,0 +1,121 @@ + + + + + + + \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/mcp_post.html b/phpBB/styles/subsilver2/template/mcp_post.html new file mode 100644 index 0000000000..858e4c5a17 --- /dev/null +++ b/phpBB/styles/subsilver2/template/mcp_post.html @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ + \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/mcp_warn_list.html b/phpBB/styles/subsilver2/template/mcp_warn_list.html new file mode 100644 index 0000000000..9b1d6c13ac --- /dev/null +++ b/phpBB/styles/subsilver2/template/mcp_warn_list.html @@ -0,0 +1,43 @@ + + + + + + + \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/mcp_warn_post.html b/phpBB/styles/subsilver2/template/mcp_warn_post.html new file mode 100644 index 0000000000..957e9416d8 --- /dev/null +++ b/phpBB/styles/subsilver2/template/mcp_warn_post.html @@ -0,0 +1,58 @@ + + +
+ + + + + + \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/mcp_warn_user.html b/phpBB/styles/subsilver2/template/mcp_warn_user.html new file mode 100644 index 0000000000..254f020db1 --- /dev/null +++ b/phpBB/styles/subsilver2/template/mcp_warn_user.html @@ -0,0 +1,71 @@ + + +
+ + + + + + \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/mcp_whois.html b/phpBB/styles/subsilver2/template/mcp_whois.html new file mode 100644 index 0000000000..54b93eec69 --- /dev/null +++ b/phpBB/styles/subsilver2/template/mcp_whois.html @@ -0,0 +1,15 @@ + + +
+ + + + + + + + \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/memberlist_email.html b/phpBB/styles/subsilver2/template/memberlist_email.html new file mode 100644 index 0000000000..ba82dcfce1 --- /dev/null +++ b/phpBB/styles/subsilver2/template/memberlist_email.html @@ -0,0 +1,98 @@ + + + + +
+
+
+
+
+
++ + + + + + + + \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/memberlist_group.html b/phpBB/styles/subsilver2/template/memberlist_group.html new file mode 100644 index 0000000000..650868f810 --- /dev/null +++ b/phpBB/styles/subsilver2/template/memberlist_group.html @@ -0,0 +1,17 @@ + +
+ + + + + + \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/memberlist_leaders.html b/phpBB/styles/subsilver2/template/memberlist_leaders.html new file mode 100644 index 0000000000..ba6dbde617 --- /dev/null +++ b/phpBB/styles/subsilver2/template/memberlist_leaders.html @@ -0,0 +1,71 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/memberlist_search.html b/phpBB/styles/subsilver2/template/memberlist_search.html new file mode 100644 index 0000000000..dd104c5fd6 --- /dev/null +++ b/phpBB/styles/subsilver2/template/memberlist_search.html @@ -0,0 +1,126 @@ + + + + + + + + + diff --git a/phpBB/styles/subsilver2/template/memberlist_view.html b/phpBB/styles/subsilver2/template/memberlist_view.html new file mode 100644 index 0000000000..5f6c55e0eb --- /dev/null +++ b/phpBB/styles/subsilver2/template/memberlist_view.html @@ -0,0 +1,195 @@ + + +
+
+
+
+
+
++ + + + + + + + \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/message_body.html b/phpBB/styles/subsilver2/template/message_body.html new file mode 100644 index 0000000000..f61a3e6365 --- /dev/null +++ b/phpBB/styles/subsilver2/template/message_body.html @@ -0,0 +1,16 @@ + + +
+ + + + \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html new file mode 100644 index 0000000000..64aefc64eb --- /dev/null +++ b/phpBB/styles/subsilver2/template/overall_footer.html @@ -0,0 +1,23 @@ + {RUN_CRON_TASK} + + + + + + + |