phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/3D-Fantasy left_b


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/3D-Fantasy left_bt.inc.php,NONE,1.1 right_bt.inc.php,NONE,1.1 main.tpl,1.2,1.3 centerblock.tpl,1.1,NONE index.html,1.1,NONE newsblock.tpl,1.1,NONE sideblock.tpl,1.1,NONE
Date: Thu, 16 Jan 2003 22:37:55 -0500

Update of /cvsroot/phpgroupware/sitemgr/sitemgr-site/templates/3D-Fantasy
In directory subversions:/tmp/cvs-serv24731/sitemgr-site/templates/3D-Fantasy

Modified Files:
        main.tpl 
Added Files:
        left_bt.inc.php right_bt.inc.php 
Removed Files:
        centerblock.tpl index.html newsblock.tpl sideblock.tpl 
Log Message:
First commit of a new modularized architecture for sitemgr 


--- NEW FILE ---
<?php 
class left_bt
{
        function apply_transform($title,$content)
        {
                return '
<table border="0" cellspacing="0" cellpadding="0" width="180"><tr>
<td width="15" height="15"><img src="templates/3D-Fantasy/images/up-left2.gif" 
alt="" border="0"></td>
<td><img src="templates/3D-Fantasy/images/up2.gif" width="100%" 
height="15"></td>
<td><img src="templates/3D-Fantasy/images/up-right2.gif" width="15" height="15" 
alt="" border="0"></td></tr>
<tr>
<td background="templates/3D-Fantasy/images/left2.gif" width="15">&nbsp;</td>
<td bgcolor="ffffff" width="100%">
<b>' .$title . '</b><br><br>' .
$content .'</td>
<td background="templates/3D-Fantasy/images/right2.gif">&nbsp;</td></tr>
<tr>
<td width="15" height="15"><img 
src="templates/3D-Fantasy/images/down-left2.gif" alt="" border="0"></td>
<td><img src="templates/3D-Fantasy/images/down2.gif" width="100%" 
height="15"></td>
<td><img src="templates/3D-Fantasy/images/down-right2.gif" width="15" 
height="15" alt="" border="0"></td></tr></table>
<br>';
        }
}

--- NEW FILE ---
<?php 
class right_bt
{
        function apply_transform($title,$content)
        {
                return '
<table border="0" cellspacing="0" cellpadding="0" width="180"><tr>
<td width="15" height="15"><img src="templates/3D-Fantasy/images/up-left2.gif" 
alt="" border="0"></td>
<td><img src="templates/3D-Fantasy/images/up2.gif" width="100%" 
height="15"></td>
<td><img src="templates/3D-Fantasy/images/up-right2.gif" width="15" height="15" 
alt="" border="0"></td></tr>
<tr>
<td background="templates/3D-Fantasy/images/left2.gif" width="15">&nbsp;</td>
<td bgcolor="ffffff" width="100%">
<b>' .$title . '</b><br><br>' .
$content .'</td>
<td background="templates/3D-Fantasy/images/right2.gif">&nbsp;</td></tr>
<tr>
<td width="15" height="15"><img 
src="templates/3D-Fantasy/images/down-left2.gif" alt="" border="0"></td>
<td><img src="templates/3D-Fantasy/images/down2.gif" width="100%" 
height="15"></td>
<td><img src="templates/3D-Fantasy/images/down-right2.gif" width="15" 
height="15" alt="" border="0"></td></tr></table>
<br>';
        }
}
Index: main.tpl
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/main.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** main.tpl    5 Sep 2002 00:43:10 -0000       1.2
--- main.tpl    17 Jan 2003 03:37:53 -0000      1.3
***************
*** 1,22 ****
  <body bgcolor="#ffffff" text="#000000" link="#363636" vlink="#363636" 
alink="#d5ae83">
  <br>
  <table border="0" cellspacing="0" cellpadding="0" width="100%"><tr>
