Unreported: subsilver2 - complete rework of the styling. BBCodes, especially lists, will be displayed properly.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<td style="padding:5px 5px 5px 5px;">
|
||||
<span class="gensmall" style="float: left;">{L_POSTED_BY}: <strong><a href="{announcements_row.U_USER_PROFILE}">{announcements_row.POSTER}</a></strong>
|
||||
<!-- IF announcements_row.FORUM_NAME --> • {L_FORUM}: <strong><a href="{announcements_row.U_VIEWFORUM}">{announcements_row.FORUM_NAME}</a></strong>
|
||||
<!-- ELSE -->
|
||||
@@ -24,7 +24,9 @@
|
||||
</span>
|
||||
<span class="gensmall" style="float: right;">{announcements_row.TIME}</span>
|
||||
<br /><br />
|
||||
<div class="postbody">
|
||||
{announcements_row.TEXT}
|
||||
</div>
|
||||
<br /><br />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -13,11 +13,13 @@
|
||||
<td class="cat"><!-- IF news_row.S_UNREAD_INFO -->{NEWEST_POST_IMG}<!-- ELSE -->{READ_POST_IMG}<!-- ENDIF --> {news_row.ATTACH_ICON_IMG} <!-- IF news_row.S_POLL --><strong>{L_POLL}: </strong><!-- ENDIF --><a href="{news_row.U_VIEW_COMMENTS}"><strong>{news_row.TITLE}</strong></a></td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<td style="padding:5px 5px 5px 5px;">
|
||||
<span class="gensmall" style="float: left;">{L_POSTED_BY}: <strong><a href="{news_row.U_USER_PROFILE}">{news_row.POSTER}</a></strong><!-- IF news_row.FORUM_NAME --> • {L_FORUM}: <strong><a href="{news_row.U_VIEWFORUM}">{news_row.FORUM_NAME}</a></strong><!-- ENDIF --></span>
|
||||
<span class="gensmall" style="float: right;">{news_row.TIME}</span>
|
||||
<br /><br />
|
||||
<div class="postbody">
|
||||
{news_row.TEXT}
|
||||
</div>
|
||||
<br /><br />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1,11 +1,15 @@
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th>{L_WELCOME}</th>
|
||||
</tr>
|
||||
|
||||
<tr class="row1">
|
||||
<td align="center" style="padding:5px 5px 5px 5px;">
|
||||
<td style="padding:5px 5px 5px 5px;">
|
||||
<div class="postbody">
|
||||
{PORTAL_WELCOME_INTRO}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<br />
|
||||
<br clear="all" />
|
||||
Reference in New Issue
Block a user