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/NukeNews left_bt.


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

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

Modified Files:
        main.tpl 
Added Files:
        left_bt.inc.php right_bt.inc.php 
Removed Files:
        centerblock.tpl 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" cellpadding="1" cellspacing="0" bgcolor="#000000" 
width="150"><tr><td>
<table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" 
width="100%"><tr><td align="left">
<font class="content" color="#363636"><b>' . $title . '</b></font>
</td></tr></table></td></tr></table>
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150">
<tr valign="top"><td bgcolor="#ffffff">' .
$content . '
</td></tr></table>
<br>';
        }
}

--- NEW FILE ---
<?php 
class right_bt
{
        function apply_transform($title,$content)
        {
                return '
<table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" 
width="150"><tr><td>
<table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" 
width="100%"><tr><td align="left">
<font class="content" color="#363636"><b>' . $title . '</b></font>
</td></tr></table></td></tr></table>
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150">
<tr valign="top"><td bgcolor="#ffffff">' .
$content . '
</td></tr></table>
<br>';
        }
}

Index: main.tpl
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/templates/NukeNews/main.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** main.tpl    15 Sep 2002 22:33:20 -0000      1.3
--- main.tpl    17 Jan 2003 03:37:53 -0000      1.4
***************
*** 1,2 ****
--- 1,20 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+ <html>
+       <head>
+               <title>{sitename}: {title}</title>
+               <LINK REL="StyleSheet" 
HREF="templates/NukeNews/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="#505050" text="#000000" link="#363636" vlink="#363636" 
alink="#d5ae83">
  <br>
***************
*** 4,13 ****
  <tr>
  <td bgcolor="#cfcfbb">
! <img height="16" alt="" hspace="0" 
src="themes/NukeNews/images/corner-top-left.gif" width="17" align="left">
! <a href="index.php"><img src="themes/NukeNews/images/logo.gif" align="left" 
alt="" border="0" hspace="10"></a></td>
! <td bgcolor="#999999"><IMG src="themes/NukeNews/images/pixel.gif" width="1" 
height="1" alt="" border="0" hspace="0"></td>
  <td bgcolor="#cfcfbb" align="center">
  <center>
!       {site_header}
  </center></td>
  <td bgcolor="#cfcfbb" align="center">
--- 22,31 ----
  <tr>
  <td bgcolor="#cfcfbb">
! <img height="16" alt="" hspace="0" 
src="templates/NukeNews/images/corner-top-left.gif" width="17" align="left">
! <a href="index.php"><img src="templates/NukeNews/images/logo.gif" 
align="left" alt="" border="0" hspace="10"></a></td>
! <td bgcolor="#999999"><IMG src="templates/NukeNews/images/pixel.gif" 
width="1" height="1" alt="" border="0" hspace="0"></td>
  <td bgcolor="#cfcfbb" align="center">
  <center>
!       {header}
  </center></td>
  <td bgcolor="#cfcfbb" align="center">
***************
*** 15,23 ****
        &nbsp;
  </center></td>
! <td bgcolor="#cfcfbb" valign="top"><img height="17" alt="" hspace="0" 
src="themes/NukeNews/images/corner-top-right.gif" width="17" align="right"></td>
  </tr></table>
  <table cellpadding="0" cellspacing="0" width="100%" border="0" align="center" 
bgcolor="#fefefe">
  <tr>
! <td bgcolor="#000000" colspan="4"><IMG src="themes/NukeNews/images/pixel.gif" 
width="1" height=1 alt="" border="0" hspace="0"></td>
  </tr>
  <tr valign="middle" bgcolor="#dedebb">
--- 33,41 ----
        &nbsp;
  </center></td>
! <td bgcolor="#cfcfbb" valign="top"><img height="17" alt="" hspace="0" 
src="templates/NukeNews/images/corner-top-right.gif" width="17" 
align="right"></td>
  </tr></table>
  <table cellpadding="0" cellspacing="0" width="100%" border="0" align="center" 
bgcolor="#fefefe">
  <tr>
! <td bgcolor="#000000" colspan="4"><IMG 
src="templates/NukeNews/images/pixel.gif" width="1" height=1 alt="" border="0" 
hspace="0"></td>
  </tr>
  <tr valign="middle" bgcolor="#dedebb">
***************
*** 25,29 ****
                <b>Logged in as: {user}</b></font></td>
  <td align="center" height="20" width="70%"><font class="content"><B>
!                       <a href="{?sitemgr:}">Home</a>
                        &nbsp;&nbsp;|&nbsp;&nbsp;
                        <a href="{?toc=1}">Site Contents</a>
--- 43,47 ----
                <b>Logged in as: {user}</b></font></td>
  <td align="center" height="20" width="70%"><font class="content"><B>
!                       <a href="{?home=1}">Home</a>
                        &nbsp;&nbsp;|&nbsp;&nbsp;
                        <a href="{?toc=1}">Site Contents</a>
***************
*** 47,86 ****
  </tr>
  <tr>
! <td bgcolor="#000000" colspan="4"><IMG src="themes/NukeNews/images/pixel.gif" 
width="1" height="1" alt="" border="0" hspace="0"></td>
  </tr>
  </table>
  <!-- FIN DEL TITULO -->
  <table width="100%" cellpadding="0" cellspacing="0" border="0" 
bgcolor="#ffffff" align="center"><tr valign="top">
! <td bgcolor="#ffffff"><img src="themes/NukeNews/images/pixel.gif" width="1" 
height="20" border="0" alt=""></td></tr></table>
  <table width="100%" cellpadding="0" cellspacing="0" border="0" 
