Changeset 796


Ignore:
Timestamp:
05/06/09 14:21:16 (15 years ago)
Author:
niltonneto
Message:

Ticket #475 - Implementação de múltiplos templates na página de setup do Expresso.

Location:
trunk/setup/templates/default
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup/templates/default/head.tpl

    r2 r796  
    3131                <link rel="icon" href="../phpgwapi/templates/default/images/favicon.ico" type="image/x-ico" /> 
    3232                <link rel="shortcut icon" href="../phpgwapi/templates/default/images/favicon.ico" /> 
    33                 <link href="../phpgwapi/templates/idots/css/idots.css" type="text/css" rel="stylesheet" /> 
    34                 <link href="templates/default/css/idots.css" type="text/css" rel="stylesheet" /> 
     33                <link href="templates/default/css/celepar.css" type="text/css" rel="stylesheet" /> 
    3534                <!-- 
    3635                {css} 
     
    4948                        -->      
    5049                </style> 
    51                  
    52                 <!--{java_script}--> 
    53                  
    54                 <!-- this solves the internet explorer png-transparency bug, but only for ie 5.5 and higher -->  
    55                 <!--[if gte ie 5.5000]> 
    56                 <script src="../phpgwapi/templates/idots/js/pngfix.js" type=text/javascript> 
    57                 </script> 
    58                 <![endif]--> 
    5950 
    6051        </head> 
    6152        <body> 
    62  
    63 <div id="divLogo"><a href="http://www.egroupware.org" target="_blank"><img src="../phpgwapi/templates/idots/images/logo-setup.png" border="0" alt="egroupware"/></a></div> 
    6453 
    6554<div id="divMain"> 
     
    6756                <table width="100%" border="0" cellspacing="0" cellpadding="0"> 
    6857                        <tr> 
    69                                 <td width="180" valign="top" align="left"><img src="../phpgwapi/templates/idots/images/grey-pixel.png" width="1" height="68" alt="spacer" /></td> 
     58                                <td width="180" valign="top" align="left"> 
     59                                </td> 
    7060                                <td> 
    7161                                        <table width="100%" border="0" cellspacing="0" cellpadding="0"> 
    7262                                                <tr> 
    73                                                         <td width="100%"><img src="../phpgwapi/templates/idots/images/spacer.gif" width="1" height="68" alt="spacer" /></td> 
     63                                                        <td width="100%"><img src="templates/default/images/spacer.gif" width="1" height="68" alt="spacer" /></td> 
     64                                                        <td width="100%"><a href="http://www.expressolivre.org" target="_blank"><img src="templates/default/images/logo_expresso.png" border="0" alt="expresso"/></a> 
     65</td> 
     66 
    7467                                                </tr> 
    7568                                                <tr> 
     
    7972 
    8073                                </td> 
    81                                 <td width="1" valign="top" align="right"><img src="../phpgwapi/templates/idots/images/grey-pixel.png" width="1" height="68" alt="spacer" /></td> 
     74                                <td width="1" valign="top" align="right"><img src="templates/default/images/grey-pixel.png" width="1" height="68" alt="spacer" /></td> 
    8275                        </tr> 
    8376                </table> 
     
    9790                                         
    9891                                                                <tr class="divSideboxEntry"> 
    99                                                                         <td width="20" align="center" valign="middle" class="textSidebox"><img src="../phpgwapi/templates/idots/images/orange-ball.png" alt="ball" /></td><td class="textSidebox"><a class="textsidebox" href="../home.php">{user_login}</a></td> 
     92                                                                        <td width="20" align="center" valign="middle" class="textSidebox"><img src="templates/default/images/orange-ball.png" alt="ball" /></td><td class="textSidebox"><a class="textsidebox" href="../home.php">{user_login}</a></td> 
    10093                                                                </tr> 
    10194<!-- BEGIN loged_in --> 
    10295                                                                <tr class="divSideboxEntry"> 
    103                                                                         <td width="20" align="center" valign="middle" class="textSidebox"><img src="../phpgwapi/templates/idots/images/orange-ball.png" alt="ball" /></td><td class="textSidebox">{check_install}</td> 
     96                                                                        <td width="20" align="center" valign="middle" class="textSidebox"><img src="templates/default/images/orange-ball.png" alt="ball" /></td><td class="textSidebox">{check_install}</td> 
    10497                                                                </tr> 
    10598 
     
    109102 
    110103                                                                <tr class="divSideboxEntry"> 
    111                                                                         <td width="20" align="center" valign="middle" class="textSidebox"><img src="../phpgwapi/templates/idots/images/orange-ball.png" alt="ball" /></td><td class="textSidebox">{logoutbutton}</td> 
     104                                                                        <td width="20" align="center" valign="middle" class="textSidebox"><img src="templates/default/images/orange-ball.png" alt="ball" /></td><td class="textSidebox">{logoutbutton}</td> 
    112105                                                                </tr> 
    113106<!-- END loged_in --> 
Note: See TracChangeset for help on using the changeset viewer.