| 1 | <!-- [+] right block area --> |
|---|
| 2 | <td width="{PORTAL_RIGHT_COLLUMN}" valign="top" style="padding-left:0px;"> |
|---|
| 3 | <div id="portal_right"> |
|---|
| 4 | |
|---|
| 5 | <!-- IF not S_USER_LOGGED_IN --> |
|---|
| 6 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 7 | <!-- INCLUDE portal/block/login_box.html --> |
|---|
| 8 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 9 | <!-- ENDIF --> |
|---|
| 10 | |
|---|
| 11 | <!-- IF S_USER_LOGGED_IN and S_DISPLAY_LOLCALENDAR_MINI --> |
|---|
| 12 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 13 | <!-- INCLUDE portal/block/lolcalendar_mini.html --> |
|---|
| 14 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 15 | <!-- ENDIF --> |
|---|
| 16 | |
|---|
| 17 | <!-- IF S_DISPLAY_RADIO --> |
|---|
| 18 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 19 | <!-- INCLUDE portal/block/radio.html --> |
|---|
| 20 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 21 | <!-- ENDIF --> |
|---|
| 22 | |
|---|
| 23 | <!-- IF S_USER_LOGGED_IN and S_DISPLAY_LOL_GALLERY_BLOCK --> |
|---|
| 24 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 25 | <!-- INCLUDE portal/block/gallery_block.html --> |
|---|
| 26 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 27 | <!-- ENDIF --> |
|---|
| 28 | |
|---|
| 29 | <!-- IF S_DISPLAY_FRIENDS and S_ZEBRA_ENABLED and S_USER_LOGGED_IN --> |
|---|
| 30 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 31 | <!-- INCLUDE portal/block/online_friends.html --> |
|---|
| 32 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 33 | <!-- ENDIF --> |
|---|
| 34 | |
|---|
| 35 | <!-- IF S_DISPLAY_SEARCH --> |
|---|
| 36 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 37 | <!-- INCLUDE portal/block/search.html --> |
|---|
| 38 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 39 | <!-- ENDIF --> |
|---|
| 40 | |
|---|
| 41 | <!-- IF S_DISPLAY_ONLINE_LIST --> |
|---|
| 42 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 43 | <!-- INCLUDE portal/block/whois_online.html --> |
|---|
| 44 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 45 | <!-- ENDIF --> |
|---|
| 46 | |
|---|
| 47 | <!-- IF S_DISPLAY_TOP_POSTERS --> |
|---|
| 48 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 49 | <!-- INCLUDE portal/block/top_poster.html --> |
|---|
| 50 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 51 | <!-- ENDIF --> |
|---|
| 52 | |
|---|
| 53 | <!-- IF S_DISPLAY_LEADERS --> |
|---|
| 54 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 55 | <!-- INCLUDE portal/block/leaders.html --> |
|---|
| 56 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 57 | <!-- ENDIF --> |
|---|
| 58 | |
|---|
| 59 | |
|---|
| 60 | <!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_DISPLAY_ATTACHMENTS --> |
|---|
| 61 | <!-- //IF S_DISPLAY_ATTACHMENTS and ATTACH_ID --> |
|---|
| 62 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 63 | <!-- INCLUDE portal/block/attachments.html --> |
|---|
| 64 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 65 | <!-- //ENDIF --> |
|---|
| 66 | <!-- ENDIF --> |
|---|
| 67 | |
|---|
| 68 | <!-- IF S_DISPLAY_ACTIVE_TOPIC --> |
|---|
| 69 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 70 | <!--INCLUDE portal/block/active.html--> |
|---|
| 71 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 72 | <!-- ENDIF --> |
|---|
| 73 | |
|---|
| 74 | <!--INCLUDE portal/block/_sample_block_design.html--> |
|---|
| 75 | </div> |
|---|
| 76 | </td> |
|---|
| 77 | <!-- [-] right block area --> |
|---|