Added birthday block;
Added stylechanger block;
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
<!--version $Id$ //-->
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{T_THEME_PATH}/images/portal/portal_birthday.png" width="16" height="16" alt="" /> <!-- ENDIF -->{L_BIRTHDAYS}{$LR_BLOCK_H_R}
|
||||
<!-- IF BIRTHDAY_LIST -->
|
||||
<strong>{L_CONGRATULATIONS}:</strong><br /> {BIRTHDAY_LIST}
|
||||
<!-- ELSE -->
|
||||
{L_NO_BIRTHDAYS}
|
||||
<!-- ENDIF -->
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
{$LR_BLOCK_H_L}{L_BIRTHDAYS_AHEAD}{$LR_BLOCK_H_R}
|
||||
<!-- IF BIRTHDAYS_AHEAD_LIST -->
|
||||
{BIRTHDAYS_AHEAD_LIST}
|
||||
<!-- ELSE -->
|
||||
{L_NO_BIRTHDAYS_AHEAD}
|
||||
<!-- ENDIF -->
|
||||
<!-- IF BIRTHDAY_LIST -->
|
||||
<strong>{L_CONGRATULATIONS}:</strong><br /> {BIRTHDAY_LIST}
|
||||
<!-- ELSE -->
|
||||
{L_NO_BIRTHDAYS}
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_DISPLAY_BIRTHDAY_AHEAD_LIST -->
|
||||
<hr class="dashed" />
|
||||
<strong>{L_BIRTHDAYS_AHEAD}</strong>
|
||||
<br />
|
||||
<!-- IF BIRTHDAYS_AHEAD_LIST -->
|
||||
{BIRTHDAYS_AHEAD_LIST}
|
||||
<!-- ELSE -->
|
||||
{L_NO_BIRTHDAYS_AHEAD}
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
@@ -0,0 +1,9 @@
|
||||
<!--version $Id$ //-->
|
||||
<!-- IF S_STYLE_OPTIONS and S_DISPLAY_CHANGE_STYLE -->
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{T_THEME_PATH}/images/portal/portal_style.png" width="16" height="16" alt="" /> <!-- ENDIF -->{L_BOARD_STYLE}{$LR_BLOCK_H_R}
|
||||
<select style="width: 150px;" name="demo" id="demo" onchange="document.location.href = this.options[this.selectedIndex].value;">
|
||||
{STYLE_SELECT}
|
||||
</select>
|
||||
<br />
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
<!-- ENDIF -->
|
||||
BIN
root/styles/prosilver/theme/images/portal/portal_birthday.png
Normal file
BIN
root/styles/prosilver/theme/images/portal/portal_birthday.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
root/styles/prosilver/theme/images/portal/portal_style.png
Normal file
BIN
root/styles/prosilver/theme/images/portal/portal_style.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user