meraproject/themes/merakomis/structure/eContentPage.php
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

33 lines
1.0 KiB
PHP

<?php
namespace themes\merakomis\structure;
class eContentPage {
const MAIN = 1;
const TABLE_PAGE = 2;
const SETTINGS = 3;
const DEPARTMENTS = 4;
const TIME = 5;
const PROFILE = 6;
const ANALYSIS = 7;
const CALENDAR = 8;
const TEAM = 9;
const TABLE_TEAM_MEMBER = 10;
const PROJECT = 11;
const PUBLIC_PROFILE = 12;
const COMPANY = 13;
const STEP = 14;
const PROJECTS = 15;
const ORG = 16;
const CONTRACTOR = 17;
const TABLE_EMP = 18;
const TABLE_STAFFING = 19;
const DICTIONARY = 20;
const CONTRACTOR_STATUS = 21;
const DAYS = 22;
const SUMMARY = 23;
const FOT = 24;
const VARIABLE = 25;
const EMP_FOT = 26;
}