Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
GENERIC_init.php
Go to the documentation of this file.
1 <?php
2 
3 /**
4  * @author Anakeen
5  */
6 
7 // ---------------------------------------------------------------
8 // $Id: GENERIC_init.php.in,v 1.11 2007/07/30 16:05:27 eric Exp $
9 // $Source: /home/cvsroot/anakeen/freedom/freedom/App/Generic/GENERIC_init.php.in,v $
10 // ---------------------------------------------------------------
11 
12 global $app_const;
13 
14 
15 $app_const=
16 array("INIT" => "yes",
17  "VERSION" =>"3.2.26-1.20191010.152903",
18  "DEFAULT_FAMILY" => array("val"=>"1",
19  "descr"=>N_("default document family")),
20  "CARD_SLICE_LIST" => array("val"=>"8",
21  "descr"=>N_("number of card by page"),
22  "user"=>"Y"),
23  "ACARD_WIDTH" => array("val"=>"98%",
24  "descr"=>N_("width of the abstract card"),
25  "global"=>"Y",
26  "user"=>"Y"),
27  "GENEA_WIDTH" => array("val"=>"420px",
28  "descr"=>N_("width of the frame for abstract card"),
29  "global"=>"Y",
30  "user"=>"Y"),
31  "GENEA_HEIGHT" => array("val"=>"200px",
32  "descr"=>N_("height of the frame for abstract card"),
33  "global"=>"Y",
34  "user"=>"Y"),
35  "GENE_VIEWMODE" => array("val"=>"",
36  "descr"=>N_("differents view mode by family"),
37  "global"=>"Y",
38  "kind"=>"static",
39  "user"=>"Y"),
40  "GENE_SPLITMODE" => array("val"=>"",
41  "descr"=>N_("split view mode by family"),
42  "global"=>"Y",
43  "kind"=>"static",
44  "user"=>"Y"),
45  "GENE_TABLETTER" => array("val"=>"N",
46  "descr"=>N_("view tab letter by family"),
47  "global"=>"Y",
48  "kind"=>"static",
49  "user"=>"Y"),
50  "GENE_INHERIT" => array("val"=>"",
51  "descr"=>N_("search in inherited family by family"),
52  "global"=>"Y",
53  "kind"=>"static",
54  "user"=>"Y"),
55  "GENERIC_USORT" => array("val"=>"",
56  "descr"=>N_("default sort by family"),
57  "global"=>"Y",
58  "kind"=>"static",
59  "user"=>"Y"),
60  "GENE_PREFSEARCH" => array("val"=>"",
61  "descr"=>N_("prefered search"),
62  "global"=>"Y",
63  "kind"=>"static",
64  "user"=>"Y"),
65  "GENE_LATESTTXTSEARCH" => array("val"=>"",
66  "descr"=>N_("last search text typed"),
67  "global"=>"Y",
68  "kind"=>"static",
69  "user"=>"Y"),
70  "GENE_SEARCHMODE" => array("val"=>"words",
71  "descr"=>N_("search mode"),
72  "global"=>"N",
73  "kind"=>"enum(words|characters)",
74  "user"=>"N")
75  );
76 
77 ?>
global $app_const
N_($s)
Definition: Lib.Common.php:18
← centre documentaire © anakeen