| 1 | <!-- DEFINE $S_IN_PORTAL = 1 --> |
|---|
| 2 | <!-- INCLUDE overall_header.html --> |
|---|
| 3 | |
|---|
| 4 | <!-- $Id: portal_body.html,v 1.1 2008/02/09 08:18:18 angelside Exp $ //--> |
|---|
| 5 | |
|---|
| 6 | <!-- HISTORY |
|---|
| 7 | 2010-08-19 Uhula |
|---|
| 8 | (a) trinitycorerss, wird nur noch angezeigt, wenn User eingeloggt ist |
|---|
| 9 | (b) neuen block "user_not_logged_in.html" eingefügt, wird mittig an 1.Stelle angezeigt |
|---|
| 10 | wenn ein User nicht eingeloggt ist, dient als Werbung. |
|---|
| 11 | --> |
|---|
| 12 | |
|---|
| 13 | <style type="text/css"> |
|---|
| 14 | <!-- |
|---|
| 15 | .topiclist dd.posts_portal { |
|---|
| 16 | float:left; |
|---|
| 17 | text-align:left; |
|---|
| 18 | font-size: 0.9em; |
|---|
| 19 | padding:6px 5px 6px 5px; |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | ul.topiclist dt { |
|---|
| 23 | float:left; |
|---|
| 24 | width: 90%; |
|---|
| 25 | font-size: 0.9em; |
|---|
| 26 | } |
|---|
| 27 | |
|---|
| 28 | /* News listing */ |
|---|
| 29 | ul.news { |
|---|
| 30 | border-top: 1px solid #FFFFFF; |
|---|
| 31 | list-style: none; |
|---|
| 32 | margin-left: 0; |
|---|
| 33 | } |
|---|
| 34 | ul.news li { |
|---|
| 35 | padding: 5px 0 4px 0; |
|---|
| 36 | border-bottom: 1px solid #CCCCCC; |
|---|
| 37 | } |
|---|
| 38 | ul.news li.last { |
|---|
| 39 | border-bottom: none; |
|---|
| 40 | } |
|---|
| 41 | ul.news { |
|---|
| 42 | border-top: none; |
|---|
| 43 | } |
|---|
| 44 | ul.news li { |
|---|
| 45 | padding: 0 0 4px 0; |
|---|
| 46 | margin-bottom: 5px; |
|---|
| 47 | margin-left: 0; |
|---|
| 48 | border-bottom-color: #E0E0E0; |
|---|
| 49 | } |
|---|
| 50 | |
|---|
| 51 | .postbody_portal { |
|---|
| 52 | width: 100%; |
|---|
| 53 | } |
|---|
| 54 | //--> |
|---|
| 55 | </style> |
|---|
| 56 | |
|---|
| 57 | <div id="portal"> |
|---|
| 58 | |
|---|
| 59 | <div id="serverstatus" > |
|---|
| 60 | <table width="100%" cellspacing="0" > |
|---|
| 61 | <tr> |
|---|
| 62 | <td class="serverstatus_left" align="left"><img src="images/spacer.gif" alt="" /></td> |
|---|
| 63 | <td class="serverstatus_center" >{S_DISPLAY_SERVER_STATUS}</td> |
|---|
| 64 | <td class="serverstatus_right" align="right"><img src="images/spacer.gif" alt="" /></td> |
|---|
| 65 | </tr> |
|---|
| 66 | </table> |
|---|
| 67 | </div> |
|---|
| 68 | |
|---|
| 69 | |
|---|
| 70 | <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> |
|---|
| 71 | <tr> |
|---|
| 72 | <!-- IF S_USER_LOGGED_IN --> |
|---|
| 73 | <!-- INCLUDE portal/portal_left_area.html --> |
|---|
| 74 | <!-- ENDIF --> |
|---|
| 75 | <td width="0" valign="top"></td> |
|---|
| 76 | |
|---|
| 77 | <!-- [+] center block area --> |
|---|
| 78 | <td valign="top"> |
|---|
| 79 | <div id="portal_center"> |
|---|
| 80 | |
|---|
| 81 | <!-- IF not S_USER_LOGGED_IN --> |
|---|
| 82 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 83 | <!-- INCLUDE portal/block/user_not_logged_in.html --> |
|---|
| 84 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 85 | <!-- ENDIF --> |
|---|
| 86 | |
|---|
| 87 | <!-- IF S_DISPLAY_WELCOME --> |
|---|
| 88 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 89 | <!-- INCLUDE portal/block/welcome.html --> |
|---|
| 90 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 91 | <!-- ENDIF --> |
|---|
| 92 | |
|---|
| 93 | <!-- IF S_DISPLAY_STATS --> |
|---|
| 94 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 95 | <!-- INCLUDE portal/block/stats.html --> |
|---|
| 96 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 97 | <!-- ENDIF --> |
|---|
| 98 | |
|---|
| 99 | <!-- IF S_DISPLAY_BCACDC --> |
|---|
| 100 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 101 | <!-- INCLUDE portal/block/bcacdc.html --> |
|---|
| 102 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 103 | <!-- ENDIF --> |
|---|
| 104 | |
|---|
| 105 | <!-- IF S_DISPLAY_GUILDLIST --> |
|---|
| 106 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 107 | <!-- INCLUDE portal/block/guildlist.html --> |
|---|
| 108 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 109 | <!-- ENDIF --> |
|---|
| 110 | |
|---|
| 111 | <!-- IF S_DISPLAY_ONLINELIST --> |
|---|
| 112 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 113 | <!-- INCLUDE portal/block/onlinelist.html --> |
|---|
| 114 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 115 | <!-- ENDIF --> |
|---|
| 116 | |
|---|
| 117 | <!-- IF S_DISPLAY_HOMESTONE --> |
|---|
| 118 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 119 | <!-- INCLUDE portal/block/homestone.html --> |
|---|
| 120 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 121 | <!-- ENDIF --> |
|---|
| 122 | |
|---|
| 123 | <!-- IF S_DISPLAY_HOLIDAY --> |
|---|
| 124 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 125 | <!-- INCLUDE portal/block/holiday.html --> |
|---|
| 126 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 127 | <!-- ENDIF --> |
|---|
| 128 | |
|---|
| 129 | <!-- IF S_DISPLAY_SERVERLOG --> |
|---|
| 130 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 131 | <!-- INCLUDE portal/block/serverlog.html --> |
|---|
| 132 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 133 | <!-- ENDIF --> |
|---|
| 134 | |
|---|
| 135 | <!-- IF S_DISPLAY_HONOR --> |
|---|
| 136 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 137 | <!-- INCLUDE portal/block/honor.html --> |
|---|
| 138 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 139 | <!-- ENDIF --> |
|---|
| 140 | |
|---|
| 141 | <!-- IF S_DISPLAY_DONATIONLIST --> |
|---|
| 142 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 143 | <!-- INCLUDE portal/block/donation.html --> |
|---|
| 144 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 145 | <!-- ENDIF --> |
|---|
| 146 | |
|---|
| 147 | <!-- IF S_DISPLAY_SETAVATAR --> |
|---|
| 148 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 149 | <!-- INCLUDE portal/block/setavatar.html --> |
|---|
| 150 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 151 | <!-- ENDIF --> |
|---|
| 152 | |
|---|
| 153 | <!-- IF S_DISPLAY_CHARREPAIR --> |
|---|
| 154 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 155 | <!-- INCLUDE portal/block/charrepair.html --> |
|---|
| 156 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 157 | <!-- ENDIF --> |
|---|
| 158 | |
|---|
| 159 | <!-- IF S_DISPLAY_BANLIST --> |
|---|
| 160 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 161 | <!-- INCLUDE portal/block/banlist.html --> |
|---|
| 162 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 163 | <!-- ENDIF --> |
|---|
| 164 | |
|---|
| 165 | <!-- IF S_DISPLAY_CHARTRANSFER --> |
|---|
| 166 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 167 | <!-- INCLUDE portal/block/chartransfer.html --> |
|---|
| 168 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 169 | <!-- ENDIF --> |
|---|
| 170 | |
|---|
| 171 | <!-- IF S_DISPLAY_FRAGOMAT --> |
|---|
| 172 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 173 | <!-- INCLUDE portal/block/fragomat.html --> |
|---|
| 174 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 175 | <!-- ENDIF --> |
|---|
| 176 | |
|---|
| 177 | <!-- IF S_DISPLAY_LOLCALENDAR_FULL --> |
|---|
| 178 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 179 | <!-- INCLUDE portal/block/lolcalendar_full.html --> |
|---|
| 180 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 181 | <!-- ENDIF --> |
|---|
| 182 | |
|---|
| 183 | <!-- IF S_DISPLAY_ARENATEAM --> |
|---|
| 184 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 185 | <!-- INCLUDE portal/block/arenateam.html --> |
|---|
| 186 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 187 | <!-- ENDIF --> |
|---|
| 188 | |
|---|
| 189 | <!-- IF S_DISPLAY_LOL_CONTROL --> |
|---|
| 190 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 191 | <!-- INCLUDE portal/block/lolcontrol.html --> |
|---|
| 192 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 193 | <!-- ENDIF --> |
|---|
| 194 | |
|---|
| 195 | <!-- IF S_DISPLAY_HOLIDAYLIST --> |
|---|
| 196 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 197 | <!-- INCLUDE portal/block/holidaylist.html --> |
|---|
| 198 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 199 | <!-- ENDIF --> |
|---|
| 200 | |
|---|
| 201 | <!-- IF S_USER_LOGGED_IN and S_DISPLAY_GALLERY --> |
|---|
| 202 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 203 | <!-- INCLUDE portal/block/gallery.html --> |
|---|
| 204 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 205 | <!-- ENDIF --> |
|---|
| 206 | |
|---|
| 207 | <!-- IF S_DISPLAY_LOLPOINTS --> |
|---|
| 208 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 209 | <!-- INCLUDE portal/block/lolpoints.html --> |
|---|
| 210 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 211 | <!-- ENDIF --> |
|---|
| 212 | |
|---|
| 213 | <!-- IF S_DISPLAY_GEOMAP --> |
|---|
| 214 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 215 | <!-- INCLUDE portal/block/lol_geomap.html --> |
|---|
| 216 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 217 | <!-- ENDIF --> |
|---|
| 218 | |
|---|
| 219 | <!-- IF S_DISPLAY_LOLCHAT --> |
|---|
| 220 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 221 | <!-- INCLUDE portal/block/chat_body.html --> |
|---|
| 222 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 223 | <!-- ENDIF --> |
|---|
| 224 | |
|---|
| 225 | <!-- IF S_DISPLAY_GM_RATING --> |
|---|
| 226 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 227 | <!-- INCLUDE portal/block/gm_rating.html --> |
|---|
| 228 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 229 | <!-- ENDIF --> |
|---|
| 230 | |
|---|
| 231 | <!-- IF S_DISPLAY_SIG_GENERATOR --> |
|---|
| 232 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 233 | <!-- INCLUDE portal/block/sig_gen.html --> |
|---|
| 234 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 235 | <!-- ENDIF --> |
|---|
| 236 | |
|---|
| 237 | <!-- IF S_DISPLAY_PAYPAL --> |
|---|
| 238 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 239 | <!-- INCLUDE portal/block/paypal.html --> |
|---|
| 240 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 241 | <!-- ENDIF --> |
|---|
| 242 | |
|---|
| 243 | <!-- IF S_ADS_CENTER --> |
|---|
| 244 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 245 | <!-- INCLUDE portal/block/ads_center.html --> |
|---|
| 246 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 247 | <!-- ENDIF --> |
|---|
| 248 | |
|---|
| 249 | <!-- IF S_DISPLAY_PAY_C --> |
|---|
| 250 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 251 | <!-- INCLUDE portal/block/donation/donation.html --> |
|---|
| 252 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 253 | <!-- ENDIF --> |
|---|
| 254 | |
|---|
| 255 | <!-- IF S_DISPLAY_TS --> |
|---|
| 256 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 257 | <!-- INCLUDE portal/block/ts_token.html --> |
|---|
| 258 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 259 | <!-- ENDIF --> |
|---|
| 260 | |
|---|
| 261 | <!-- IF S_DISPLAY_UPPERDECK --> |
|---|
| 262 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 263 | <!-- INCLUDE portal/block/upperdeck.html --> |
|---|
| 264 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 265 | <!-- ENDIF --> |
|---|
| 266 | |
|---|
| 267 | <!-- IF S_DISPLAY_CHATTICKER --> |
|---|
| 268 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 269 | <!-- INCLUDE portal/block/chatticker.html --> |
|---|
| 270 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 271 | <!-- ENDIF --> |
|---|
| 272 | |
|---|
| 273 | <!-- IF S_DISPLAY_RECENT --> |
|---|
| 274 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 275 | <!-- INCLUDE portal/block/recent.html --> |
|---|
| 276 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 277 | <!-- ENDIF --> |
|---|
| 278 | |
|---|
| 279 | <!-- IF S_DISPLAY_NEWS --> |
|---|
| 280 | <!-- IF S_USER_LOGGED_IN --> |
|---|
| 281 | <!-- IF S_DISPLAY_POLL and S_HAS_POLL --> |
|---|
| 282 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 283 | <!-- INCLUDE portal/block/poll.html --> |
|---|
| 284 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 285 | <!-- ENDIF --> |
|---|
| 286 | <!-- ENDIF --> |
|---|
| 287 | <!-- ENDIF --> |
|---|
| 288 | |
|---|
| 289 | <!-- IF S_DISPLAY_ANNOUNCEMENTS --> |
|---|
| 290 | <!-- IF S_USER_LOGGED_IN --> |
|---|
| 291 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 292 | <!-- IF S_ANNOUNCE_COMPACT --> |
|---|
| 293 | <!-- INCLUDE portal/block/announcements_compact.html --> |
|---|
| 294 | <!-- ELSE --> |
|---|
| 295 | <!-- INCLUDE portal/block/announcements.html --> |
|---|
| 296 | <!-- ENDIF --> |
|---|
| 297 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 298 | <!-- ENDIF --> |
|---|
| 299 | <!-- ENDIF --> |
|---|
| 300 | |
|---|
| 301 | <!-- IF S_DISPLAY_NEWS --> |
|---|
| 302 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 303 | <!-- IF S_NEWS_COMPACT --> |
|---|
| 304 | <!-- INCLUDE portal/block/news_compact.html --> |
|---|
| 305 | <!-- ELSE --> |
|---|
| 306 | <!-- INCLUDE portal/block/news.html --> |
|---|
| 307 | <!-- ENDIF --> |
|---|
| 308 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 309 | <!-- ENDIF --> |
|---|
| 310 | |
|---|
| 311 | <!-- IF S_DISPLAY_NEWS --> |
|---|
| 312 | <!-- IF S_USER_LOGGED_IN --> |
|---|
| 313 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 314 | <!-- INCLUDE portal/block/trinitycorerss.html --> |
|---|
| 315 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 316 | <!-- ENDIF --> |
|---|
| 317 | <!-- ENDIF --> |
|---|
| 318 | |
|---|
| 319 | <!-- IF S_DISPLAY_WORDGRAPH --> |
|---|
| 320 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 321 | <!-- INCLUDE portal/block/wordgraph.html --> |
|---|
| 322 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 323 | <!-- ENDIF --> |
|---|
| 324 | |
|---|
| 325 | <!-- IF S_DISPLAY_JUMPBOX --> |
|---|
| 326 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 327 | <!-- INCLUDE portal/block/jumpbox.html --> |
|---|
| 328 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 329 | <!-- ENDIF --> |
|---|
| 330 | |
|---|
| 331 | <!-- IF S_DISPLAY_IMP --> |
|---|
| 332 | <!-- INCLUDE portal/blockheader.html --> |
|---|
| 333 | <!-- INCLUDE portal/block/impressum.html --> |
|---|
| 334 | <!-- INCLUDE portal/blockfooter.html --> |
|---|
| 335 | <!-- ENDIF --> |
|---|
| 336 | </div> |
|---|
| 337 | </td> |
|---|
| 338 | <!-- [-] center block area --> |
|---|
| 339 | <td width="0" valign="top"></td> |
|---|
| 340 | |
|---|
| 341 | <!-- IF S_USER_LOGGED_IN --> |
|---|
| 342 | <!-- INCLUDE portal/portal_right_area.html --> |
|---|
| 343 | <!-- ENDIF --> |
|---|
| 344 | </tr> |
|---|
| 345 | </table> |
|---|
| 346 | </div> <!-- portal --> |
|---|
| 347 | |
|---|
| 348 | <!--// phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com //--> |
|---|
| 349 | <!-- INCLUDE overall_footer.html --> |
|---|