! <td width="15" height="15"><img src="themes/3D-Fantasy/images/up-left2.gif" 
alt="" border="0"></td>
! <td background="themes/3D-Fantasy/images/up2.gif" align="center" width="100%" 
height="15">&nbsp;</td>
! <td><img src="themes/3D-Fantasy/images/up-right2.gif" width="15" height="15" 
alt="" border="0"></td></tr>
  <tr>
! <td background="themes/3D-Fantasy/images/left2.gif" width="15">&nbsp;</td>
  <td bgcolor="ffffff" width="100%">
  <table width="100%" border="0" align="center" bgcolor="#ffffff"><tr><td>
!                       <a href="index.php"><img 
src="themes/3D-Fantasy/images/logo.gif" border="0" alt="Welcome to {site_name}" 
align="left"></a>
                        </td><td>
! {site_header}
  </td></tr></table>
  </td>
! <td background="themes/3D-Fantasy/images/right2.gif">&nbsp;</td></tr>
  <tr>
! <td width="15" height="15"><img src="themes/3D-Fantasy/images/down-left2.gif" 
alt="" border="0"></td>
! <td background="themes/3D-Fantasy/images/down2.gif" align="center" 
height="15">&nbsp;</td>
! <td><img src="themes/3D-Fantasy/images/down-right2.gif" width="15" 
height="15" alt="" border="0"></td></tr>
  </td></tr></table>
  <br>
--- 1,40 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+ <html>
+       <head>
+               <title>{sitename}: {title}</title>
+               <LINK REL="StyleSheet" 
HREF="templates/3D-Fantasy/style/style.css" TYPE="text/css">
+ 
+               <META HTTP-EQUIV="Content-Type" CONTENT="text/html; 
charset=ISO-8859-1">
+               <META HTTP-EQUIV="EXPIRES" CONTENT="0">
+               <META NAME="RESOURCE-TYPE" CONTENT="DOCUMENT">
+               <META NAME="DISTRIBUTION" CONTENT="GLOBAL">
+               <META NAME="AUTHOR" CONTENT="{sitename}">
+               <META NAME="COPYRIGHT" CONTENT="Copyright (c) 2002 by 
{sitename}">
+               <META NAME="DESCRIPTION" CONTENT={slogan}>
+               <META NAME="ROBOTS" CONTENT=INDEX, FOLLOW>
+               <META NAME="REVISIT-AFTER" CONTENT=1 DAYS>
+               <META NAME="RATING" CONTENT="GENERAL">
+               <META NAME="GENERATOR" CONTENT="phpGroupWare Web Site Manager">
+       </head>
  <body bgcolor="#ffffff" text="#000000" link="#363636" vlink="#363636" 
alink="#d5ae83">
  <br>
  <table border="0" cellspacing="0" cellpadding="0" width="100%"><tr>
! <td width="15" height="15"><img 
src="templates/3D-Fantasy/images/up-left2.gif" alt="" border="0"></td>
! <td background="templates/3D-Fantasy/images/up2.gif" align="center" 
width="100%" height="15">&nbsp;</td>
! <td><img src="templates/3D-Fantasy/images/up-right2.gif" width="15" 
height="15" alt="" border="0"></td></tr>
  <tr>
! <td background="templates/3D-Fantasy/images/left2.gif" width="15">&nbsp;</td>
  <td bgcolor="ffffff" width="100%">
  <table width="100%" border="0" align="center" bgcolor="#ffffff"><tr><td>
!                       <a href="index.php"><img 
src="templates/3D-Fantasy/images/logo.gif" border="0" alt="Welcome to 
{site_name}" align="left"></a>
                        </td><td>
! {header}
  </td></tr></table>
  </td>
! <td background="templates/3D-Fantasy/images/right2.gif">&nbsp;</td></tr>
  <tr>
! <td width="15" height="15"><img 
src="templates/3D-Fantasy/images/down-left2.gif" alt="" border="0"></td>
! <td background="templates/3D-Fantasy/images/down2.gif" align="center" 
height="15">&nbsp;</td>
! <td><img src="templates/3D-Fantasy/images/down-right2.gif" width="15" 
height="15" alt="" border="0"></td></tr>
  </td></tr></table>
  <br>
