Report#80:Add a custom block, managed in the ACP

This commit is contained in:
Kevin
2008-03-21 17:03:32 +00:00
parent b94f27aad8
commit 4ec3584b4c
22 changed files with 255 additions and 89 deletions

View File

@@ -1,11 +0,0 @@
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_SPONSOR}</th>
</tr>
<tr class="row1">
<td style="text-align:center;">
-insert ads codes here-
</td>
</tr>
</table>
<br />

View File

@@ -1,11 +0,0 @@
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_SPONSOR}</th>
</tr>
<tr class="row1">
<td style="text-align:center;">
-insert ads codes here-
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,13 @@
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{PORTAL_CUSTOM_CENTER_HEADLINE}</th>
</tr>
<tr class="row1">
<td style="padding:5px 5px 5px 5px;">
<div class="postbody">
{PORTAL_CUSTOM_CENTER_CODE}
</div>
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,13 @@
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{PORTAL_CUSTOM_SMALL_HEADLINE}</th>
</tr>
<tr class="row1">
<td style="padding:5px 5px 5px 5px;">
<div class="postbody">
{PORTAL_CUSTOM_SMALL_CODE}
</div>
</td>
</tr>
</table>
<br />

View File

@@ -64,8 +64,8 @@ small, .small {
<!-- INCLUDE portal/block/attachments.html -->
<!-- ENDIF -->
<!-- IF S_ADS_SMALL -->
<!-- INCLUDE portal/block/ads_small.html -->
<!-- IF S_CUSTOM_SMALL -->
<!-- INCLUDE portal/block/custom_small.html -->
<!-- ENDIF -->
<!-- IF S_STYLE_OPTIONS -->
@@ -108,8 +108,8 @@ small, .small {
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_ADS_CENTER -->
<!-- INCLUDE portal/block/ads_center.html -->
<!-- IF S_CUSTOM_CENTER -->
<!-- INCLUDE portal/block/custom_center.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_RECENT -->