noalyss
Version-9
include
template
profile.php
Go to the documentation of this file.
1
<?php
2
3
/*
4
* This file is part of NOALYSS.
5
*
6
* NOALYSS is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 2 of the License, or
9
* (at your option) any later version.
10
*
11
* NOALYSS is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with NOALYSS; if not, write to the Free Software
18
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
*/
20
/* $Revision$ */
21
22
// Copyright Author Dany De Bontridder danydb@aevalys.eu
23
24
/**
25
* @file
26
* @brief show a profile
27
*
28
*/
29
30
?>
31
<
table
>
32
<
tr
>
33
<
td
><?php echo _(
"Nom"
)?></
td
>
34
<
td
><?php echo
$name
->input();?></
td
>
35
</
tr
>
36
<
tr
>
37
<
td
><?php echo _(
"Description"
)?></
td
>
38
<
td
><?php echo
$desc
->input()?></
td
>
39
</
tr
>
40
<
tr
>
41
<
td
><?php echo _(
"Avec Calculatrice"
)?></
td
>
42
<
td
><?php echo
$with_calc
->input()?></
td
>
43
</
tr
>
44
<
tr
>
45
<
td
><?php echo _(
"Avec Accès Direct "
)?></
td
>
46
<
td
><?php echo
$with_direct_form
->input()?></
td
>
47
</
tr
>
48
<
tr
>
49
<
td
><?php echo _(
"Recherche de fiche"
)?></
td
>
50
<
td
><?php echo
$with_search_card
->input()?></
td
>
51
</
tr
>
52
</
table
>
tr
tr($p_string, $p_extra='')
Definition:
ac_common.php:88
td
td($p_string='', $p_extra='')
surround the string with td
Definition:
ac_common.php:83
$with_search_card
$with_search_card
Definition:
ajax_get_profile.php:74
$desc
$desc
Definition:
ajax_get_profile.php:67
$with_direct_form
$with_direct_form
Definition:
ajax_get_profile.php:71
$with_calc
$with_calc
Definition:
ajax_get_profile.php:68
$name
$name
Definition:
ajax_get_profile.php:66
table
$all table
Definition:
company.inc.php:142