diff --git a/styles/prosilver/template/portal/assets/jquery_easing_1_3.js b/styles/prosilver/template/portal/assets/jquery_easing_1_3.js index ef743210..31587dd0 100644 --- a/styles/prosilver/template/portal/assets/jquery_easing_1_3.js +++ b/styles/prosilver/template/portal/assets/jquery_easing_1_3.js @@ -202,4 +202,4 @@ jQuery.extend( jQuery.easing, * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED * OF THE POSSIBILITY OF SUCH DAMAGE. * - */ \ No newline at end of file + */ diff --git a/styles/prosilver/template/portal/modules/announcements_center.html b/styles/prosilver/template/portal/modules/announcements_center.html index b905e3b5..40ac30d1 100644 --- a/styles/prosilver/template/portal/modules/announcements_center.html +++ b/styles/prosilver/template/portal/modules/announcements_center.html @@ -1,61 +1,61 @@ -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} -
- - - - -
-
- {L_NO_ANNOUNCEMENTS} - -
-
-

- id="a_{$MODULE_ID}" name="a_{$MODULE_ID}_{announcements.center_row.A_ID}"> - {postrow.MINI_POST} - - id="a_{$MODULE_ID}" name="a_{$MODULE_ID}_{announcements.center_row.A_ID}"> {announcements.center_row.TITLE} -

- {announcements.center_row.PAGINATION} - -
-
-
{announcements.center_row.TEXT} -
- -
-
{L_ATTACHMENTS}
- -
{announcements.center_row.attachment.DISPLAY_ATTACHMENT}
- -
- -
- {L_TOPIC_VIEWS}{L_COLON} {announcements.center_row.TOPIC_VIEWS}  •  {L_COMMENTS}{L_COLON} {announcements.center_row.REPLIES}  •  {L_POST_REPLY} - {announcements.center_row.OPEN}{announcements.center_row.L_READ_FULL}{announcements.center_row.CLOSE} - -
- -
- - -
- -
-
- - - -
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} +{{ definition.C_BLOCK_H_L }}{{ definition.TITLE }}{{ definition.C_BLOCK_H_R }} +{% if definition.S_POSTBODY_TOP %}
{% endif %} +{% for announcements in loops.announcements %} +{% if announcements.MODULE_ID eq definition.MODULE_ID %} +{% for center_row in announcements.center_row %} + {% if center_row.S_NO_TOPICS %} +
+
+ {{ lang('NO_ANNOUNCEMENTS') }} + {% else %} +
+
+

+ {% if center_row.S_UNREAD_INFO %}{% else %}{% endif %} + {{ center_row.MINI_POST }} + + {{ center_row.TITLE }} +

+ {% if center_row.PAGINATION %}{{ center_row.PAGINATION }}{% endif %} + + {% if not definition.S_POSTBODY_TOP %}
{% endif %} +
+
{{ center_row.TEXT }} +
+ {% if center_row.S_HAS_ATTACHMENTS %} +
+
{{ lang('ATTACHMENTS') }}
+ {% for attachment in center_row.attachment %} +
{{ attachment.DISPLAY_ATTACHMENT }}
+ {% endfor %} +
+ {% endif %} +
+ {{ lang('TOPIC_VIEWS') }}{{ lang('COLON') }} {{ center_row.TOPIC_VIEWS }}  •  {{ lang('COMMENTS') }}{{ lang('COLON') }} {{ center_row.REPLIES }}  •  {{ lang('POST_REPLY') }} + {{ center_row.OPEN }}{{ center_row.L_READ_FULL }}{{ center_row.CLOSE }} + + {% if center_row.S_NOT_LAST %}
{% endif %} + {% if center_row.S_LAST_ROW and (announcements.AP_PAGINATION or announcements.TOTAL_ANNOUNCEMENTS) %} +
+ + {% endif %} + {% if not definition.S_POSTBODY_TOP %}
{% endif %} + {% endif %} +
+
+{% endfor %} +{% endif %} +{% endfor %} +{% if definition.S_POSTBODY_TOP %}
{% endif %} +{{ definition.C_BLOCK_F_L }}{{ definition.C_BLOCK_F_R }} diff --git a/styles/prosilver/template/portal/modules/announcements_center_compact.html b/styles/prosilver/template/portal/modules/announcements_center_compact.html index 6842c22e..28087ebe 100644 --- a/styles/prosilver/template/portal/modules/announcements_center_compact.html +++ b/styles/prosilver/template/portal/modules/announcements_center_compact.html @@ -1,94 +1,94 @@ - - - - -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} +{% for announcements in loops.announcements %} +{% if announcements.MODULE_ID eq definition.MODULE_ID %} +{% for center_row in announcements.center_row %} +{% if center_row.S_NO_TOPICS %} +{{ definition.C_BLOCK_H_L }}{{ definition.TITLE }}{{ definition.C_BLOCK_H_R }}
- {L_NO_ANNOUNCEMENTS} + {{ lang('NO_ANNOUNCEMENTS') }}
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} - - -{$CC_BLOCK_H_L} -
{$TITLE}
- -
{L_REPLIES}
-
{L_VIEWS}
- -
{L_LAST_POST}
-{$CC_BLOCK_H_R} +{{ definition.C_BLOCK_F_L }}{{ definition.C_BLOCK_F_R }} +{% else %} +{% if center_row.S_FIRST_ROW %} +{{ definition.CC_BLOCK_H_L }} +
{{ definition.TITLE }}
+ {% if announcements.S_DISPLAY_ANNOUNCEMENTS_RVS %} +
{{ lang('REPLIES') }}
+
{{ lang('VIEWS') }}
+ {% endif %} +
{{ lang('LAST_POST') }}
+{{ definition.CC_BLOCK_H_R }}
    - -
  • -
    -
    - +{% endif %} +
  • +
    +
    + {% if center_row.S_UNREAD_INFO and not S_IS_BOT %}{% endif %}
    - {announcements.center_row.TITLE} - + {{ center_row.TITLE }} + {% if center_row.pagination %} - - + {% endif %} + {% if not S_IS_BOT %} - + {% else %}
    - + {% endif %}
    - - - {L_POST_BY_AUTHOR} {announcements.center_row.POSTER_FULL} » {announcements.center_row.TIME} + {% if center_row.ATTACH_ICON_IMG %}{% endif %} + {% if center_row.S_POLL %}{% endif %} + {{ lang('POST_BY_AUTHOR') }} {{ center_row.POSTER_FULL }} » {{ center_row.TIME }}
    - {L_VIEW_UNREAD_POST} - - {L_FORUM}{L_COLON} {announcements.center_row.FORUM_NAME} - -
    {L_GLOBAL_ANNOUNCEMENT} - - {L_REPLIES}{L_COLON} {announcements.center_row.REPLIES} • {L_VIEWS}{L_COLON} {announcements.center_row.TOPIC_VIEWS} + {% if U_VIEW_UNREAD_POST and not S_IS_BOT %} • {{ lang('VIEW_UNREAD_POST') }} • {% endif %} + {% if center_row.FORUM_NAME %} + {{ lang('FORUM') }}{{ lang('COLON') }} {{ center_row.FORUM_NAME }} + {% else %} +
    {{ lang('GLOBAL_ANNOUNCEMENT') }} + {% endif %} + {% if not announcements.S_DISPLAY_ANNOUNCEMENTS_RVS %}{% if center_row.FORUM_NAME %}• {% endif %}{{ lang('REPLIES') }}{{ lang('COLON') }} {{ center_row.REPLIES }} • {{ lang('VIEWS') }}{{ lang('COLON') }} {{ center_row.TOPIC_VIEWS }}{% endif %}
    - -
    {announcements.center_row.REPLIES} {L_REPLIES}
    -
    {announcements.center_row.TOPIC_VIEWS} {L_VIEWS}
    - -
    {L_LAST_POST}{L_POST_BY_AUTHOR} {announcements.center_row.USERNAME_FULL_LAST} {L_VIEW_LATEST_POST}{L_VIEW_LATEST_POST}
    - {announcements.center_row.LAST_POST_TIME}
    + {% if announcements.S_DISPLAY_ANNOUNCEMENTS_RVS %} +
    {{ center_row.REPLIES }} {{ lang('REPLIES') }}
    +
    {{ center_row.TOPIC_VIEWS }} {{ lang('VIEWS') }}
    + {% endif %} +
    {{ lang('LAST_POST') }}{{ lang('POST_BY_AUTHOR') }} {{ center_row.USERNAME_FULL_LAST }} {% if not S_IS_BOT %}{% if center_row.S_UNREAD_INFO %}{{ lang('VIEW_LATEST_POST') }}{% else %}{{ lang('VIEW_LATEST_POST') }}{% endif %}
    + {{ center_row.LAST_POST_TIME }}
    {% endif %}
  • - - -
  • +{% if center_row.S_LAST_ROW %} + {% if announcements.AP_PAGINATION or announcements.TOTAL_ANNOUNCEMENTS %} +
  • - + {% endif %}
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} - - - - - +{{ definition.C_BLOCK_F_L }}{{ definition.C_BLOCK_F_R }} +{% endif %} +{% endif %} +{% endfor %} +{% endif %} +{% endfor %} diff --git a/styles/prosilver/template/portal/modules/attachments_center.html b/styles/prosilver/template/portal/modules/attachments_center.html index b85add38..2b18647c 100644 --- a/styles/prosilver/template/portal/modules/attachments_center.html +++ b/styles/prosilver/template/portal/modules/attachments_center.html @@ -1,17 +1,17 @@ -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} +{{ definition.C_BLOCK_H_L }}{{ definition.TITLE }}{{ definition.C_BLOCK_H_R }}
- - {L_FILENAME}
- -  {attach_center.FILENAME}
- {L_FILESIZE}{L_COLON}{attach_center.FILESIZE}
- {L_DOWNLOADS}{L_COLON}{attach_center.DOWNLOAD_COUNT}
-
- - - {L_NO_ATTACHMENTS}
- + {% if loops.attach_center|length %} + {{ lang('FILENAME') }}
+ {% for attach_center in loops.attach_center %} +  {{ attach_center.FILENAME }}
+ {{ lang('FILESIZE') }}{{ lang('COLON') }}{{ attach_center.FILESIZE }}
+ {{ lang('DOWNLOADS') }}{{ lang('COLON') }}{{ attach_center.DOWNLOAD_COUNT }}
+ {% if not attach_center.S_LAST_ROW %}
{% endif %} + {% endfor %} + {% else %} + {{ lang('NO_ATTACHMENTS') }}
+ {% endif %}
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} +{{ definition.C_BLOCK_F_L }}{{ definition.C_BLOCK_F_R }} diff --git a/styles/prosilver/template/portal/modules/attachments_side.html b/styles/prosilver/template/portal/modules/attachments_side.html index 56f141e2..4fee4833 100644 --- a/styles/prosilver/template/portal/modules/attachments_side.html +++ b/styles/prosilver/template/portal/modules/attachments_side.html @@ -1,20 +1,20 @@ -{$LR_BLOCK_H_L} - - - - - - - {$TITLE}{$LR_BLOCK_H_R} - - {L_FILENAME}
- -  {attach_side.FILENAME}
- {L_FILESIZE}{L_COLON}{attach_side.FILESIZE}
- {L_DOWNLOADS}{L_COLON}{attach_side.DOWNLOAD_COUNT}
-
- - - {L_NO_ATTACHMENTS}
- -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} +{{ definition.LR_BLOCK_H_L }} + {% if definition.S_BLOCK_ICON %} + {% if definition.FA_ENABLED %} + + {% else %} + + {% endif %} + {% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} + {% if loops.attach_side|length %} + {{ lang('FILENAME') }}
+ {% for attach_side in loops.attach_side %} +  {{ attach_side.FILENAME }}
+ {{ lang('FILESIZE') }}{{ lang('COLON') }}{{ attach_side.FILESIZE }}
+ {{ lang('DOWNLOADS') }}{{ lang('COLON') }}{{ attach_side.DOWNLOAD_COUNT }}
+ {% if not attach_side.S_LAST_ROW %}
{% endif %} + {% endfor %} + {% else %} + {{ lang('NO_ATTACHMENTS') }}
+ {% endif %} +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} diff --git a/styles/prosilver/template/portal/modules/birthdays_side.html b/styles/prosilver/template/portal/modules/birthdays_side.html index 5fcf660b..53ae6e4a 100644 --- a/styles/prosilver/template/portal/modules/birthdays_side.html +++ b/styles/prosilver/template/portal/modules/birthdays_side.html @@ -1,41 +1,41 @@ -{$LR_BLOCK_H_L} - - - - - - -  {$TITLE}{$LR_BLOCK_H_R} - - {L_CONGRATULATIONS}{L_COLON}
- +{{ definition.LR_BLOCK_H_L }} + {% if definition.S_BLOCK_ICON %} + {% if definition.FA_ENABLED %} + + {% else %} + + {% endif %} + {% endif %} {{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} + {% if BIRTHDAY_LIST %} + {{ lang('CONGRATULATIONS') }}{{ lang('COLON') }}
+ {% for board3_birthday_list in loops.board3_birthday_list %} - {board3_birthday_list.USER} + {{ board3_birthday_list.USER }} - {board3_birthday_list.AGE} + {% if board3_birthday_list.AGE %}{{ board3_birthday_list.AGE }}{% endif %}
- - - {L_NO_BIRTHDAYS} - - + {% endfor %} + {% else %} + {{ lang('NO_BIRTHDAYS') }} + {% endif %} + {% if S_DISPLAY_BIRTHDAY_AHEAD_LIST %}
- {L_BIRTHDAYS_AHEAD} + {{ lang('BIRTHDAYS_AHEAD') }}
- - + {% if BIRTHDAYS_AHEAD_LIST %} + {% for board3_birthday_ahead_list in loops.board3_birthday_ahead_list %} - {board3_birthday_ahead_list.USER} + {{ board3_birthday_ahead_list.USER }} - {board3_birthday_ahead_list.AGE} + {% if board3_birthday_ahead_list.AGE %}{{ board3_birthday_ahead_list.AGE }}{% endif %}
- - - {L_NO_BIRTHDAYS_AHEAD} - - -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + {% endfor %} + {% else %} + {{ lang('NO_BIRTHDAYS_AHEAD') }} + {% endif %} + {% endif %} +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} diff --git a/styles/prosilver/template/portal/modules/calendar_side.html b/styles/prosilver/template/portal/modules/calendar_side.html index 2715a292..f634d2e0 100644 --- a/styles/prosilver/template/portal/modules/calendar_side.html +++ b/styles/prosilver/template/portal/modules/calendar_side.html @@ -1,94 +1,94 @@ - - - -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} +{% for minical in loops.minical %} +{% if minical.MODULE_ID eq definition.MODULE_ID %} + +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} - - - + + + - - - - - - - - - - - - + {% if minical.S_SUNDAY_FIRST %} + + {% endif %} + + + + + + + {% if not minical.S_SUNDAY_FIRST %} + + {% endif %} - - + {% for mini_cal_row in minical.mini_cal_row %} + {% if mini_cal_row.MODULE_ID eq definition.MODULE_ID %} - - - + {% for mini_cal_days in mini_cal_row.mini_cal_days %} + + {% endfor %} - - + {% endif %} + {% endfor %}
{minical.U_NEXT_MONTH}{minical.U_PREV_MONTH}{minical.L_MINI_CAL_MONTH}{minical.U_PREV_MONTH}{minical.U_NEXT_MONTH}{% if S_CONTENT_DIRECTION eq 'rtl' %}{{ minical.U_NEXT_MONTH }}{% else %}{{ minical.U_PREV_MONTH }}{% endif %}{{ minical.L_MINI_CAL_MONTH }}{% if S_CONTENT_DIRECTION eq 'rtl' %}{{ minical.U_PREV_MONTH }}{% else %}{{ minical.U_NEXT_MONTH }}{% endif %}
{minical.L_MINI_CAL_SUN}{minical.L_MINI_CAL_MON}{minical.L_MINI_CAL_TUE}{minical.L_MINI_CAL_WED}{minical.L_MINI_CAL_THU}{minical.L_MINI_CAL_FRI}{minical.L_MINI_CAL_SAT}{minical.L_MINI_CAL_SUN}{{ minical.L_MINI_CAL_SUN }}{{ minical.L_MINI_CAL_MON }}{{ minical.L_MINI_CAL_TUE }}{{ minical.L_MINI_CAL_WED }}{{ minical.L_MINI_CAL_THU }}{{ minical.L_MINI_CAL_FRI }}{{ minical.L_MINI_CAL_SAT }}{{ minical.L_MINI_CAL_SUN }}
{minical.mini_cal_row.mini_cal_days.MINI_CAL_DAY}{{ mini_cal_days.MINI_CAL_DAY }}
- + {% if minical.S_DISPLAY_EVENTS %}
- +
- +
- -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} - - + {% endif %} +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} +{% endif %} +{% endfor %} diff --git a/styles/prosilver/template/portal/modules/clock_side.html b/styles/prosilver/template/portal/modules/clock_side.html index f6a2da57..a2268664 100644 --- a/styles/prosilver/template/portal/modules/clock_side.html +++ b/styles/prosilver/template/portal/modules/clock_side.html @@ -1,11 +1,11 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} - +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} +{% if not B3P_CLOCK_SRC %}
@@ -34,15 +34,15 @@
- - - +{% INCLUDEJS 'portal/assets/jquery_easing_1_3.js' %} +{% INCLUDEJS 'portal/assets/portal_clock.js' %} +{% else %}

