Update of /cvsroot/phpwebsite-comm/themes/jungle/boxstyles
In directory sc8-pr-cvs1:/tmp/cvs-serv20766
Added Files:
default_box.tpl default_empty.tpl default_middle.tpl
default_pop.tpl
Log Message:
missing files
--- NEW FILE: default_box.tpl ---
<!-- BEGIN TABLE -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" summary="Border for Generic Block">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="3" summary="Data for Generic Block">
<!-- BEGIN TITLE -->
<tr>
<td class="boxtitle">{TITLE}</td>
</tr>
<!-- END TITLE -->
<!-- BEGIN CONTENT -->
<tr>
<td class="content">{CONTENT}</td>
</tr>
<!-- END CONTENT -->
</table>
</td></tr></table><br />
<!-- END TABLE -->
--- NEW FILE: default_empty.tpl ---
{CONTENT}
--- NEW FILE: default_middle.tpl ---
<!-- BEGIN TABLE -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="Border for Generic Block">
<tr><td>
<table width="100%" border="0" cellpadding="5" cellspacing="1" summary="Data for Generic Block">
<!-- BEGIN TITLE -->
<tr>
<td class="middleboxtitle">{TITLE}</td>
</tr>
<!-- END TITLE -->
<!-- BEGIN CONTENT -->
<tr>
<td class="content">{CONTENT}</td>
</tr>
<!-- END CONTENT -->
</table>
</td></tr></table><br />
<!-- END TABLE -->
--- NEW FILE: default_pop.tpl ---
<!-- BEGIN TABLE -->
<table cellpadding="5" cellspacing="1" width="100%">
<!-- BEGIN TITLE -->
<tr>
<td class="alt_bg_medium"><b>{TITLE}</b></td>
</tr>
<!-- END TITLE -->
<!-- BEGIN CONTENT -->
<tr>
<td>{CONTENT}</td>
</tr>
<!-- END CONTENT -->
</table><br />
<!-- END TABLE -->
|