phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/skins/default phpgw.xsl, 1.1.1.1.2.1, 1.1.1.1.2.2


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] api/skins/default phpgw.xsl, 1.1.1.1.2.1, 1.1.1.1.2.2 setup.xsl, 1.1.1.1.2.5, 1.1.1.1.2.6
Date: Fri, 24 Oct 2003 01:33:03 +0000

Update of /cvsroot/phpgroupware/api/skins/default
In directory subversions:/tmp/cvs-serv12097/api/skins/default

Modified Files:
      Tag: proposal-branch
        phpgw.xsl setup.xsl 
Log Message:
added a framing table for the appspace

Index: setup.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/setup.xsl,v
retrieving revision 1.1.1.1.2.5
retrieving revision 1.1.1.1.2.6
diff -C2 -d -r1.1.1.1.2.5 -r1.1.1.1.2.6
*** setup.xsl   24 Oct 2003 00:58:54 -0000      1.1.1.1.2.5
--- setup.xsl   24 Oct 2003 01:33:01 -0000      1.1.1.1.2.6
***************
*** 77,81 ****
  
  <xsl:template name="CONFIGFILE">
!       <table cellspacing="1" cellpadding="0" border="3" align="center" 
width="100%">
                <tr>
                        <td class="sideboxtitle" align="left" height="28">Setup 
- config file maker</td>
--- 77,81 ----
  
  <xsl:template name="CONFIGFILE">
!       <table cellspacing="1" cellpadding="0" border="0" align="center" 
width="100%">
                <tr>
                        <td class="sideboxtitle" align="left" height="28">Setup 
- config file maker</td>
***************
*** 200,204 ****
  
  <xsl:template name="INSTALLER">
!       <table cellspacing="1" cellpadding="0" border="3" align="center" 
width="100%">
                <tr>
                        <td class="sideboxtitle" align="left" height="28">Setup 
- App Installations</td>
--- 200,204 ----
  
  <xsl:template name="INSTALLER">
!       <table cellspacing="1" cellpadding="0" border="0" align="center" 
width="100%">
                <tr>
                        <td class="sideboxtitle" align="left" height="28">Setup 
- App Installations</td>
***************
*** 248,252 ****
  
  <xsl:template name="CONFIG">
!       <table cellspacing="1" cellpadding="0" border="3" align="center" 
width="100%">
                <tr>
                        <td class="sideboxtitle" align="left" height="28">Setup 
- Configuration</td>
--- 248,252 ----
  
  <xsl:template name="CONFIG">
!       <table cellspacing="1" cellpadding="0" border="0" align="center" 
width="100%">
                <tr>
                        <td class="sideboxtitle" align="left" height="28">Setup 
- Configuration</td>
***************
*** 270,274 ****
  
  <xsl:template name="INITIALACCOUNTS">
!       <table cellspacing="1" cellpadding="0" border="3" align="center" 
width="100%">
                <tr>
                        <td class="sideboxtitle" align="left" height="28">Setup 
- Initial Accounts</td>
--- 270,274 ----
  
  <xsl:template name="INITIALACCOUNTS">
!       <table cellspacing="1" cellpadding="0" border="0" align="center" 
width="100%">
                <tr>
                        <td class="sideboxtitle" align="left" height="28">Setup 
- Initial Accounts</td>

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/phpgw.xsl,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -d -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** phpgw.xsl   24 Oct 2003 01:06:58 -0000      1.1.1.1.2.1
--- phpgw.xsl   24 Oct 2003 01:33:01 -0000      1.1.1.1.2.2
***************
*** 92,96 ****
                                                                        
<xsl:apply-templates select="PHPGW/API/msgbox" />
                                                                        
<!--<xsl:apply-templates select="PHPGW/API/hooks/hooks_item" />-->
!                                                                       
<xsl:apply-templates select="PHPGW/APP" />
                                                                </td>
                                                        </tr>
--- 92,114 ----
                                                                        
<xsl:apply-templates select="PHPGW/API/msgbox" />
                                                                        
<!--<xsl:apply-templates select="PHPGW/API/hooks/hooks_item" />-->
!                                                                       <table 
cellSpacing="0" cellPadding="0" width="100%" border="0">
!                                                                               
<tr> 
!                                                                               
        <td vAlign="top" height="100%">
!                                                                               
                <table align="center" class="box" cellSpacing="1" 
cellPadding="0" width="100%" border="0">
!                                                                               
                        <tr> 
!                                                                               
                                <td height="23" colSpan="2" align="center" 
class="articletitle">
!                                                                               
                                        <xsl:variable name="app" 
select="/PHPGW/API/op/appname"/>
!                                                                               
                                        <xsl:value-of 
select="/PHPGW/API/apps/apps_item[name=$app]/title"/>
!                                                                               
                                </td>
!                                                                               
                        </tr>
!                                                                               
                        <tr align="center"> 
!                                                                               
                                <td height="20" colSpan="2" bgColor="#efefef" 
class="mainnote">
!                                                                               
                                        <xsl:apply-templates select="PHPGW/APP" 
/>
!                                                                               
                                </td>
!                                                                               
                        </tr>
!                                                                               
                </table>
!                                                                               
        </td>
!                                                                               
</tr>
!                                                                       </table>
                                                                </td>
                                                        </tr>





reply via email to

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