- + - + - -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} +{% endif %} +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} diff --git a/styles/prosilver/template/portal/modules/custom_center.html b/styles/prosilver/template/portal/modules/custom_center.html index d52726f1..eec9ebeb 100644 --- a/styles/prosilver/template/portal/modules/custom_center.html +++ b/styles/prosilver/template/portal/modules/custom_center.html @@ -1,9 +1,9 @@ -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} +{{ definition.C_BLOCK_H_L }}{{ definition.TITLE }}{{ definition.C_BLOCK_H_R }}
-
{$CUSTOM_CODE}
+
{{ definition.CUSTOM_CODE }}
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file +{{ definition.C_BLOCK_F_L }}{{ definition.C_BLOCK_F_R }} \ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/custom_side.html b/styles/prosilver/template/portal/modules/custom_side.html index 25f94502..23c4abe2 100644 --- a/styles/prosilver/template/portal/modules/custom_side.html +++ b/styles/prosilver/template/portal/modules/custom_side.html @@ -1,13 +1,13 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} -
-
-
{$CUSTOM_CODE}
-
-
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} +
+
+
{{ definition.CUSTOM_CODE }}
+
+
+{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} \ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/donation_center.html b/styles/prosilver/template/portal/modules/donation_center.html index b852951b..a894c604 100644 --- a/styles/prosilver/template/portal/modules/donation_center.html +++ b/styles/prosilver/template/portal/modules/donation_center.html @@ -1,36 +1,36 @@ -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} +{{ definition.C_BLOCK_H_L }}{{ definition.TITLE }}{{ definition.C_BLOCK_H_R }}
  • - {SITENAME} {L_DONATION_TEXT} -
    -
     
    -
    -
    - - - - - - - - - - - - - -
    -
    -
    - {L_PAY_MSG} -
    + {{ SITENAME }} {{ lang('DONATION_TEXT') }} +
    +
     
    +
    +
    + + + + + + + + {% if PAY_CUSTOM_CENTER %} + + {% endif %} + + + +
    +
    +
    + {{ lang('PAY_MSG') }} +
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file +{{ definition.C_BLOCK_F_L }}{{ definition.C_BLOCK_F_R }} \ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/donation_side.html b/styles/prosilver/template/portal/modules/donation_side.html index db1d136e..762e59e8 100644 --- a/styles/prosilver/template/portal/modules/donation_side.html +++ b/styles/prosilver/template/portal/modules/donation_side.html @@ -1,31 +1,31 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }}
-
-
- - - - - - - - - - - - - -
-
+
+
+ + + + + + + + {% if PAY_CUSTOM_SIDE %} + + {% endif %} + + + +
+
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} \ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/forumlist.html b/styles/prosilver/template/portal/modules/forumlist.html index 91026b0a..0687f4ad 100644 --- a/styles/prosilver/template/portal/modules/forumlist.html +++ b/styles/prosilver/template/portal/modules/forumlist.html @@ -1,12 +1,12 @@ - +{% if S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) %} - +{% endif %}
- +{% INCLUDE 'forumlist_body.html' %}

\ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/friends_side.html b/styles/prosilver/template/portal/modules/friends_side.html index d05be0e1..af22d7a9 100644 --- a/styles/prosilver/template/portal/modules/friends_side.html +++ b/styles/prosilver/template/portal/modules/friends_side.html @@ -1,23 +1,23 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} - {L_FRIENDS_ONLINE}
- - {b3p_friends_online.USERNAME_FULL}
- - {L_NO_FRIENDS_ONLINE} -
- +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} + {{ lang('FRIENDS_ONLINE') }}
+ {% for b3p_friends_online in loops.b3p_friends_online %} + {{ b3p_friends_online.USERNAME_FULL }}
+ {% else %} + {{ lang('NO_FRIENDS_ONLINE') }}
- {L_FRIENDS_OFFLINE}
- - {b3p_friends_offline.USERNAME_FULL}
- - {L_NO_FRIENDS_OFFLINE} - + {% endfor %} +
+ {{ lang('FRIENDS_OFFLINE') }}
+ {% for b3p_friends_offline in loops.b3p_friends_offline %} + {{ b3p_friends_offline.USERNAME_FULL }}
+ {% else %} + {{ lang('NO_FRIENDS_OFFLINE') }} + {% endfor %}
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} diff --git a/styles/prosilver/template/portal/modules/jumpbox.html b/styles/prosilver/template/portal/modules/jumpbox.html index 26213424..fe061792 100644 --- a/styles/prosilver/template/portal/modules/jumpbox.html +++ b/styles/prosilver/template/portal/modules/jumpbox.html @@ -1,19 +1,19 @@ - - +{% if S_DISPLAY_JUMPBOX %} +
- \ No newline at end of file +{% endif %} \ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/latest_bots_side.html b/styles/prosilver/template/portal/modules/latest_bots_side.html index 7d834d04..60280746 100644 --- a/styles/prosilver/template/portal/modules/latest_bots_side.html +++ b/styles/prosilver/template/portal/modules/latest_bots_side.html @@ -1,12 +1,12 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} - - {last_visited_bots.BOT_NAME}
{last_visited_bots.LAST_VISIT_DATE} -
- -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} + {% for last_visited_bots in loops.last_visited_bots %} + {{ last_visited_bots.BOT_NAME }}
{{ last_visited_bots.LAST_VISIT_DATE }} + {% if not last_visited_bots.S_LAST_ROW %}
{% endif %} + {% endfor %} +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} \ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/latest_members_side.html b/styles/prosilver/template/portal/modules/latest_members_side.html index 741ebbe0..d0e7c8a6 100644 --- a/styles/prosilver/template/portal/modules/latest_members_side.html +++ b/styles/prosilver/template/portal/modules/latest_members_side.html @@ -1,14 +1,14 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$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 +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} + {{ lang('USERNAME') }} + {{ lang('JOINED') }}
+ {% for latest_members in loops.latest_members %} + {{ latest_members.USERNAME_FULL }} + {{ latest_members.JOINED }}
+ {% endfor %} +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} \ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/leaders_ext_side.html b/styles/prosilver/template/portal/modules/leaders_ext_side.html index a7eb91af..4b0c432b 100644 --- a/styles/prosilver/template/portal/modules/leaders_ext_side.html +++ b/styles/prosilver/template/portal/modules/leaders_ext_side.html @@ -1,17 +1,17 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} - - {group.GROUP_NAME}
- - {group.member.USERNAME_FULL}
- -
- - {L_NO_GROUPS_P} - -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} + {% for group in loops.group %} + {{ group.GROUP_NAME }}
+ {% for member in group.member %} + {{ member.USERNAME_FULL }}
+ {% endfor %} +
+ {% else %} + {{ lang('NO_GROUPS_P') }} + {% endfor %} +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} diff --git a/styles/prosilver/template/portal/modules/leaders_side.html b/styles/prosilver/template/portal/modules/leaders_side.html index 48fa7dd0..c90d8b9a 100644 --- a/styles/prosilver/template/portal/modules/leaders_side.html +++ b/styles/prosilver/template/portal/modules/leaders_side.html @@ -1,21 +1,21 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} - {L_ADMINISTRATORS}
- - {b3p_admins.USERNAME_FULL}
- - {L_NO_ADMINISTRATORS_P}

- -
- {L_MODERATORS}
- - {b3p_moderators.USERNAME_FULL}
- - {L_NO_MODERATORS_P} - -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} + {{ lang('ADMINISTRATORS') }}
+ {% for b3p_admins in loops.b3p_admins %} + {{ b3p_admins.USERNAME_FULL }}
+ {% else %} + {{ lang('NO_ADMINISTRATORS_P') }}

+ {% endfor %} +
+ {{ lang('MODERATORS') }}
+ {% for b3p_moderators in loops.b3p_moderators %} + {{ b3p_moderators.USERNAME_FULL }}
+ {% else %} + {{ lang('NO_MODERATORS_P') }} + {% endfor %} +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} diff --git a/styles/prosilver/template/portal/modules/link_us_side.html b/styles/prosilver/template/portal/modules/link_us_side.html index 0dc0eb5a..874c3cca 100644 --- a/styles/prosilver/template/portal/modules/link_us_side.html +++ b/styles/prosilver/template/portal/modules/link_us_side.html @@ -1,10 +1,13 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} - {LINK_US_TXT}

-
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} + {{ LINK_US_TXT }}

+ HTML{L_COLON}
+

+ BBCode{L_COLON}
+
+{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} \ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/links_side.html b/styles/prosilver/template/portal/modules/links_side.html index 928b5bad..0aae0b51 100644 --- a/styles/prosilver/template/portal/modules/links_side.html +++ b/styles/prosilver/template/portal/modules/links_side.html @@ -1,21 +1,21 @@ - - -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} - -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} - - +{% for portal_links in loops.portal_links %} +{% if portal_links.MODULE_ID eq definition.MODULE_ID %} +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} +
+
    + {% for links in portal_links.links %} +
  • {{ links.LINK_TITLE }}
  • + {% else %} + {{ lang('LINKS_NO_LINKS') }}
    + {% endfor %} +
+
+{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} +{% endif %} +{% endfor %} diff --git a/styles/prosilver/template/portal/modules/login_box_side.html b/styles/prosilver/template/portal/modules/login_box_side.html index 33975da4..ff23f449 100644 --- a/styles/prosilver/template/portal/modules/login_box_side.html +++ b/styles/prosilver/template/portal/modules/login_box_side.html @@ -1,30 +1,30 @@ -
-
-{$LR_BLOCK_H_L} - - - - - - {$TITLE}{$LR_BLOCK_H_R} - {L_USERNAME}{L_COLON}
-

- {L_PASSWORD}{L_COLON}
- - -

