steffen: server/kolab-horde-fbview/kolab-horde-fbview/fbview/turba/templates/miniwindow frames.inc, NONE, 1.1 menu.inc, NONE, 1.1

cvs at intevation.de cvs at intevation.de
Mon Oct 31 12:43:43 CET 2005


Author: steffen

Update of /kolabrepository/server/kolab-horde-fbview/kolab-horde-fbview/fbview/turba/templates/miniwindow
In directory doto:/tmp/cvs-serv18388/kolab-horde-fbview/kolab-horde-fbview/fbview/turba/templates/miniwindow

Added Files:
	frames.inc menu.inc 
Log Message:
Fbview in separate package

--- NEW FILE: frames.inc ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "DTD/xhtml1-frameset.dtd">
<html>
<head>
    <link rel="SHORTCUT ICON" href="<?php echo $registry->getParam('graphics', 'horde')?>/favicon.ico" />
    <title><?php echo $registry->getParam('name'); ?></title>
</head>

<frameset rows="*, 20" border="0">
    <frame name="turba_main" src="<?php echo Horde::applicationUrl('browse.php') ?>" scrolling="yes" noresize="noresize" frameborder="0" />
    <frame name="turba_menu" src="<?php echo Horde::applicationUrl('miniwindow.php?menu=1') ?>" scrolling="no" marginheight="2" marginwidth="2" noresize="noresize" frameborder="0" />
</frameset>

</html>

--- NEW FILE: menu.inc ---
<div style="width:100%;text-align:right;"><?php echo Horde::link('', _("Exit Address Book"), 'menuitem', null, 'parent.window.close(); return false;') . Horde::img('close.gif', _("Exit Address Book"), 'align="middle"', $registry->getParam('graphics', 'horde')) . ' ' . _("Exit Address Book") ?></a></div>





More information about the commits mailing list