-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.init.php
80 lines (71 loc) · 6.34 KB
/
project.init.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?php $DocFil= 'project.init.php'; $DocVers='1.4.0'; $DocRev='2024-06-01'; $DocIni='evs'; $ModulNr=0; ## File informative only
## 𝘓𝘐𝘊𝘌𝘕𝘚𝘌 & 𝘊𝘰𝘱𝘺𝘳𝘪𝘨𝘩𝘵 © 2019-2024 EV-soft ***
# This file is included from start of php2html.lib.php
## Initiate Global variables:
$gbl_TblIx= -1; # Index for table-id to separate multible tables in same page
$gbl_ProgTitl= 'php2html';
$gbl_progVers= 'Develop'.' ';
$gbl_progDesti= 'This program is about using library PHP2HTML';
$gbl_copyright='EV-soft';
// $gbl_copydate= '2022-02-02'; // See - Project-files
$gbl_designer= 'EV-soft';
$gbl_menuLogo= $gbl_ProgBase.'_accessories/21997911.png';
$gbl_blueColor= 'lightblue';
$gbl_BodyBcgrd= 'Tan';
$gbl_iconColor= 'DarkGreen'; # Panel-header icon
$gbl_TitleColr= 'DarkGreen'; # Caption text-color in panel-head
// $gbl_PanelBgrd= 'transparent'; # Panels hideble background
$gbl_CardsBgrd= 'background-color: white;'; # Cards hideble background
$gbl_GridOn= true; # Use grid to place objects in rows / colums
$gbl_progZoom = 'small'; # Global tag "font-scale"
// $GLOBALS["gbl_ProgRoot"]= './';
$gbl_labelAlgn= 'R'; # L/C/R - Align label for htm_Input() and htm_Inbox()
if (!file_get_contents('https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js') > '')
$LibIx= 1; // Local # Central adaptive settings Library 1:local/2:CDN
else $LibIx= 2; // CDN
// echo $LibIx;
## Demo-system:
$menudata= [ // Data(0:vrnt='', 1;icon='', 2:labl='', 3:hint='', 4:desc='', 5:link='', 6:subm=[], 7:styl='')
['Frst','fas fa-info colrwhite', '@INTRODUCTION','', '@Here you can read about the systems most useful modules:','PHP2HTML-intro.page.php',[
['Next','fas fa-info black', '@PHP2HTML ?', '', '@What is Clever html engine ?','PHP2HTML-intro.page.php',[],''],
['Next','fas fa-info black', '@Description', '', '@What is PHP2HTML ?','description.page.php',[],''],
['Next','fas fa-info black', '@Demo', '', '@See and try examples of nearly all modules in the system...','Demo.page.php',[],''],
['Next','fas fa-info black', '@Tiny editor', '', '@Try the advanced online HTML editor','tinyEditor.page.php ',[],''],
['Next','fa-regular fa-credit-card black', '@ Advanced example', '','@Example of an Accounting program','CustomerOrder.page.php',[],''],
['Next','fa-regular fa-credit-card black', '@ Danish account plan', '','@Example of an account plan','accountPlan.page.php',[],''],
['Last','fa-solid fa-book black', '@ Documentation', '','@Documentation of the system','documentation.page.php',[],'']
]],
['Next','fas fa-cubes colrorange', '@MODULES', '@Systm modules', '@','input.page.php', [
['Next','fas fa-cubes black', '@htm_Input', '@htm_Input() used for input and output of values of various variables','@','input.page.php', [],'top:350px;'],
['Next','fas fa-cubes black', '@htm_Table', '@Example on module htm_Table()', '@','table.page.php', [] ,'top:350px;'],
['Next','fas fa-cubes black', '@htm_Card', '@Example and notes about htm_Card()', '@','card.page.php', [] ,'top:350px;'],
['Next','fas fa-cubes black', '@Page layout', '@About making page layout', '@','pages.page.php', [] ,'top:350px;'],
['Next','fas fa-cubes black', '@Navigate', '@About menues an link buttons', '@','navigate.page.php',[] ,'top:350px;'],
['Last','fas fa-cubes black', '@Others', '@Buttons, Messages and dialog', '@','other.page.php',[] ,'top:350px;']
],'top:350px;'],
['Next','fas fa-file colryellow ', '@FILES', '@Go to files.page.php', '@','files.page.php', [
['Next','fas fa-file black', '@File naming', '@Go to files.page.php', '@','files.page.php', [],'top:500px;'],
['Next','fas fa-file black', '@Folders and files','@Go to support.page.php', '@','support.page.php', [],'top:500px;'],
['Last','fas fa-info black', '@Quickstart', '@How to start the system', '@','../Quick_Proj/quickstart.page.php', [],'top:500px;']
],'top:500px;'],
['Next','fas fa-language colrblue', '@TRANSLATE', '@Go to translate.page.php', '@','translate.page.php', [],'top:500px;'],
['Last','fas fa-code colrcyan', '@FUNCTIONS', '@Go to functions.page.php', '@','functions.page.php', [
['Last','fas fa-code colrcyan', '@Overview', '@Go to functions.page.php', '@','functions.page.php', [],'top:500px;'],
],'top:500px;']
];
$menunote= '@<small>Test site and documentation for Clever html engine • Errors can occur and future news may be shown • ver.'.$DocVers.': 50+ core functions.</small>';
## Quickstart:
$menudata_quick= [ // Data(0:vrnt='', 1;icon='', 2:labl='', 3:hint='', 4:desc='', 5:link='', 6:subm=[], 7:styl='', 8:$widt)
['Frst','fas fa-info colrwhite', '@Quick Project','', '@Start your first project:', 'quickstart.page.php',[]
],
['Next','fas fa-file colryellow ', '@FILES', '@Go to files.page.php', '@','files.page.php', [
['Next','fas fa-file black', '@File naming', '@Go to files.page.php', '@','files.page.php', [],'top:500px;'],
['Last','fas fa-file black', '@Folders and files','@Go to support.page.php', '@','support.page.php', [],'top:500px;']
],'top:500px;'],
['Next','fas fa-language colrblue', '@TRANSLATE', '@Go to translate.page.php', '@','translate.page.php', [],'top:500px;'],
['Last','fas fa-code colrcyan', '@FUNCTIONS', '@Go to functions.page.php', '@','functions.page.php', [
['Last','fas fa-code colrcyan', '@Overview', '@Go to functions.page.php', '@','functions.page.php', [],'top:500px;'],
],'top:500px;']
];
$menunote_quick= '@<small>This is a guide to quickly get started with a new project.</small>';
?>