Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv13990/phpslash-ft/public_html/templates/en/default
Modified Files:
index3col.tpl
Added Files:
index1col.tpl index2colleft.tpl index2colright.tpl
Log Message:
auto column sensing
--- NEW FILE: index1col.tpl ---
<!-- start index1col.tpl -->
{BREADCRUMB}
</td>
</tr>
<tr>
<td valign="TOP">
<table width="100%" cellpadding=0 cellspacing=0 border="0">
<tr>
<!-- Start of the main column -->
<td valign=top width="100%">
{CENTER_BLOCK_COLUMN}
{STORY_COLUMN}
</td>
<!-- End of the main column -->
</tr>
</table>
</td>
</tr>
<tr>
<td>
<!-- end index1col.tpl -->
--- NEW FILE: index2colleft.tpl ---
<!-- start index2colleft.tpl -->
{BREADCRUMB}
</td>
</tr>
<tr>
<td valign="top">
<table width="100%" cellpadding=0 cellspacing=0 border="0">
<tr>
<!-- This is the start of the left column -->
<td width="160" valign="top">
{LEFT_BLOCK_COLUMN}
</td>
<!-- this TD block is a spacer between the bar and blocks column -->
<td width="20" valign="TOP">
<img src="{IMAGEDIR}/layout/blank.gif" width="20" height="1">
</td>
<td valign="top">
<img src="{IMAGEDIR}/layout/blank.gif" width="1" height="1">
</td>
<!-- This is the start of the main column -->
<td valign=top width="100%">
{CENTER_BLOCK_COLUMN}
{STORY_COLUMN}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<!-- end index2colleft.tpl -->
--- NEW FILE: index2colright.tpl ---
<!-- start index2colright.tpl -->
{BREADCRUMB}
</td>
</tr>
<tr>
<td>
<table width="100%" cellpadding=0 cellspacing=0 border="0">
<tr>
<!-- This is the start of the main column -->
<td valign=top width="100%">
{CENTER_BLOCK_COLUMN}
{STORY_COLUMN}
</td>
<!-- this TD block is a spacer -->
<td width="20" valign="TOP">
<img src="{IMAGEDIR}/layout/blank.gif" width="20" height="1">
</td>
<td valign="top">
<img src="{IMAGEDIR}/layout/blank.gif" width="1" height="1">
</td>
<!-- this TD block is the right blocks column -->
<td width="205" align=center valign="TOP">
{RIGHT_BLOCK_COLUMN}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<!-- end index2colright.tpl -->
Index: index3col.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/index3col.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index3col.tpl 2001/11/28 17:49:56 1.2
--- index3col.tpl 2002/01/08 21:38:23 1.3
***************
*** 1,86 ****
!
! <!-- index.tpl -->
!
! <TABLE width="100%" cellpadding=0 cellspacing=0 border="0">
! <TR>
! <TD COLSPAN="3" VALIGN="TOP">
! {BREADCRUMB}
! </TD>
! </TR>
!
! <TR>
!
! <!-- This TD and TABLE are the start of the leftt column -->
!
! <TD WIDTH="170" ALIGN=CENTER VALIGN="TOP">
!
! <TABLE WIDTH="160" CELLPADDING="0" CELLSPACING="0" BORDER="0">
! <TR>
! <!-- this TD block is the blocks column -->
!
! <TD VALIGN="TOP">
! {LEFT_BLOCK_COLUMN}
! </TD>
! <!-- this TD block is a spacer between the bar and blocks column -->
!
! <TD VALIGN="TOP">
! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="5" HEIGHT="1" ALT="">
! </TD>
!
! <!-- this TD block right here is that grey bar between the stories and the left blocks -->
!
! <TD VALIGN="TOP" BGCOLOR="#cccccc">
! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="1" HEIGHT="1" ALT="">
! </TD>
!
! <!-- this TD block is a spacer between the bar and stories -->
!
! <TD VALIGN="TOP">
! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="5" HEIGHT="1" ALT="">
! </TD>
!
! </TR>
! </TABLE>
!
! </TD>
! <TD valign=top WIDTH="100%"><FONT color="#000000">
! {STORY_COLUMN}
! </TD>
! <!-- this TD block is a spacer between the story column and the grey bar. -->
! <TD WIDTH="20" VALIGN="TOP">
! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="20" HEIGHT="1">
! </TD>
! <!-- This TD and TABLE are the start of the right column -->
! <TD WIDTH="210" ALIGN=CENTER VALIGN="TOP">
! <TABLE WIDTH="200" CELLPADDING="0" CELLSPACING="0" BORDER="0">
! <TR>
! <!-- this TD block right here is that grey bar between the stories and the right column blocks -->
! <TD VALIGN="TOP" BGCOLOR="#cccccc">
! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="1" HEIGHT="1" ALT="">
! </TD>
! <!-- this TD block is a spacer between the bar and right blocks column -->
! <TD VALIGN="TOP">
! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="5" HEIGHT="1" ALT="">
! </TD>
!
! <!-- this TD block is the right blocks column -->
! <TD VALIGN="TOP">
! {RIGHT_BLOCK_COLUMN}
! </TD>
! </TR>
! </TABLE>
! </TD>
! </TR>
! </TABLE>
- <!-- end index.tpl -->
--- 1,53 ----
! <!-- start index3col.tpl -->
! {BREADCRUMB}
! </td>
! </tr>
! <tr>
! <td valign="top">
! <table width="100%" cellpadding=0 cellspacing=0 border="0">
! <tr>
! <!-- this TD block is the left blocks column -->
! <td width="160" valign="top">
! {LEFT_BLOCK_COLUMN}
! </td>
! <!-- this TD block is a spacer between the bar and blocks column -->
! <td width="20" valign="top">
! <img src="{IMAGEDIR}/layout/blank.gif" width="20" height="1">
! </td>
! <td valign="top">
! <img src="{IMAGEDIR}/layout/blank.gif" width="1" height="1">
! </td>
! <!-- this TD block is the main story blocks column -->
! <td valign=top width="100%">
! {CENTER_BLOCK_COLUMN}
! {STORY_COLUMN}
! </td>
! <!-- this TD block is a spacer between the story column right-hand column. -->
! <td width="20" valign="top">
! <img src="{IMAGEDIR}/layout/blank.gif" width="20" height="1">
! </td>
! <td valign="top">
! <img src="{IMAGEDIR}/layout/blank.gif" width="1" height="1">
! </td>
! <!-- This TD is the start of the right column -->
! <td width="205" align=center valign="top">
! {RIGHT_BLOCK_COLUMN}
! </td>
! </tr>
! </table>
! </td>
! </tr>
! <tr>
! <td>
! <!-- end index3col.tpl -->
|