phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/skins/default login.xsl, 1.1.1.1.2.7, 1.1.1.1.2.8


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] api/skins/default login.xsl, 1.1.1.1.2.7, 1.1.1.1.2.8 phpgw.xsl, 1.1.1.1.2.24, 1.1.1.1.2.25
Date: Mon, 24 Nov 2003 20:14:37 +0000

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

Modified Files:
      Tag: proposal-branch
        login.xsl phpgw.xsl 
Log Message:
- Added icon
- Fixed some alignment issues


Index: login.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/login.xsl,v
retrieving revision 1.1.1.1.2.7
retrieving revision 1.1.1.1.2.8
diff -C2 -d -r1.1.1.1.2.7 -r1.1.1.1.2.8
*** login.xsl   19 Nov 2003 00:37:20 -0000      1.1.1.1.2.7
--- login.xsl   24 Nov 2003 20:14:35 -0000      1.1.1.1.2.8
***************
*** 17,24 ****
                <link rel="stylesheet" type="text/css" 
href="{app}/skins/default/{file}.css"/>
        </xsl:for-each>
  </head>
  
  <body bgcolor="#e5e5e5">
! <div style="position:absolute; left:4; top:4; padding:0; width:98%; 
height:99%;">
        <table class="box" height="90%" cellSpacing="0" cellPadding="1" 
width="100%" bgcolor="#ffffff" border="0">
        <tr> 
--- 17,26 ----
                <link rel="stylesheet" type="text/css" 
href="{app}/skins/default/{file}.css"/>
        </xsl:for-each>
+       <link rel="icon" href="favicon.ico" type="image/x-ico" />
+       <link rel="shortcut icon" href="favicon.ico" />
  </head>
  
  <body bgcolor="#e5e5e5">
!       <div style="position:absolute; left:4; top:4; bottom:0; padding:0; 
width:98%; height:99%;">
        <table class="box" height="90%" cellSpacing="0" cellPadding="1" 
width="100%" bgcolor="#ffffff" border="0">
        <tr> 
***************
*** 60,69 ****
                                                                                
        <td align="right" width="*"><font color="#000000"><xsl:value-of 
select="/PHPGW/address@hidden'Username']"/>:&#160;</font></td>
                                                                                
        <td align="right" width="25%"><input name="phpgw_user" value="" 
style="width: 100px;" /></td>
!                                                                               
        <td align="left" width="25%"> </td>
                                                                                
</tr>
                                                                                
<tr bgcolor="#e6e6e6">
                                                                                
        <td align="right" width="*"><font color="#000000"><xsl:value-of 
select="/PHPGW/address@hidden'Password']"/>:&#160;</font></td>
                                                                                
        <td align="right" width="25%"><input name="phpgw_pass" type="password" 
style="width: 100px;" /></td>
!                                                                               
        <td width="25%"> </td>
                                                                                
</tr>
                                                                                
<tr bgcolor="#e6e6e6">
--- 62,71 ----
                                                                                
        <td align="right" width="*"><font color="#000000"><xsl:value-of 
select="/PHPGW/address@hidden'Username']"/>:&#160;</font></td>
                                                                                
        <td align="right" width="25%"><input name="phpgw_user" value="" 
style="width: 100px;" /></td>
!                                                                               
        <td align="left" width="25%">&#160;</td>
                                                                                
</tr>
                                                                                
<tr bgcolor="#e6e6e6">
                                                                                
        <td align="right" width="*"><font color="#000000"><xsl:value-of 
select="/PHPGW/address@hidden'Password']"/>:&#160;</font></td>
                                                                                
        <td align="right" width="25%"><input name="phpgw_pass" type="password" 
style="width: 100px;" /></td>
!                                                                               
        <td width="25%">&#160;</td>
                                                                                
</tr>
                                                                                
<tr bgcolor="#e6e6e6">
***************
*** 72,76 ****
                                                                                
                <input type="submit" value="{$login_text}" name="submit" />
                                                                                
        </td>
!                                                                               
        <td width="25%"> </td>
                                                                                
</tr>
                                                                        </table>
--- 74,78 ----
                                                                                
                <input type="submit" value="{$login_text}" name="submit" />
                                                                                
        </td>
!                                                                               
        <td width="25%">&#160;</td>
                                                                                
</tr>
                                                                        </table>

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/phpgw.xsl,v
retrieving revision 1.1.1.1.2.24
retrieving revision 1.1.1.1.2.25
diff -C2 -d -r1.1.1.1.2.24 -r1.1.1.1.2.25
*** phpgw.xsl   18 Nov 2003 15:53:56 -0000      1.1.1.1.2.24
--- phpgw.xsl   24 Nov 2003 20:14:35 -0000      1.1.1.1.2.25
***************
*** 17,23 ****
                <link rel="stylesheet" type="text/css" 
href="{app}/skins/default/{file}.css"/>
        </xsl:for-each>
  </head>
  <body bgcolor="#e5e5e5">
!       <div style="position:absolute; left:4; top:4; padding:0; width:98%; 
height:99%;">
        <table class="box" height="90%" cellSpacing="0" cellPadding="1" 
width="100%" bgcolor="#ffffff" border="0">
        <tr> 
--- 17,25 ----
                <link rel="stylesheet" type="text/css" 
href="{app}/skins/default/{file}.css"/>
        </xsl:for-each>
+       <link rel="icon" href="favicon.ico" type="image/x-ico" />
+       <link rel="shortcut icon" href="favicon.ico" />
  </head>
  <body bgcolor="#e5e5e5">
!       <div style="position:absolute; left:4; top:4; bottom:0; padding:0; 
width:98%; height:99%;">
        <table class="box" height="90%" cellSpacing="0" cellPadding="1" 
width="100%" bgcolor="#ffffff" border="0">
        <tr> 
***************
*** 204,208 ****
                                </tr>
                        </table>
!                       <p/><p/>
                </td>
        </tr>
--- 206,210 ----
                                </tr>
                        </table>
!                       <p/>&#160;<p/>
                </td>
        </tr>





reply via email to

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