steffen: server/kolab-horde-fbview/kolab-horde-fbview/fbview/templates/guest	guest.inc, NONE, 1.1 
    cvs at intevation.de 
    cvs at intevation.de
       
    Mon Oct 31 12:43:36 CET 2005
    
        - Previous message: steffen: server/kolab-horde-fbview/kolab-horde-fbview/fbview/templates/data	csvinfo.inc, NONE, 1.1 csvmap.inc, NONE, 1.1 date.inc, NONE,	1.1 datemap.inc, NONE, 1.1 datetime.inc, NONE, 1.1 time.inc,	NONE, 1.1 tsvinfo.inc, NONE, 1.1 
 
        - Next message: steffen: server/kolab-horde-fbview/kolab-horde-fbview/fbview/templates/horde	menu.inc, NONE, 1.1 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Author: steffen
Update of /kolabrepository/server/kolab-horde-fbview/kolab-horde-fbview/fbview/templates/guest
In directory doto:/tmp/cvs-serv18388/kolab-horde-fbview/kolab-horde-fbview/fbview/templates/guest
Added Files:
	guest.inc 
Log Message:
Fbview in separate package
--- NEW FILE: guest.inc ---
<?php if ($conf['menu']['always']): ?>
  <table cellpadding="2" cellspacing="0" width="100%">
    <tr><td class="menu"> </td></tr>
  </table>
  <br />
<?php endif; ?>
<table border="0" width="300" align="center" cellspacing="0" cellpadding="2">
<tr>
  <td align="center" colspan="4" class="header">
    <b><?php echo _("Guest Services") ?></b>
  </td>
</tr>
<tr>
<?php
$i = 0;
foreach ($guestapps as $app) {
    if ($i % 4 == 0 && $i != 0) {
        echo '</tr><tr>';
    }
    echo Menu::createItem(Horde::url($registry->getInitialPage($app)),
                    $registry->getParam('name', $app), $registry->getParam('icon', $app), '');
    $i++;
}
?>
<tr><td> </td></tr>
<tr><td colspan="4" class="menu"><table border="0"><tr><?php echo Menu::createItem(Horde::url($registry->getInitialPage('horde')),
                          _("Log in"), 'login.gif') ?></tr></table></td>
</tr>
</table>
    
    
        
	- Previous message: steffen: server/kolab-horde-fbview/kolab-horde-fbview/fbview/templates/data	csvinfo.inc, NONE, 1.1 csvmap.inc, NONE, 1.1 date.inc, NONE,	1.1 datemap.inc, NONE, 1.1 datetime.inc, NONE, 1.1 time.inc,	NONE, 1.1 tsvinfo.inc, NONE, 1.1 
 
	- Next message: steffen: server/kolab-horde-fbview/kolab-horde-fbview/fbview/templates/horde	menu.inc, NONE, 1.1 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the commits
mailing list