Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Pixel Humain
sig
Commits
0023a41d
Commit
0023a41d
authored
10 years ago
by
Kgneo
Browse files
Options
Downloads
Patches
Plain Diff
module SIG : OSM + cluster + auto-import-data + ins pos geo cp
parent
9466f095
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
controllers/ApiController.php
+4
-6
4 additions, 6 deletions
controllers/ApiController.php
views/api/sig.php
+273
-137
273 additions, 137 deletions
views/api/sig.php
with
277 additions
and
143 deletions
controllers/ApiController.php
+
4
−
6
View file @
0023a41d
...
...
@@ -9,7 +9,7 @@
*/
class
ApiController
extends
Controller
{
const
moduleTitle
=
"API SIG"
;
const
moduleTitle
=
"API SIG"
;
public
static
$moduleKey
=
"sig"
;
public
$sidebar1
=
array
(
...
...
@@ -17,11 +17,6 @@ class ApiController extends Controller {
"children"
=>
array
(
array
(
"label"
=>
"initMap"
,
"href"
=>
"javascript:;"
,
"iconClass"
=>
"fa fa-sitemap"
,
)
)),
/*array('label' => "Views", "key"=>"views", "iconClass"=>"fa fa-eye", 'menuOnly'=>true,
"children"=> array(
array( "label" => "Graph", "href" => "/ph/egpc","iconClass"=>"fa fa-sitemap", )
)),
*/
);
public
$percent
=
60
;
//TODO link it to unit test
...
...
@@ -42,6 +37,9 @@ class ApiController extends Controller {
'showcitoyens'
=>
'application.controllers.sig.ShowCitoyensAction'
,
'showcities'
=>
'application.controllers.sig.ShowCitiesAction'
,
'getcitoyenconnected'
=>
'application.controllers.sig.GetCitoyenConnectedAction'
,
'importdata'
=>
'application.controllers.sig.ImportDataAction'
,
'saveuser'
=>
'application.controllers.sig.SaveUserAction'
,
'getpositioncp'
=>
'application.controllers.sig.GetPositionCpAction'
,
);
}
...
...
This diff is collapsed.
Click to expand it.
views/api/sig.php
+
273
−
137
View file @
0023a41d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment