phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] hrm/help/EN hrm.php, 1.1 job.php, 1.1 user.php, 1.1


From: sigurdne
Subject: [Phpgroupware-cvs] hrm/help/EN hrm.php, 1.1 job.php, 1.1 user.php, 1.1
Date: Wed, 23 Nov 2005 14:11:00 +0100

Update of hrm/help/EN

Added Files:
     Branch: MAIN
            hrm.php 
            job.php 
            user.php 

Log Message:
*** empty log message ***

====================================================
Index: hrm.php
<?php
        /**
        * phpGroupWare - HRM: a  human resource competence management system.
        *
        * @author Sigurd Nes <address@hidden>
        * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package hrm
        * @subpackage manual
        * @version $Id: hrm.php,v 1.1 2005/11/23 13:11:53 sigurdne Exp $
        */

        /**
         * This is the manual entry for hrm
         */

        $phpgw_flags = Array(
                'currentapp'    => 'manual',
                'admin_header'  => True,
        );
        $phpgw_info['flags'] = $phpgw_flags;
        include('../../../header.inc.php');
        $appname = 'hrm';
?>
<img src="<?php echo $phpgw->common->image($appname,'navbar.png'); ?>" border=0>
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
A web-based Human Resource competence Management system. Consist of a set of 
sub-modules.
<ul>
<li><b>User</b><br/>
<li><b>User-traing</b><br/>
<li><b>Job</b><br/>
<li><b>Job-requirement</b><br/>
</ul></font>
<?php $phpgw->common->phpgw_footer(); ?>


====================================================
Index: job.php
<?php
        /**
        * phpGroupWare - HRM: a  human resource competence management system.
        *
        * @author Sigurd Nes <address@hidden>
        * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package hrm
        * @subpackage manual
        * @version $Id: job.php,v 1.1 2005/11/23 13:11:53 sigurdne Exp $
        */


        /**

         * This is the manual entry for job
         */

        $phpgw_flags = Array(
                'currentapp'    => 'manual',
                'admin_header'  => True,
        );
        $phpgw_info['flags'] = $phpgw_flags;
        include('../../../header.inc.php');
        $appname = 'hrm';
?>
<img src="<?php echo $phpgw->common->image($appname,'navbar.png'); ?>" border=0>
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
<ul>
<li><b>Job information:</b>

<p>some info:</p>

<ol>
 <li>pkt </li>
 <li>pkt </li>
</ol>

<p>All.. </p>


</ul>
</font>
<?php $phpgw->common->phpgw_footer(); ?>

====================================================
Index: user.php
<?php
        /**
        * phpGroupWare - HRM: a  human resource competence management system.
        *
        * @author Sigurd Nes <address@hidden>
        * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package hrm
        * @subpackage manual
        * @version $Id: user.php,v 1.1 2005/11/23 13:11:53 sigurdne Exp $
        */


        /**

         * This is the manual entry for user
         */

        $phpgw_flags = Array(
                'currentapp'    => 'manual',
                'admin_header'  => True,
        );
        $phpgw_info['flags'] = $phpgw_flags;
        include('../../../header.inc.php');
        $appname = 'hrm';
?>
<img src="<?php echo $phpgw->common->image($appname,'navbar.png'); ?>" border=0>
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
<ul>
<li><b>User information:</b>

<p>some info:</p>

<ol>
 <li>pkt </li>
 <li>pkt </li>
</ol>

<p>All.. </p>


</ul>
</font>
<?php $phpgw->common->phpgw_footer(); ?>






reply via email to

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