- - {L_UM_LOG_ME_IN}
- - - -
{L_UM_REGISTER_NOW}
- -
- - - {S_LOGIN_REDIRECT} - {S_FORM_TOKEN_LOGIN} -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} -
+ +
+ {{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} + {% if definition.FA_ENABLED %} + + {% else %} + + {% endif %} + {% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} + {{ lang('USERNAME') }}{{ lang('COLON') }}
+

+ {{ lang('PASSWORD') }}{{ lang('COLON') }}
+ + {% if S_DISPLAY_FULL_LOGIN %} +

+ {% if S_AUTOLOGIN_ENABLED %} + {{ lang('UM_LOG_ME_IN') }}
+ {% endif %} + {% endif %} + {% if S_SHOW_REGISTER and S_REGISTER_ENABLED %} +
{{ lang('UM_REGISTER_NOW') }}
+ {% endif %} +
+ + + {{ S_LOGIN_REDIRECT }} + {{ S_FORM_TOKEN_LOGIN }} + {{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} +
diff --git a/styles/prosilver/template/portal/modules/main_menu_side.html b/styles/prosilver/template/portal/modules/main_menu_side.html index 5b25b337..73ad5a9f 100644 --- a/styles/prosilver/template/portal/modules/main_menu_side.html +++ b/styles/prosilver/template/portal/modules/main_menu_side.html @@ -1,27 +1,27 @@ - - -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} +{% for portal_menu in loops.portal_menu %} +{% if portal_menu.MODULE_ID eq definition.MODULE_ID %} +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} - - + {% for category in portal_menu.category %} + + +
+ {% else %} +
    +
  • {{ lang('MENU_NO_LINKS') }}
  • +
+ {% endfor %} + +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} +{% endif %} +{% endfor %} diff --git a/styles/prosilver/template/portal/modules/news_center.html b/styles/prosilver/template/portal/modules/news_center.html index 50bce624..4ea0a5a3 100644 --- a/styles/prosilver/template/portal/modules/news_center.html +++ b/styles/prosilver/template/portal/modules/news_center.html @@ -1,67 +1,67 @@ -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} -
- - - - -
+{{ definition.C_BLOCK_H_L }}{{ definition.TITLE }}{{ definition.C_BLOCK_H_R }} +{% if definition.S_POSTBODY_TOP %}
{% endif %} + {% for news in loops.news %} + {% if news.MODULE_ID eq definition.MODULE_ID %} + {% for news_row in news.news_row %} + {% if news_row.S_NO_TOPICS %} +
- {L_NO_NEWS} + {{ lang('NO_NEWS') }}
- -
+ {% else %} +

- - {postrow.MINI_POST} + {% if news_row.S_UNREAD_INFO %}{% else %}{% endif %} + {{ news_row.MINI_POST }} - {news.news_row.TITLE} + {{ news_row.TITLE }}

- {news.news_row.PAGINATION} + {% if news_row.PAGINATION %}{{ news_row.PAGINATION }}{% endif %} -
+ {% if not definition.S_POSTBODY_TOP %}
{% endif %}
-
{news.news_row.TEXT} +
{{ news_row.TEXT }}
- -
-
{L_ATTACHMENTS}
- -
{news.news_row.attachment.DISPLAY_ATTACHMENT}
- -
- + {% if news_row.S_HAS_ATTACHMENTS %} +
+
{{ lang('ATTACHMENTS') }}
+ {% for attachment in news_row.attachment %} +
{{ attachment.DISPLAY_ATTACHMENT }}
+ {% endfor %} +
+ {% endif %}
- {L_TOPIC_VIEWS}{L_COLON} {news.news_row.TOPIC_VIEWS}  •  {L_COMMENTS}{L_COLON} {news.news_row.REPLIES}  •  {L_PORTAL_POST_REPLY} - {news.news_row.OPEN}{news.news_row.L_READ_FULL}{news.news_row.CLOSE} + {{ lang('TOPIC_VIEWS') }}{{ lang('COLON') }} {{ news_row.TOPIC_VIEWS }}  •  {{ lang('COMMENTS') }}{{ lang('COLON') }} {{ news_row.REPLIES }}  •  {{ lang('PORTAL_POST_REPLY') }} + {{ news_row.OPEN }}{{ news_row.L_READ_FULL }}{{ news_row.CLOSE }} -
- - - + {% if news_row.S_NOT_LAST %}
{% endif %} + {% if news_row.S_LAST_ROW %} + {% if not news_row.S_NO_TOPICS %} + {% if news.NP_PAGINATION or news.TOTAL_NEWS %}
- - - -
+ {% endif %} + {% endif %} + {% endif %} + {% if not definition.S_POSTBODY_TOP %}
{% endif %}
- - - - -
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} + {% endif %} + {% endfor %} + {% endif %} + {% endfor %} +{% if definition.S_POSTBODY_TOP %}
{% endif %} +{{ definition.C_BLOCK_F_L }}{{ definition.C_BLOCK_F_R }} diff --git a/styles/prosilver/template/portal/modules/news_compact_center.html b/styles/prosilver/template/portal/modules/news_compact_center.html index a221a9fd..4b0281c3 100644 --- a/styles/prosilver/template/portal/modules/news_compact_center.html +++ b/styles/prosilver/template/portal/modules/news_compact_center.html @@ -1,91 +1,91 @@ - - - - -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} +{% for news in loops.news %} +{% if news.MODULE_ID eq definition.MODULE_ID %} +{% for news_row in news.news_row %} +{% if news_row.S_NO_TOPICS %} +{{ definition.C_BLOCK_H_L }}{{ definition.TITLE }}{{ definition.C_BLOCK_H_R }}
- {L_NO_NEWS} + {{ lang('NO_NEWS') }}
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} - - -{$CC_BLOCK_H_L} -
{$TITLE}
- -
{L_REPLIES}
-
{L_VIEWS}
- -
{L_LAST_POST}
-{$CC_BLOCK_H_R} +{{ definition.C_BLOCK_F_L }}{{ definition.C_BLOCK_F_R }} +{% else %} +{% if news_row.S_FIRST_ROW %} +{{ definition.CC_BLOCK_H_L }} +
{{ definition.TITLE }}
+ {% if news.S_DISPLAY_NEWS_RVS %} +
{{ lang('REPLIES') }}
+
{{ lang('VIEWS') }}
+ {% endif %} +
{{ lang('LAST_POST') }}
+{{ definition.CC_BLOCK_H_R }}
    - -
  • -
    - style="background-image: url({T_ICONS_PATH}{news.news_row.TOPIC_ICON_IMG}); background-repeat: no-repeat;" title="{news.news_row.TOPIC_FOLDER_IMG_ALT}"> - +{% endif %} +
  • +
    + + {% if news_row.S_UNREAD_INFO and not S_IS_BOT %}{% endif %}
    - {news.news_row.TITLE}{L_VIEW_UNREAD_POST} - + {{ news_row.TITLE }}{% if U_VIEW_UNREAD_POST and not S_IS_BOT %} • {{ lang('VIEW_UNREAD_POST') }} • {% endif %} + {% if news_row.pagination %} - - + {% endif %} + {% if not S_IS_BOT %} - + {% else %}
    - + {% endif %}
    - - - {L_POSTED} {L_POST_BY_AUTHOR} {news.news_row.POSTER_FULL} » {news.news_row.TIME} + {% if news_row.ATTACH_ICON_IMG %}{% endif %} + {% if news_row.S_POLL %} {% endif %} + {{ lang('POSTED') }} {{ lang('POST_BY_AUTHOR') }} {{ news_row.POSTER_FULL }} » {{ news_row.TIME }}
    - - {L_FORUM}{L_COLON} {news.news_row.FORUM_NAME} - - {L_REPLIES}{L_COLON} {news.news_row.REPLIES} • {L_VIEWS}{L_COLON} {news.news_row.TOPIC_VIEWS} + {% if news_row.FORUM_NAME %} + {{ lang('FORUM') }}{{ lang('COLON') }} {{ news_row.FORUM_NAME }} + {% endif %} + {% if not news.S_DISPLAY_NEWS_RVS %}{% if news_row.FORUM_NAME %}• {% endif %}{{ lang('REPLIES') }}{{ lang('COLON') }} {{ news_row.REPLIES }} • {{ lang('VIEWS') }}{{ lang('COLON') }} {{ news_row.TOPIC_VIEWS }}{% endif %}
    - -
    {news.news_row.REPLIES} {L_REPLIES}
    -
    {news.news_row.TOPIC_VIEWS} {L_VIEWS}
    - -
    {L_LAST_POST}{L_POST_BY_AUTHOR} {news.news_row.USERNAME_FULL_LAST} {L_VIEW_LATEST_POST}{L_VIEW_LATEST_POST}
    - {news.news_row.LAST_POST_TIME}
    + {% if news.S_DISPLAY_NEWS_RVS %} +
    {{ news_row.REPLIES }} {{ lang('REPLIES') }}
    +
    {{ news_row.TOPIC_VIEWS }} {{ lang('VIEWS') }}
    + {% endif %} +
    {{ lang('LAST_POST') }}{{ lang('POST_BY_AUTHOR') }} {{ news_row.USERNAME_FULL_LAST }} {% if not S_IS_BOT %}{% if news_row.S_UNREAD_INFO %}{{ lang('VIEW_LATEST_POST') }}{% else %}{{ lang('VIEW_LATEST_POST') }}{% endif %}
    + {{ news_row.LAST_POST_TIME }}
    {% endif %}
  • - - -
  • +{% if news_row.S_LAST_ROW %} + {% if news.NP_PAGINATION or news.TOTAL_NEWS %} +
  • - + {% endif %}
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} - - - - - +{{ definition.C_BLOCK_F_L }}{{ definition.C_BLOCK_F_R }} +{% endif %} +{% endif %} +{% endfor %} +{% endif %} +{% endfor %} diff --git a/styles/prosilver/template/portal/modules/poll_center.html b/styles/prosilver/template/portal/modules/poll_center.html index 83b54451..aa0d112e 100644 --- a/styles/prosilver/template/portal/modules/poll_center.html +++ b/styles/prosilver/template/portal/modules/poll_center.html @@ -1,65 +1,65 @@ -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} - -
-
- -
-
-
-