***************
*** 24,48 ****
  <table cellpadding="0" cellspacing="0" width="99%" border="0" align="center" 
bgcolor="#ffffff">
  <tr><td bgcolor="#ffffff" valign="top">
! {left_blocks}
  </td><td valign="top"><img src="images/pix.gif" width="10" height="1" 
border="0" alt=""></td><td width="100%" valign="top">
! <h1>{page_title}</h1>
! <h3>{page_subtitle}</h3>
! {page_content}
  </td><td><img src="images/pix.gif" width="10" height="1" border="0" 
alt=""></td><td valign="top">
! {right_blocks}
  </td></tr></table>
  <br>
  <table border="0" cellspacing="0" cellpadding="0" width="100%"><tr>
! <td width="15" height="15"><img src="themes/3D-Fantasy/images/up-left2.gif" 
alt="" border="0"></td>
! <td background="themes/3D-Fantasy/images/up2.gif" align="center" width="100%" 
height="15">&nbsp;</td>
! <td><img src="themes/3D-Fantasy/images/up-right2.gif" width="15" height="15" 
alt="" border="0"></td></tr>
  <tr>
! <td background="themes/3D-Fantasy/images/left2.gif" width="15">&nbsp;</td>
! <td bgcolor="ffffff" width="100%" align="center"><font 
class="tiny">{site_footer}</font></td>
! <td background="themes/3D-Fantasy/images/right2.gif">&nbsp;</td></tr>
  <tr>
! <td width="15" height="15"><img src="themes/3D-Fantasy/images/down-left2.gif" 
alt="" border="0"></td>
! <td background="themes/3D-Fantasy/images/down2.gif" align="center" 
height="15">&nbsp;</td>
! <td><img src="themes/3D-Fantasy/images/down-right2.gif" width="15" 
height="15" alt="" border="0"></td></tr>
  </td></tr></table>
  </body>
--- 42,67 ----
  <table cellpadding="0" cellspacing="0" width="99%" border="0" align="center" 
bgcolor="#ffffff">
  <tr><td bgcolor="#ffffff" valign="top">
! {contentarea:left}
  </td><td valign="top"><img src="images/pix.gif" width="10" height="1" 
border="0" alt=""></td><td width="100%" valign="top">
! <h1>{title}</h1>
! <h3>{subtitle}</h3>
! {contentarea:center}
  </td><td><img src="images/pix.gif" width="10" height="1" border="0" 
alt=""></td><td valign="top">
! {contentarea:right}
  </td></tr></table>
  <br>
  <table border="0" cellspacing="0" cellpadding="0" width="100%"><tr>
! <td width="15" height="15"><img 
src="templates/3D-Fantasy/images/up-left2.gif" alt="" border="0"></td>
! <td background="templates/3D-Fantasy/images/up2.gif" align="center" 
width="100%" height="15">&nbsp;</td>
! <td><img src="templates/3D-Fantasy/images/up-right2.gif" width="15" 
height="15" alt="" border="0"></td></tr>
  <tr>
! <td background="templates/3D-Fantasy/images/left2.gif" width="15">&nbsp;</td>
! <td bgcolor="ffffff" width="100%" align="center"><font 
class="tiny">{footer}</font></td>
! <td background="templates/3D-Fantasy/images/right2.gif">&nbsp;</td></tr>
  <tr>
! <td width="15" height="15"><img 
src="templates/3D-Fantasy/images/down-left2.gif" alt="" border="0"></td>
! <td background="templates/3D-Fantasy/images/down2.gif" align="center" 
height="15">&nbsp;</td>
! <td><img src="templates/3D-Fantasy/images/down-right2.gif" width="15" 
height="15" alt="" border="0"></td></tr>
  </td></tr></table>
  </body>
+ </html>
\ No newline at end of file

--- centerblock.tpl DELETED ---

--- index.html DELETED ---

--- newsblock.tpl DELETED ---

--- sideblock.tpl DELETED ---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]