linea21-core
[
class tree: linea21-core
] [
index: linea21-core
] [
all elements
]
changeLog
Readme.fr.txt
Packages:
linea21-core
linea21-externals
linea21-languages
linea21-modules
linea21-utils
Source for file help.php
Documentation is available at
help.php
<?php
/**
*
@package
linea21.core
*
@subpackage
system
*
@author
linea21 <info@linea21.com>
*
@version
$id SVN
*
@access
public
*
@license
http://opensource.org/licenses/gpl-3.0.html
*/
//////////// Check Inclusion de pages ////////////
if
(
!
function_exists
(
'AuthenthificationProcess'
))
{
include_once
(
"../lib/lib_common.php"
)
;
ReloadIndex
(
'admin'
)
;
}
$dirbox
=
$dir
.
"/help"
;
?>
<br class="brendstep" />
<div class="headerhelp">
<a href="#aideencre" title="
<?
echo
$GLOBALS
[
'lang'
]
[
'help'
]
[
'title'
]
;
?>
" class="help_ico aideencre"></a>
<div class="help">
<a href="#aideencre" id="aideencre" class="aideencre" title="
<?
echo
$GLOBALS
[
'lang'
]
[
'help'
]
[
'title'
]
;
?>
">
<?
echo
$GLOBALS
[
'lang'
]
[
'help'
]
[
'title'
]
;
?>
</a>
<div id="aide">
<?php
if
(
$todo
==
'list'
)
{
?>
<p class="info">
<?
echo
$GLOBALS
[
'lang'
]
[
'help'
]
[
'name'
]
;
?>
:
<?
echo
$GLOBALS
[
'lang'
]
[
'system'
]
[
'list'
]
;
?>
</p>
<ul>
<li>
<?
echo
$GLOBALS
[
'lang'
]
[
'system'
]
[
'help_list1'
]
;
?>
</li>
<li>
<?
echo
$GLOBALS
[
'lang'
]
[
'system'
]
[
'help_list2'
]
;
?>
</li>
<li>
<?
echo
$GLOBALS
[
'lang'
]
[
'system'
]
[
'help_list3'
]
;
?>
</li>
</ul>
<?php
}
if
(
$todo
==
'mod'
)
{
?>
<p class="info">
<?
echo
$GLOBALS
[
'lang'
]
[
'help'
]
[
'name'
]
;
?>
:
<?
echo
$GLOBALS
[
'lang'
]
[
'system'
]
[
'mod'
]
;
?>
</p>
<ul>
<li>
<?
echo
$GLOBALS
[
'lang'
]
[
'system'
]
[
'help_mod1'
]
;
?>
</li>
<li>
<?
echo
$GLOBALS
[
'lang'
]
[
'system'
]
[
'help_mod2'
]
;
?>
</li>
<li>
<?
echo
$GLOBALS
[
'lang'
]
[
'system'
]
[
'help_mod3'
]
;
?>
</li>
</ul>
<?
}
include_once
(
"../admin/footer_content.php"
)
;
?>
Documentation generated on Sat, 08 Nov 2008 14:52:29 +0100 by
phpDocumentor 1.4.1