{poll.POLL_QUESTION}

-

{poll.L_POLL_LENGTH}
{poll.L_MAX_VOTES}

+{{ definition.C_BLOCK_H_L }}{{ definition.TITLE }}{{ definition.C_BLOCK_H_R }} + {% if S_HAS_B3P_POLL %} +
+
+ {% for poll in loops.poll %} + {% if not poll.S_FIRST_ROW %}
{% endif %} + {% if poll.S_CAN_VOTE %}{% endif %} +
+

{{ poll.POLL_QUESTION }}

+

{{ poll.L_POLL_LENGTH }}{% if poll.S_CAN_VOTE and poll.L_POLL_LENGTH %}
{% endif %}{% if poll.S_CAN_VOTE %}{{ poll.L_MAX_VOTES }}{% endif %}

-
- - -
title="{L_POLL_VOTED_OPTION}"> -
{poll.poll_option.POLL_OPTION_CAPTION}
-
checked="checked" /> checked="checked" />
-
{poll.poll_option.POLL_OPTION_RESULT}
-
{L_NO_VOTES}{poll.poll_option.POLL_OPTION_PERCENT}
-
- - - {L_NO_OPTIONS} - +
+ {% if poll.S_POLL_HAS_OPTIONS %} + {% for poll_option in poll.poll_option %} +
+
{% if poll.S_CAN_VOTE %}{% else %}{{ poll_option.POLL_OPTION_CAPTION }}{% endif %}
+ {% if poll.S_CAN_VOTE %}
{% if poll.S_IS_MULTI_CHOICE %}{% else %}{% endif %}
{% endif %} + {% if poll.S_DISPLAY_RESULTS %}
{{ poll_option.POLL_OPTION_RESULT }}
+
{% if poll_option.POLL_OPTION_RESULT == 0 %}{{ lang('NO_VOTES') }}{% else %}{{ poll_option.POLL_OPTION_PERCENT }}{% endif %}
{% endif %} +
+ {% endfor %} + {% else %} + {{ lang('NO_OPTIONS') }} + {% endif %} - -
-
 
-

{L_TOTAL_VOTES} : {poll.TOTAL_VOTES}

-
- + {% if poll.S_DISPLAY_RESULTS %} +
+
 
+

{{ lang('TOTAL_VOTES') }} : {{ poll.TOTAL_VOTES }}

+
+ {% endif %} - -
-
 
-
-
- + {% if poll.S_CAN_VOTE %} +
+
 
+
+
+ {% endif %} - -
-
 
-

{L_VIEW_RESULTS}

-
- + {% if not poll.S_DISPLAY_RESULTS %} +
+
 
+

{{ lang('VIEW_RESULTS') }}

+
+ {% endif %} -
-
 
-

{L_VIEW_TOPIC}

-
-
-
- {poll.S_HIDDEN_FIELDS} - - +
+
 
+

{{ lang('VIEW_TOPIC') }}

+
+ +
+ {% if poll.S_CAN_VOTE %}{{ poll.S_HIDDEN_FIELDS }}{% endif %} + {% if poll.S_CAN_VOTE %}{% endif %} + {% endfor %} +
-
- -
-
- {L_NO_POLL} + {% else %} +
+
+ {{ lang('NO_POLL') }} +
-
- -{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file + {% endif %} +{{ definition.C_BLOCK_F_L }}{{ definition.C_BLOCK_F_R }} \ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/poll_side.html b/styles/prosilver/template/portal/modules/poll_side.html index d6f3427b..c97105ce 100644 --- a/styles/prosilver/template/portal/modules/poll_side.html +++ b/styles/prosilver/template/portal/modules/poll_side.html @@ -1,64 +1,64 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} - +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} + {% if S_HAS_B3P_POLL %}
- -
-
+ {% for poll_side in loops.poll_side %} + {% if not poll_side.S_FIRST_ROW %}
{% endif %} + {% if poll_side.S_CAN_VOTE %}{% endif %}
-