bgcolor="#ffffff" align="center"><tr valign="top">
! <td bgcolor="#ffffff"><img src="themes/NukeNews/images/pixel.gif" width="10" 
height="1" border="0" alt=""></td>
  <td bgcolor="#ffffff" width="150" valign="top">
! {left_blocks}
! </td><td><img src="themes/NukeNews/images/pixel.gif" width="15" height="1" 
border="0" alt=""></td><td valign="top" width="100%">
! <h1>{page_title}</h1>
! <h3>{page_subtitle}</h3>
! {page_content}
! </td><td><img src="themes/NukeNews/images/pixel.gif" width="15" height="1" 
border="0" alt=""></td><td valign="top" width="150">
! {right_blocks}
! </td><td bgcolor="#ffffff"><img src="themes/NukeNews/images/pixel.gif" 
width=10 height=1 border=0 alt="">
  </td></tr></table>
  <table width="100%" cellpadding="0" cellspacing="0" border="0" 
bgcolor="#ffffff" align="center"><tr valign="top">
  <td align="center" height="17">
! <IMG height="17" alt="" hspace="0" 
src="themes/NukeNews/images/corner-bottom-left.gif" width="17" align="left">
! <IMG height="17" alt="" hspace="0" 
src="themes/NukeNews/images/corner-bottom-right.gif" width="17" align="right">
  </td></tr></table>
  <br>
  <table width="100%" cellpadding="0" cellspacing="0" border="0" 
bgcolor="#ffffff" align="center"><tr valign="top">
! <td><IMG height="17" alt="" hspace="0" 
src="themes/NukeNews/images/corner-top-left.gif" width="17" align="left"></td>
  <td width="100%">&nbsp;</td>
! <td><IMG height="17" alt="" hspace="0" 
src="themes/NukeNews/images/corner-top-right.gif" width="17" align="right"></td>
  </tr><tr align="center">
  <td width="100%" colspan="3">
! {site_footer}
  </td>
  </tr><tr>
! <td><IMG height="17" alt="" hspace="0" 
src="themes/NukeNews/images/corner-bottom-left.gif" width="17" 
align="left"></td>
  <td width="100%">&nbsp;</td>
! <td><IMG height="17" alt="" hspace="0" 
src="themes/NukeNews/images/corner-bottom-right.gif" width="17" 
align="right"></td>
  </tr></table>
  </body>
--- 65,104 ----
  </tr>
  <tr>
! <td bgcolor="#000000" colspan="4"><IMG 
src="templates/NukeNews/images/pixel.gif" width="1" height="1" alt="" 
border="0" hspace="0"></td>
  </tr>
  </table>
  <!-- FIN DEL TITULO -->
  <table width="100%" cellpadding="0" cellspacing="0" border="0" 
bgcolor="#ffffff" align="center"><tr valign="top">
! <td bgcolor="#ffffff"><img src="templates/NukeNews/images/pixel.gif" 
width="1" height="20" border="0" alt=""></td></tr></table>
  <table width="100%" cellpadding="0" cellspacing="0" border="0" 
bgcolor="#ffffff" align="center"><tr valign="top">
! <td bgcolor="#ffffff"><img src="templates/NukeNews/images/pixel.gif" 
width="10" height="1" border="0" alt=""></td>
  <td bgcolor="#ffffff" width="150" valign="top">
! {contentarea:left}
! </td><td><img src="templates/NukeNews/images/pixel.gif" width="15" height="1" 
border="0" alt=""></td><td valign="top" width="100%">
! <h1>{title}</h1>
! <h3>{subtitle}</h3>
! {contentarea:center}
! </td><td><img src="templates/NukeNews/images/pixel.gif" width="15" height="1" 
border="0" alt=""></td><td valign="top" width="150">
! {contentarea:right}
! </td><td bgcolor="#ffffff"><img src="templates/NukeNews/images/pixel.gif" 
width=10 height=1 border=0 alt="">
  </td></tr></table>
  <table width="100%" cellpadding="0" cellspacing="0" border="0" 
bgcolor="#ffffff" align="center"><tr valign="top">
  <td align="center" height="17">
! <IMG height="17" alt="" hspace="0" 
src="templates/NukeNews/images/corner-bottom-left.gif" width="17" align="left">
! <IMG height="17" alt="" hspace="0" 
src="templates/NukeNews/images/corner-bottom-right.gif" width="17" 
align="right">
  </td></tr></table>
  <br>
  <table width="100%" cellpadding="0" cellspacing="0" border="0" 
bgcolor="#ffffff" align="center"><tr valign="top">
! <td><IMG height="17" alt="" hspace="0" 
src="templates/NukeNews/images/corner-top-left.gif" width="17" 
align="left"></td>
  <td width="100%">&nbsp;</td>
! <td><IMG height="17" alt="" hspace="0" 
src="templates/NukeNews/images/corner-top-right.gif" width="17" 
align="right"></td>
  </tr><tr align="center">
  <td width="100%" colspan="3">
! {footer}<br><big><a 
href="{?phpgw:/addressbook,order=n_given&sort=ASC}">test</a></big>
  </td>
  </tr><tr>
! <td><IMG height="17" alt="" hspace="0" 
src="templates/NukeNews/images/corner-bottom-left.gif" width="17" 
align="left"></td>
  <td width="100%">&nbsp;</td>
! <td><IMG height="17" alt="" hspace="0" 
src="templates/NukeNews/images/corner-bottom-right.gif" width="17" 
align="right"></td>
  </tr></table>
  </body>

--- centerblock.tpl DELETED ---

--- newsblock.tpl DELETED ---

--- sideblock.tpl DELETED ---





reply via email to

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