OSB enhancements to date

This commit is contained in:
Deon George
2010-11-30 09:41:08 +11:00
parent 8715a2059b
commit ec6a542bc3
478 changed files with 23423 additions and 9309 deletions

View File

@@ -1,36 +0,0 @@
{assign var=meth value=':'|explode:$VAR._page}
<!-- {$meth.0}:{$meth.1} -->
{$method->exe($meth.0,$meth.1)}
{if ($method->result == false)}
{$block->display('core:method_error')}
{else}
{if $static_page_display == true}
{foreach from=$static_page_results item=record}
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr valign="top">
<td class="table_heading_cart"><a href="{$URL}?_page=static_page:page_show&amp;name={$record.name}">{$record.title}</a></td>
</tr>
<tr>
<td style="background-color: #FFFFFF;">
<table width="100%" border="0" cellpadding="4">
<tr>
<td class="body">{$record.intro}</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br/>
{/foreach}
{else}
{t}Sorry, no pages were found in this category, or your account is not authorized for this category.{/t}
{/if}
{/if}

View File

@@ -1,22 +0,0 @@
{assign var=meth value=':'|explode:$VAR._page}
<!-- {$meth.0}:{$meth.1} -->
{$method->exe($meth.0,$meth.1)}
{if ($method->result == false)}
{$block->display('core:method_error')}
{else}
{if $static_page_display == true}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" style="font-family: Verdana, Arial, Helvetica, sans-serif; color: #000066; text-decoration: underline; font-size: 120%;"><b>{$static_page_results.title}</b></td>
</tr>
<tr>
<td style="font-family: Verdana, Arial, Helvetica, sans-serif;">{$static_page_results.body}</td>
</tr>
</table>
{else}
{t}Sorry, the requested page was not found, or you do not have the required level of authorisation to view it.{/t}
{/if}
{/if}