{poll_side.POLL_QUESTION}

-

{poll_side.L_POLL_LENGTH}
{poll_side.L_MAX_VOTES}

+

{{ poll_side.POLL_QUESTION }}

+

{{ poll_side.L_POLL_LENGTH }}{% if poll_side.S_CAN_VOTE and poll_side.L_POLL_LENGTH %}
{% endif %}{% if poll_side.S_CAN_VOTE %}{{ poll_side.L_MAX_VOTES }}{% endif %}

- - -
title="{L_POLL_VOTED_OPTION}"> -
{poll_side.poll_option.POLL_OPTION_CAPTION}

-
checked="checked" /> checked="checked" />
-
{L_NO_VOTES}{poll_side.poll_option.POLL_OPTION_PERCENT}
+ {% if poll_side.S_POLL_HAS_OPTIONS %} + {% for poll_option in poll_side.poll_option %} +
+
{% if poll_side.S_CAN_VOTE %}{% else %}{{ poll_option.POLL_OPTION_CAPTION }}{% endif %}

+ {% if poll_side.S_CAN_VOTE %}
{% if poll_side.S_IS_MULTI_CHOICE %}{% else %}{% endif %}
{% endif %} + {% if poll_side.S_DISPLAY_RESULTS %}
{% if poll_option.POLL_OPTION_RESULT == 0 %}{{ lang('NO_VOTES') }}{% else %}{{ poll_option.POLL_OPTION_PERCENT }}{% endif %}
{% endif %}
- - - {L_NO_OPTIONS} - + {% endfor %} + {% else %} + {{ lang('NO_OPTIONS') }} + {% endif %} - + {% if poll_side.S_DISPLAY_RESULTS %}
-

{L_TOTAL_VOTES} : {poll_side.TOTAL_VOTES}

+

{{ lang('TOTAL_VOTES') }} : {{ poll_side.TOTAL_VOTES }}

- + {% endif %} - + {% if poll_side.S_CAN_VOTE %}
-
+
- + {% endif %} - + {% if not poll_side.S_DISPLAY_RESULTS %}
-

{L_VIEW_RESULTS}

+

{{ lang('VIEW_RESULTS') }}

- + {% endif %}
-

{L_VIEW_TOPIC}

+

{{ lang('VIEW_TOPIC') }}

- {poll_side.S_HIDDEN_FIELDS} -
- + {% if poll_side.S_CAN_VOTE %}{{ poll_side.S_HIDDEN_FIELDS }}{% endif %} + {% if poll_side.S_CAN_VOTE %}{% endif %} + {% endfor %}
- + {% else %}
- {L_NO_POLL} + {{ lang('NO_POLL') }}
- -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + {% endif %} +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} diff --git a/styles/prosilver/template/portal/modules/random_member_side.html b/styles/prosilver/template/portal/modules/random_member_side.html index 914ab476..94c3f2db 100644 --- a/styles/prosilver/template/portal/modules/random_member_side.html +++ b/styles/prosilver/template/portal/modules/random_member_side.html @@ -1,27 +1,27 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} - -
{random_member.USERNAME_FULL}
- {random_member.AVATAR_IMG}
- {random_member.RANK_TITLE}
- {random_member.RANK_IMG}
+{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} +{% for random_member in loops.random_member %} +
{{ random_member.USERNAME_FULL }}
+ {% if random_member.AVATAR_IMG %}{{ random_member.AVATAR_IMG }}
{% elseif definition.NO_AVATAR_IMG %}
{% endif %} + {% if random_member.RANK_TITLE %}{{ random_member.RANK_TITLE }}
{% endif %} + {% if random_member.RANK_IMG %}{{ random_member.RANK_IMG }}
{% endif %}
-
- {L_RND_JOIN}{L_COLON}{random_member.JOINED}
- {L_RND_POSTS}{L_COLON}{random_member.USER_POSTS}
- - {L_RND_OCC}{L_COLON}   {random_member.USER_OCC}
- - - {L_RND_FROM}{L_COLON}   {random_member.USER_FROM}
- - - {L_RND_WWW}
- - -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} +
+ {{ lang('RND_JOIN') }}{{ lang('COLON') }}{{ random_member.JOINED }}
+ {{ lang('RND_POSTS') }}{{ lang('COLON') }}{{ random_member.USER_POSTS }}
+ {% if random_member.USER_OCC %} + {{ lang('RND_OCC') }}{{ lang('COLON') }}   {{ random_member.USER_OCC }}
+ {% endif %} + {% if random_member.USER_FROM %} + {{ lang('RND_FROM') }}{{ lang('COLON') }}   {{ random_member.USER_FROM }}
+ {% endif %} + {% if random_member.U_WWW %} + {{ lang('RND_WWW') }}
+ {% endif %} +{% endfor %} +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} diff --git a/styles/prosilver/template/portal/modules/recent_center.html b/styles/prosilver/template/portal/modules/recent_center.html index 1b1c5c84..da64ce02 100644 --- a/styles/prosilver/template/portal/modules/recent_center.html +++ b/styles/prosilver/template/portal/modules/recent_center.html @@ -1,52 +1,52 @@ - -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} +{% if loops.latest_announcements|length or loops.latest_hot_topics|length or loops.latest_topics|length %} +{{ definition.C_BLOCK_H_L }}{{ definition.TITLE }}{{ definition.C_BLOCK_H_R }}
-
-
- -
-
+
+
+
    +
  • +
    + + + {% if loops.latest_announcements|length %}{% endif %} + {% if loops.latest_hot_topics|length %}{% endif %} + {% if loops.latest_topics|length %}{% endif %} + + + {% if loops.latest_announcements|length %} + + {% endif %} + {% if loops.latest_hot_topics|length %} + + {% endif %} + {% if loops.latest_topics|length %} + + {% endif %} + +
    + + {% for latest_announcements in loops.latest_announcements %} + {{ latest_announcements.TITLE }} + {% endfor %} + + + + {% for latest_hot_topics in loops.latest_hot_topics %} + {{ latest_hot_topics.TITLE }} + {% endfor %} + + + + {% for latest_topics in loops.latest_topics %} + {{ latest_topics.TITLE }} + {% endfor %} + +
    +
    +
  • +
+
+
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} - +{{ definition.C_BLOCK_F_L }}{{ definition.C_BLOCK_F_R }} +{% endif %} diff --git a/styles/prosilver/template/portal/modules/search_side.html b/styles/prosilver/template/portal/modules/search_side.html index 9924c248..12a27c2c 100644 --- a/styles/prosilver/template/portal/modules/search_side.html +++ b/styles/prosilver/template/portal/modules/search_side.html @@ -46,24 +46,24 @@ function qsearch_onSubmit() //--> -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} -
+{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} +

- +

- +

-

