/* * The "gridRenderFunction" must be valid functions name, or null in case if * function is not defined/ Otherwise, the data will not be bound to the * tree control. (the function name is evaluated before you call it, at * binding moment). * * Access rights are defined for each item in left docked tree. * There are 3 fiedls, for each tree node (and leaf) * * accessRead : [1,2,3] * accessWrite : [1, 2] * accessValidate : [1] * */ [ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Tables'), quantity : '', uiProvider : 'col', cls : 'master-task', iconCls : 'folder_go', table : null, gridRenderFunction : null, children:[ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Information about publications'), quantity : '8' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Authors'), quantity : '', type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_authors', gridRenderFunction : AuthorsView //null // E.Boian 18.04.2011 }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Publications'), quantity : '', type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_publication2', //'table_publications' bylo do 21.04.2010 gridRenderFunction : PublicationsView }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Publication names in other languages'), quantity : '', type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_publication_name_in_other_languages', gridRenderFunction : PublicationNameInOtherLanguagesView // null E.Boian 18.04.2011 }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Collections of publications'), quantity : '', type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_collection_of_publ', gridRenderFunction : CollectionsOfPublView //null 28.03.2011 Magariu, Verlan }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('SCIs for collections'), quantity : '', type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_scientific_indexes_for_collections', gridRenderFunction : ScientificIndexesCollectionsView //null 01.02.2013 Magariu, Verlan }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('SCIs for publications'), quantity : '', type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_scientific_indexes_for_publications', gridRenderFunction : ScientificIndexesPublicationsView //null 17.02.2013 Magariu, Verlan }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Collection International Identification Number'), quantity : '', type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_iin_for_collections', gridRenderFunction : InternIdentNumberCollectionsView // 18.02.2013 Magariu, Verlan }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Publication International Identification Number'), quantity : '', type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_iin_for_publications', gridRenderFunction : InternIdentNumberPublicationsView // 20.02.2013 Magariu, Verlan } ] }, { // tables about persons accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Information about persons'), quantity : '6' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Researchers'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_person', gridRenderFunction : PersonsView //null 04.04.2011 G.Magariu, T.Verlan }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Graduated High schools'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_person_school', gridRenderFunction : PersonSchoolsView //null 31.03.2011 Magariu, Verlan }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Working place of the researcher'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_person_work_place', gridRenderFunction : PersonWorkPlaceView // null 11.04.2011 Magariu, Verlan }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Titles of the researcher from the institution'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_titles_imi_person', gridRenderFunction : PersonTitlesIMIView // null 2012.07.27 kae, mal }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Awards of the researcher'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_person_awards', gridRenderFunction : PersonAwardIMIView // 16 06 2014 }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Membership in societies and organizations'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_membership_imi_person', gridRenderFunction : null } ] }, { // tables about thesis defence accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Information about thesis defence'), quantity : '3' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Thesis defences by persons'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_person_dis_place', gridRenderFunction : null }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Thesis opponents'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_dis_opponents', gridRenderFunction : null }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Place of thesis defence'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_person_dis_place', gridRenderFunction : null }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Outside persons'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_outside_person', gridRenderFunction : null } ] }, { // tables about forums participation accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Information about forums participation'), quantity : '1' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Participation of researcher at forums'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_forum_participation', gridRenderFunction : ForumParticipationView // 01.04.12 S.Lotutovici } ] }, { // tables about projects accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Information about projects'), quantity : '4' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Projects'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_project', gridRenderFunction : ProjectsView //null E.Grabov, G.Magariu, T.Verlan 03.04.2011 }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Projects by years'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_project_by_years', gridRenderFunction : null }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Project financing'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_project_financing', gridRenderFunction : null }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Project_participation'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_project_participation', gridRenderFunction : null } ] // end of children about projects }, // end of information about projects ] // end of children for informational tables } , // end for informational tables { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Reports'), quantity : '', uiProvider : 'col', cls : 'master-task', iconCls : 'folder_go', table : null, gridRenderFunction : null, children:[ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Information about publications'), quantity : '5' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Publications'), type : 'report', quantity : '', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'report', table : 'Publications Report', gridRenderFunction : PublicationsView // RenderPublicationsReportGrid }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Publications by Subdivisions'), quantity : '', type : 'report', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'report', table : null, gridRenderFunction : PublicationsBySubdivView// AuthorsView // RenderAuthorsReportGrid }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Publication names in other languages'), quantity : '', type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_publication_name_in_other_languages', gridRenderFunction : null }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Collections of publications'), quantity : '', type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_collection_of_publ', gridRenderFunction : CollectionsOfPublView //null 28.03.2011 Magariu, Verlan }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Registration number'), quantity : '', type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_intern_ident_number', gridRenderFunction : null } ] }, { // tables about persons accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Information about persons'), quantity : '6' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Researchers'), quantity : '', //_T('inr.'), type : 'report', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'report', table : 'table_person', gridRenderFunction : PersonsReportView //null 25.02.2013 G.Magariu, T.Verlan }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Researchers on given date'), quantity : '', //_T('inr.'), type : 'report', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'report', table : 'table_person_work_place', gridRenderFunction : PersonWorkPlaceReportView // 29 10 2014 Magariu Verlan }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Graduated High schools'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_person_school', gridRenderFunction : PersonSchoolsView //null 31.03.2011 Magariu, Verlan }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Working place of the researcher'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_person_work_place', gridRenderFunction : PersonWorkPlaceView // null 11.04.2011 Magariu, Verlan }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Titles of the researcher from the institution'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_titles_imi_person', gridRenderFunction : null }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Awards of the researcher'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_person_awards', gridRenderFunction : PersonAwardIMIView // null 16.06.2014 Magariu, }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Membership in societies and organizations'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_membership_imi_person', gridRenderFunction : null } ] }, { // tables about thesis defence accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Information about thesis defence'), quantity : '3' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Thesis defences by persons'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_person_dis_place', gridRenderFunction : null }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Thesis opponents'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_dis_opponents', gridRenderFunction : null }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Place of thesis defence'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_person_dis_place', gridRenderFunction : null }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Outside persons'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_outside_person', gridRenderFunction : null } ] }, { // tables about forums participation accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Information about forums participation'), quantity : '1' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Participation of researcher at forums'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_forum_participation', gridRenderFunction : null } ] }, { // tables about projects accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Information about projects'), quantity : '4' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Projects'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_project', gridRenderFunction : ProjectsView //null E.Grabov, G.Magariu, T.Verlan 03.04.2011 }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Projects by years'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_project_by_years', gridRenderFunction : null }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Project financing'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_project_financing', gridRenderFunction : null }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Project_participation'), quantity : _T('inr.'), type : 'view', uiProvider : 'col', leaf : true, cls : 'master-task', iconCls : 'table', table : 'table_project_participation', gridRenderFunction : null } ] // end of children about projects }, // end of information about projects ] }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Dictionaries'), quantity : '', uiProvider : 'col', cls : 'master-task', iconCls : 'folder_go', table : null, gridRenderFunction : null, children:[ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Cities and countries'), quantity : '2 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Countries'), type : 'dictionary', quantity : _T('inr.'), uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_country', gridRenderFunction : CountriesView },{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Cities'), type : 'dictionary', quantity : _T('inr.'), uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_city', gridRenderFunction : CitiesView } ] }, { // Награды и почетные членства accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Awards and titles of honour'), quantity : '3 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Award Types'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_award_type', gridRenderFunction : AwardTypesView //null // RenderAwardTypesGrid },{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Awards'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_awards', gridRenderFunction : AwardsView // null E.Boian 06.09.2010 },{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Titles of honour'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_membership_imi', gridRenderFunction : MembershipIMIView // null T.Verlan 02.09.2010 } ] }, { // Типы публикаций и сборников публикаций accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('About publications and collections'), quantity : '3 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Collections types'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_collection_type', gridRenderFunction : CollectionTypesView // RenderCollectionTypesGrid },{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Publications types'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_publication_type3', gridRenderFunction : PublicationTypesView //null // RenderPublicationTypesGrid 12.08.2010 }, { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Science Citation Index'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_scientific_index', gridRenderFunction : ScientificIndexesView //null // RenderScientificIndexesGrid 29.01.2013 T&G } ] }, { // Валюта и финансовые фонды accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Currency and financial funds'), quantity : '2 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Currency'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_currency', gridRenderFunction : CurrenciesView // RenderCurrencyesGrid },{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Financial funds'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_fin_fond', gridRenderFunction : FinFondsView // RenderFinanciarFondsGrid } ] }, { // Тип диссертации и роль в защите accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Thesis type and role in thesis defence'), quantity : '2 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Role in thesis'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_dis_role', gridRenderFunction : DisRolesView // RenderDisertationRoleGrid },{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Theses types'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_dis_type', gridRenderFunction : DisTypesView // RenderDisertationtypesGrid } ] }, { // Специальности и области науки accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Specialities and domains of science'), quantity : '8 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Domains'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_domain', gridRenderFunction : DomainsView // RenderDomainsGrid },{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Subdomains'), quantity : _T('inr.'), uiProvider : 'col', type : 'dictionary', leaf : true, iconCls : 'task', table : 'table_subdomain', gridRenderFunction : SubdomainView // RenderSubdomainsGrid },{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Speciality'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_speciality', gridRenderFunction : SpecialtiesView // 26.12.10 Lotutovici Serghei },{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Speciality domain'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_domain_to_speciality', gridRenderFunction : DomainToSpecsView // RenderDomainToSpecialitiesGrid },{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Speciality abroad'), quantity : _T('inr.'), uiProvider : 'col', type : 'dictionary', leaf : true, iconCls : 'task', table : 'table_speciality_foreign', gridRenderFunction : SpecialityForeignView },{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Domains for title'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_domain_for_titlu', gridRenderFunction : DomainForTitlesView // RenderDomainForTitlesGrid },{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Domain abroad'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_domain_foreign', gridRenderFunction : DomainForeignsView // RenderDomainForeignsGrid },{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Diplom speciality'), quantity : _T('inr.'), uiProvider : 'col', leaf : true, type : 'dictionary', iconCls : 'task', table : 'table_diplom_speciality', gridRenderFunction :DiplomSpecialitiesView // RenderDiplomSpecialitiesGrid } ] }, { // Форумы и участие в форумах accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Forums and types of participation in forums'), quantity : '4 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Forums'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_forums', gridRenderFunction : ForumsView },{ accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Forums types'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_forum_type', gridRenderFunction :ForumTypeView// null }, /* commented by T.Verlan - this table is not the dictionary { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Participation in forums'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_forum_participation', gridRenderFunction : null }, */ { accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Types of forums participation'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_forum_participation_type', gridRenderFunction : ForumParticipationTypesView } ] }, { // Выбор типа: национальный или зарубежный accessRead : [1,2,3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Selection of type: national or international'), quantity : '1 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Type: national or international'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_if_foreign', gridRenderFunction : IfForeignsView // null E.Boian 25.08.2010 } ] }, { // Выбор гражданства accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Citizenship selection'), quantity : '1 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Citizenship'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_nationality', gridRenderFunction : NationalitiesView // null E.Boian 25.08.2010 } ] }, { // Выбор языка accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Language selection'), quantity : '1 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Languages'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_language', gridRenderFunction : LanguagesView } ] }, { // Место работы: должность, звание accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Locul de muncă: funcţie, titlu'), quantity : '7 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[ { accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Type of persons work place'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_work_place_type', gridRenderFunction : WorkPlaceTypesView // null Boian Elena 01.09.2010 }, { accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Type of persons work activity'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_activity_type_person', gridRenderFunction : ActivityTypePersonsView // null Magariu, Verlan 06.04.2011 },{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Type of post filled by the institution employee'), quantity : _T('inr.'), uiProvider : 'col', type : 'dictionary', leaf : true, iconCls : 'task', table : 'table_post_type', gridRenderFunction : PostTypesView //null Boian Elena 12.08.2010 },{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Post filled by the institution employee'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_post', gridRenderFunction : PostsView //null Verlan T. 19.08.2010 },{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Type of title/degree of the institution employee'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_title_type_imi', gridRenderFunction : TitleTypesIMIView //null Boian Elena 25.08.2010 },{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Scientific/pedagogical title of the institution employee'), quantity : _T('inr.'), uiProvider : 'col', type : 'dictionary', leaf : true, iconCls : 'task', table : 'table_titles_imi', gridRenderFunction : TitlesIMIView // null Boian Elena 02.09.2010 },{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Type of title/degree of third-party person'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_title_type_outside', gridRenderFunction : TitleTypesOutsideView // null Boian Elena 01.09.2010 },{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Scientific/pedagogical title of third-party person'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_titles_outside', gridRenderFunction : TitlesOutsideView // null Boian Elena 01.09.2010 } ] }, { // Тип научного проекта и его область accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Scientific project type and domain'), quantity : '5 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Project Type'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_project_type', gridRenderFunction : ProjectTypesView //null 02.08.2010 },{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Project participation type'), quantity : _T('inr.'), uiProvider : 'col', type : 'dictionary', leaf : true, iconCls : 'task', table : 'table_project_participation_type', gridRenderFunction : ProjectParticipationTypesView //null 06.08.10 Lena Boian },{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Project researches domain'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_project_domain', gridRenderFunction :ProjectDomainsView //null 06.08.10 Lena Boian },{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Project researches type'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_project_research_type', gridRenderFunction : ProjectResearchTypeView //null },{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Strategic direction of project researches'), quantity : _T('inr.'), uiProvider : 'col', type : 'dictionary', leaf : true, iconCls : 'task', table : 'table_project_strategic_direction', gridRenderFunction : ProjectStrategicDirectionsView //null 06.08.10 Lena Boian }, ] }, { //Выбор пола accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Selection of gender'), quantity : '1 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Gender'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_sex', gridRenderFunction : SexsView // null 25.08.10 Lena Boian } ] }, { // Учреждения для места получения образования, защиты accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Institution for higher education/defence/third-party person'), quantity : '2 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Institution for defence/third-party person'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_institution', gridRenderFunction : InstitutionsView // 15.12.10 Lotutovici Serghei },{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Institution for higher education'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_school', gridRenderFunction : SchoolView // 23.12.10 Lotutovici Serghei } ] }, { //Издательства accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Publishing house'), quantity : '1 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Publishing house'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_editor', gridRenderFunction : EditorsView // null 03.08.2010 } ] }, { // Подразделения для места работы accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Division/subdivision for working place'), quantity : '2 ' + _T('tab.'), uiProvider : 'col', cls : 'master-task', iconCls : 'task-folder', table : null, gridRenderFunction : null, children:[{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Division'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_division', gridRenderFunction : DivisionsView //null E.Boian 10.08.2010 },{ accessRead : [1, 2, 3], accessWrite : [1, 2], accessValidate : [1], dictionary : _T('Subdivision (laboratory)'), quantity : _T('inr.'), type : 'dictionary', uiProvider : 'col', leaf : true, iconCls : 'task', table : 'table_subdivisions', gridRenderFunction : SubdivisionsView // null T.Verlan 26.08.2010 } ] }, ] // children of dictionare end } // dictionare end // end ]