diff --git a/root/portal/block/mini_cal.php b/root/portal/block/mini_cal.php index 6adc0756..62524a59 100644 --- a/root/portal/block/mini_cal.php +++ b/root/portal/block/mini_cal.php @@ -141,8 +141,8 @@ $prev_qs = setQueryStringVal('m', $mini_cal_month -1); $next_qs = setQueryStringVal('m', $mini_cal_month +1); $down = $mini_cal_month - 1; $up = $mini_cal_month + 1; -$prev_month = '<<'; -$next_month = '>>'; +$prev_month = '<<'; +$next_month = '>>'; $template->assign_vars(array( 'S_DISPLAY_MINICAL' => true, diff --git a/root/portal/images/board3clock.swf b/root/portal/images/board3clock.swf new file mode 100644 index 00000000..d2385a04 Binary files /dev/null and b/root/portal/images/board3clock.swf differ diff --git a/root/portal/images/bullet.gif b/root/portal/images/bullet.gif new file mode 100644 index 00000000..e64de31f Binary files /dev/null and b/root/portal/images/bullet.gif differ diff --git a/root/portal/images/clock.swf b/root/portal/images/clock.swf new file mode 100644 index 00000000..a5a63364 Binary files /dev/null and b/root/portal/images/clock.swf differ diff --git a/root/portal/images/dot.gif b/root/portal/images/dot.gif new file mode 100644 index 00000000..bf97eb06 Binary files /dev/null and b/root/portal/images/dot.gif differ diff --git a/root/portal/images/icon_topic_attach.gif b/root/portal/images/icon_topic_attach.gif new file mode 100644 index 00000000..9a706386 Binary files /dev/null and b/root/portal/images/icon_topic_attach.gif differ diff --git a/root/portal/images/index.html b/root/portal/images/index.html new file mode 100644 index 00000000..5832e4a2 --- /dev/null +++ b/root/portal/images/index.html @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/root/portal/images/link.png b/root/portal/images/link.png new file mode 100644 index 00000000..98f9bd36 Binary files /dev/null and b/root/portal/images/link.png differ diff --git a/root/portal/images/member.gif b/root/portal/images/member.gif new file mode 100644 index 00000000..bab63364 Binary files /dev/null and b/root/portal/images/member.gif differ diff --git a/root/portal/images/mini_cal_icon_left_arrow.png b/root/portal/images/mini_cal_icon_left_arrow.png new file mode 100644 index 00000000..15d1584b Binary files /dev/null and b/root/portal/images/mini_cal_icon_left_arrow.png differ diff --git a/root/portal/images/mini_cal_icon_right_arrow.png b/root/portal/images/mini_cal_icon_right_arrow.png new file mode 100644 index 00000000..4a2f9d4e Binary files /dev/null and b/root/portal/images/mini_cal_icon_right_arrow.png differ diff --git a/root/portal/images/paypal.gif b/root/portal/images/paypal.gif new file mode 100644 index 00000000..64c6a74b Binary files /dev/null and b/root/portal/images/paypal.gif differ diff --git a/root/styles/prosilver/template/portal/block/attachments.html b/root/styles/prosilver/template/portal/block/attachments.html index 50f7a933..82dd4785 100644 --- a/root/styles/prosilver/template/portal/block/attachments.html +++ b/root/styles/prosilver/template/portal/block/attachments.html @@ -6,7 +6,7 @@ {L_FILENAME}
-  {attach.REAL_FILENAME}
+  {attach.REAL_FILENAME}
{L_FILESIZE}:{attach.FILESIZE}
{L_DOWNLOADS}:{attach.DOWNLOAD_COUNT}
diff --git a/root/styles/prosilver/template/portal/block/clock.html b/root/styles/prosilver/template/portal/block/clock.html index a8a0b3a4..f0d416c4 100644 --- a/root/styles/prosilver/template/portal/block/clock.html +++ b/root/styles/prosilver/template/portal/block/clock.html @@ -4,9 +4,9 @@

 {L_CLOCK}

- + - +
diff --git a/root/styles/prosilver/template/portal/block/donation/paypal.html b/root/styles/prosilver/template/portal/block/donation/paypal.html index 55b6f47e..4719440a 100644 --- a/root/styles/prosilver/template/portal/block/donation/paypal.html +++ b/root/styles/prosilver/template/portal/block/donation/paypal.html @@ -33,6 +33,6 @@ http://www.htmlhelp.com/reference/charset/
- + diff --git a/root/styles/prosilver/template/portal/block/latest_members.html b/root/styles/prosilver/template/portal/block/latest_members.html index 8529c172..7ee13abe 100644 --- a/root/styles/prosilver/template/portal/block/latest_members.html +++ b/root/styles/prosilver/template/portal/block/latest_members.html @@ -6,7 +6,7 @@ {L_USERNAME} {L_JOINED}
- {latest_members.USERNAME_FULL} + {latest_members.USERNAME_FULL} {latest_members.JOINED}
diff --git a/root/styles/prosilver/template/portal/block/leaders.html b/root/styles/prosilver/template/portal/block/leaders.html index 17331cbf..299d3618 100644 --- a/root/styles/prosilver/template/portal/block/leaders.html +++ b/root/styles/prosilver/template/portal/block/leaders.html @@ -5,14 +5,14 @@

 {L_THE_TEAM}

{L_ADMINISTRATORS}
- {admin.USERNAME_FULL}
+ {admin.USERNAME_FULL}
{L_NO_ADMINISTRATORS_P}


{L_MODERATORS}
- {mod.USERNAME_FULL}
+ {mod.USERNAME_FULL}
{L_NO_MODERATORS_P} diff --git a/root/styles/prosilver/template/portal/block/leaders_ext.html b/root/styles/prosilver/template/portal/block/leaders_ext.html index e6bf9ac4..ca712206 100644 --- a/root/styles/prosilver/template/portal/block/leaders_ext.html +++ b/root/styles/prosilver/template/portal/block/leaders_ext.html @@ -6,7 +6,7 @@ {group.GROUP_NAME}
- {group.member.USERNAME_FULL}
+ {group.member.USERNAME_FULL}

diff --git a/root/styles/prosilver/template/portal/block/online_friends.html b/root/styles/prosilver/template/portal/block/online_friends.html index 871636fd..97b042fe 100644 --- a/root/styles/prosilver/template/portal/block/online_friends.html +++ b/root/styles/prosilver/template/portal/block/online_friends.html @@ -5,7 +5,7 @@

 {L_FRIENDS}

{L_FRIENDS_ONLINE}
- {friends_online.USERNAME_FULL}
+ {friends_online.USERNAME_FULL}
{L_NO_FRIENDS_ONLINE}
@@ -13,7 +13,7 @@
{L_FRIENDS_OFFLINE}
- {friends_offline.USERNAME_FULL}
+ {friends_offline.USERNAME_FULL}
{L_NO_FRIENDS_OFFLINE} diff --git a/root/styles/prosilver/template/portal/block/top_poster.html b/root/styles/prosilver/template/portal/block/top_poster.html index 240c5e36..33c04c4e 100644 --- a/root/styles/prosilver/template/portal/block/top_poster.html +++ b/root/styles/prosilver/template/portal/block/top_poster.html @@ -6,7 +6,7 @@ {L_USERNAME} {L_POSTS}
- {top_poster.USERNAME_FULL} + {top_poster.USERNAME_FULL} {top_poster.POSTER_POSTS}
diff --git a/root/styles/subsilver2/template/portal/block/attachments.html b/root/styles/subsilver2/template/portal/block/attachments.html index e5df7b0f..4ace3373 100644 --- a/root/styles/subsilver2/template/portal/block/attachments.html +++ b/root/styles/subsilver2/template/portal/block/attachments.html @@ -9,7 +9,7 @@ {L_FILENAME} {L_FILESIZE}
-  {attach.REAL_FILENAME}
+  {attach.REAL_FILENAME}
{L_FILESIZE}:{attach.FILESIZE}
{L_DOWNLOADS}:{attach.DOWNLOAD_COUNT}

diff --git a/root/styles/subsilver2/template/portal/block/donation/paypal.html b/root/styles/subsilver2/template/portal/block/donation/paypal.html index 34751ce4..cfa87ec8 100644 --- a/root/styles/subsilver2/template/portal/block/donation/paypal.html +++ b/root/styles/subsilver2/template/portal/block/donation/paypal.html @@ -33,6 +33,6 @@ http://www.htmlhelp.com/reference/charset/
- + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/block/latest_members.html b/root/styles/subsilver2/template/portal/block/latest_members.html index c6ebf3e3..1442a151 100644 --- a/root/styles/subsilver2/template/portal/block/latest_members.html +++ b/root/styles/subsilver2/template/portal/block/latest_members.html @@ -8,7 +8,7 @@ {L_USERNAME} {L_JOINED}
- {latest_members.USERNAME_FULL} + {latest_members.USERNAME_FULL} {latest_members.JOINED}
diff --git a/root/styles/subsilver2/template/portal/block/leaders.html b/root/styles/subsilver2/template/portal/block/leaders.html index 14db5389..86d18e0d 100644 --- a/root/styles/subsilver2/template/portal/block/leaders.html +++ b/root/styles/subsilver2/template/portal/block/leaders.html @@ -11,7 +11,7 @@ - {admin.USERNAME_FULL}
+ {admin.USERNAME_FULL}
@@ -29,7 +29,7 @@ - {mod.USERNAME_FULL}
+ {mod.USERNAME_FULL}
diff --git a/root/styles/subsilver2/template/portal/block/leaders_ext.html b/root/styles/subsilver2/template/portal/block/leaders_ext.html index b72ff1f6..ad71960a 100644 --- a/root/styles/subsilver2/template/portal/block/leaders_ext.html +++ b/root/styles/subsilver2/template/portal/block/leaders_ext.html @@ -12,7 +12,7 @@ - {group.member.USERNAME_FULL}
+ {group.member.USERNAME_FULL}
diff --git a/root/styles/subsilver2/template/portal/block/online_friends.html b/root/styles/subsilver2/template/portal/block/online_friends.html index 82125f4c..5882d763 100644 --- a/root/styles/subsilver2/template/portal/block/online_friends.html +++ b/root/styles/subsilver2/template/portal/block/online_friends.html @@ -7,7 +7,7 @@ {L_FRIENDS_ONLINE}
- {friends_online.USERNAME_FULL}
+ {friends_online.USERNAME_FULL}
{L_NO_FRIENDS_ONLINE}
@@ -15,7 +15,7 @@
{L_FRIENDS_OFFLINE}
- {friends_offline.USERNAME_FULL}
+ {friends_offline.USERNAME_FULL}
{L_NO_FRIENDS_OFFLINE} diff --git a/root/styles/subsilver2/template/portal/block/random_member.html b/root/styles/subsilver2/template/portal/block/random_member.html index 3663791f..9f2a7f1c 100644 --- a/root/styles/subsilver2/template/portal/block/random_member.html +++ b/root/styles/subsilver2/template/portal/block/random_member.html @@ -6,7 +6,7 @@ - {random_member.USERNAME}{random_member.USERNAME_FULL}
+ {random_member.USERNAME}{random_member.USERNAME_FULL}
{random_member.AVATAR_IMG}
{random_member.RANK_TITLE}
{random_member.RANK_IMG}
diff --git a/root/styles/subsilver2/template/portal/block/top_poster.html b/root/styles/subsilver2/template/portal/block/top_poster.html index f9a55048..a7dcb8ea 100644 --- a/root/styles/subsilver2/template/portal/block/top_poster.html +++ b/root/styles/subsilver2/template/portal/block/top_poster.html @@ -8,7 +8,7 @@ {L_USERNAME} {L_POSTS}
- {top_poster.USERNAME_FULL} + {top_poster.USERNAME_FULL} {top_poster.POSTER_POSTS}