{L_PORTAL_SEARCH_ADV}

-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} +

{{ lang('PORTAL_SEARCH_ADV') }}

+{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} diff --git a/styles/prosilver/template/portal/modules/statistics_side.html b/styles/prosilver/template/portal/modules/statistics_side.html index df8ba07d..5ed78993 100644 --- a/styles/prosilver/template/portal/modules/statistics_side.html +++ b/styles/prosilver/template/portal/modules/statistics_side.html @@ -1,26 +1,26 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} - {L_ST_TOP}
- {B3_TOTAL_POSTS}
- {B3_TOTAL_TOPICS}
- {L_ST_TOP_ANNS} {B3_ANNOUNCE_COUNT}
- {L_ST_TOP_STICKYS} {B3_STICKY_COUNT}
- {L_ST_TOT_ATTACH} {B3_TOTAL_ATTACH}
+{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} + {{ lang('ST_TOP') }}
+ {{ B3_TOTAL_POSTS }}
+ {{ B3_TOTAL_TOPICS }}
+ {{ lang('ST_TOP_ANNS') }} {{ B3_ANNOUNCE_COUNT }}
+ {{ lang('ST_TOP_STICKYS') }} {{ B3_STICKY_COUNT }}
+ {{ lang('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_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 + {{ B3_TOTAL_USERS }}
+ {{ B3_NEWEST_USER }} +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} \ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/stylechanger_side.html b/styles/prosilver/template/portal/modules/stylechanger_side.html index 89c5cc9f..60898bbe 100644 --- a/styles/prosilver/template/portal/modules/stylechanger_side.html +++ b/styles/prosilver/template/portal/modules/stylechanger_side.html @@ -1,14 +1,14 @@ - -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} +{% if S_STYLE_OPTIONS %} +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }}
-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} - \ No newline at end of file +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} +{% endif %} \ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/topposters_side.html b/styles/prosilver/template/portal/modules/topposters_side.html index e289ad62..d46c9e66 100644 --- a/styles/prosilver/template/portal/modules/topposters_side.html +++ b/styles/prosilver/template/portal/modules/topposters_side.html @@ -1,14 +1,14 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} - {L_USERNAME} - {L_POSTS}
- - {topposters.USERNAME_FULL} - {topposters.POSTER_POSTS}
- -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} + {{ lang('USERNAME') }} + {{ lang('POSTS') }}
+ {% for topposters in loops.topposters %} + {{ topposters.USERNAME_FULL }} + {{ topposters.POSTER_POSTS }}
+ {% endfor %} +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} diff --git a/styles/prosilver/template/portal/modules/user_menu_side.html b/styles/prosilver/template/portal/modules/user_menu_side.html index ed843c72..e6850217 100644 --- a/styles/prosilver/template/portal/modules/user_menu_side.html +++ b/styles/prosilver/template/portal/modules/user_menu_side.html @@ -1,51 +1,51 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$LR_BLOCK_H_R} -
- {USERNAME_FULL}
- - {B3P_AVATAR_IMG} - - - -
{B3P_RANK_TITLE} -
{B3P_RANK_IMG} -
-
- -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{{ definition.TITLE }}{{ definition.LR_BLOCK_H_R }} +
+ {{ USERNAME_FULL }}
+ {% if B3P_AVATAR_IMG %} + {{ B3P_AVATAR_IMG }} + {% elseif definition.NO_AVATAR_IMG %} + + {% endif %} + {% if B3P_RANK_TITLE %}
{{ B3P_RANK_TITLE }}{% endif %} + {% if B3P_RANK_IMG %}
{{ B3P_RANK_IMG }}{% endif %} +
+
+
+ + +
+{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }} \ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/welcome_center.html b/styles/prosilver/template/portal/modules/welcome_center.html index 130708f2..a15b9f09 100644 --- a/styles/prosilver/template/portal/modules/welcome_center.html +++ b/styles/prosilver/template/portal/modules/welcome_center.html @@ -1,9 +1,9 @@ -{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} +{{ definition.C_BLOCK_H_L }}{{ definition.TITLE }}{{ definition.C_BLOCK_H_R }}
-
{PORTAL_WELCOME_MSG}
+
{{ PORTAL_WELCOME_MSG }}
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file +{{ definition.C_BLOCK_F_L }}{{ definition.C_BLOCK_F_R }} \ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/whois_online_center.html b/styles/prosilver/template/portal/modules/whois_online_center.html index da20778d..9e77bd78 100644 --- a/styles/prosilver/template/portal/modules/whois_online_center.html +++ b/styles/prosilver/template/portal/modules/whois_online_center.html @@ -1,17 +1,17 @@ -{$C_BLOCK_H_L}{$TITLE}{$TITLE}{$C_BLOCK_H_R} +{{ definition.C_BLOCK_H_L }}{% if U_VIEWONLINE %}{{ definition.TITLE }}{% else %}{{ definition.TITLE }}{% endif %}{{ definition.C_BLOCK_H_R }}
  • -
    -

    {TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})
    {RECORD_USERS}
    - -
    {LOGGED_IN_USER_LIST} -
    {L_LEGEND}{L_COLON} {PORTAL_LEGEND} - -

    -
    +
    +

    {{ TOTAL_USERS_ONLINE }} ({{ lang('ONLINE_EXPLAIN') }})
    {{ RECORD_USERS }}
    + {% if U_VIEWONLINE %} +
    {{ LOGGED_IN_USER_LIST }} + {% if PORTAL_LEGEND %}
    {{ lang('LEGEND') }}{{ lang('COLON') }} {{ PORTAL_LEGEND }}{% endif %} + {% endif %} +

    +
-{$C_BLOCK_F_L}{$C_BLOCK_F_R} +{{ definition.C_BLOCK_F_L }}{{ definition.C_BLOCK_F_R }} diff --git a/styles/prosilver/template/portal/modules/whois_online_side.html b/styles/prosilver/template/portal/modules/whois_online_side.html index c01fc066..f3a2069d 100644 --- a/styles/prosilver/template/portal/modules/whois_online_side.html +++ b/styles/prosilver/template/portal/modules/whois_online_side.html @@ -1,15 +1,15 @@ -{$LR_BLOCK_H_L} - - - - - -{$TITLE}{$TITLE}{$LR_BLOCK_H_R} +{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %} +{% if definition.FA_ENABLED %} + +{% else %} + +{% endif %} +{% endif %}{% if U_VIEWONLINE %}{{ definition.TITLE }}{% else %}{{ definition.TITLE }}{% endif %}{{ definition.LR_BLOCK_H_R }}
-

{TOTAL_USERS_ONLINE}
- -
{LOGGED_IN_USER_LIST} - +

{{ TOTAL_USERS_ONLINE }}
+ {% if U_VIEWONLINE %} +
{{ LOGGED_IN_USER_LIST }} + {% endif %}

-{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} +{{ definition.LR_BLOCK_F_L }}{{ definition.LR_BLOCK_F_R }}