steffen: server/kolab-horde-fbview/kolab-horde-fbview/fbview/templates/help about.inc, NONE, 1.1 footer.inc, NONE, 1.1 header.inc, NONE, 1.1 index.inc, NONE, 1.1 menu.inc, NONE, 1.1

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


Author: steffen

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

Added Files:
	about.inc footer.inc header.inc index.inc menu.inc 
Log Message:
Fbview in separate package

--- NEW FILE: about.inc ---
<table width="100%" cellspacing="0" cellpadding="4" border="0">
<tr><td class="light">
<h2><?php echo sprintf(_("This is %s."), $version); ?></h2>
<p />
<pre><?php echo $credits ?></pre>
</td></tr></table>

--- NEW FILE: footer.inc ---
</td></tr></table>

--- NEW FILE: header.inc ---
<table width="100%" cellspacing="0" cellpadding="4" border="0">
<tr><td class="light">

--- NEW FILE: index.inc ---
<?php
    $main_url = Horde::url($registry->getParam('webroot', 'horde') . '/services/help/');
    $main_url = Util::addParameter($main_url, 'show', 'entry');
    $main_url = Util::addParameter($main_url, 'module', $module);
    $main_url = Util::addParameter($main_url, 'topic', $topic);

    $menu_url = Horde::url($registry->getParam('webroot', 'horde') . '/services/help/');
    $menu_url = Util::addParameter($menu_url, 'module', $module);
    $menu_url = Util::addParameter($menu_url, 'show', 'menu');
?>
<html>
<head>
    <title><?php echo _("Help") ?></title>
</head>

<frameset rows="30,*" frameborder="no" border="0" framespacing="0">
    <frame name="help_menu" scrolling="no" marginheight="0" marginwidth="0" src="<?php echo $menu_url ?>" />
    <frame name="help_main" resizeable="yes" marginheight="2" marginwidth="2" src="<?php echo $main_url ?>" />
</frameset>

</html>

--- NEW FILE: menu.inc ---
<?php
$url = Horde::url($registry->getParam('webroot', 'horde') . '/services/help/');
$url = Util::addParameter($url, 'module', $module);
$show_topics = Util::addParameter($url, 'show', 'topics');
$show_about = Util::addParameter($url, 'show', 'about');
?>
<table width="100%" cellspacing="0" cellpadding="4" border="0">
<tr>
  <td class="header" align="left">
    <?php echo Horde::link($show_topics, _("List Help Topics"), 'menuitem', 'help_main') ?><?php echo _("List Help Topics") ?></a>
  </td>
  <td class="header" align="right">
    <?php echo Horde::link($show_about, _("About..."), 'menuitem', 'help_main') ?><?php echo _("About...") ?></a>
  </td>
</tr>
</table>





More information about the commits mailing list