Бұл диплoмдық жұмыста қашықтан oқытудың ақпараттық жүйесін құру



Pdf көрінісі
бет31/33
Дата29.09.2023
өлшемі4,24 Mb.
#111543
1   ...   25   26   27   28   29   30   31   32   33
Байланысты:
Abdrakhmanov AUES

Жалғасы қoсымша А 

$menu->addSeparator(); 
$menu->addChild( 
new 
JMenuNode(JText::_('MOD_MENU_MASS_MAIL_USERS'), 
'index.php?option=com_users&view=mail', 'class:massmail') 
); 
$menu->getParent(); 

// 
// Menus Submenu 
// 
if ($user->authorise('core.manage', 'com_menus')) 

$menu->addChild( 
new JMenuNode(JText::_('MOD_MENU_MENUS'), '#'), true 
); 
$createMenu = $shownew && $user->authorise('core.create', 
'com_menus'); 
$menu->addChild( 
new JMenuNode(JText::_('MOD_MENU_MENU_MANAGER'), 
'index.php?option=com_menus&view=menus', 'class:menumgr'), $createMenu 
); 
if ($createMenu) 

$menu->addChild( 
new 
JMenuNode(JText::_('MOD_MENU_MENU_MANAGER_NEW_MENU'), 
'index.php?option=com_menus&view=menu&layout=edit', 'class:newarticle') 
); 
$menu->getParent(); 

$menu->addSeparator(); 
// Menu Types 
foreach (ModMenuHelper::getMenus() as $menuType) 

$alt = '*' .$menuType->sef. '*'; 


76 
Жалғасы қoсымша А 
if ($menuType->home == 0) 

$titleicon = ''; 

elseif ($menuType->home == 1 && $menuType->language == 
'*') 

$titleicon = ' '.JHtml::_('image', 'menu/icon-16-
default.png', '*', array('title' => JText::_('MOD_MENU_HOME_DEFAULT')), 
true).''; 

elseif ($menuType->home > 1) 

$titleicon = ' '.JHtml::_('image', 'menu/icon-16-
language.png', $menuType->home, array('title' => 
JText::_('MOD_MENU_HOME_MULTIPLE')), true).''; 

else 

$image = JHtml::_('image', 'mod_languages/'.$menuType-
>image.'.gif', NULL, NULL, true, true); 
if (!$image) 

$titleicon = ' '.JHtml::_('image', 'menu/icon-
16-language.png', $alt, array('title' => $menuType->title_native), true).''; 

else 

$titleicon = ' '.JHtml::_('image', 
'mod_languages/'.$menuType->image.'.gif', $alt, array('title'=>$menuType-
>title_native), true).''; 


$menu->addChild( 
new JMenuNode($menuType->title,
'index.php?option=com_menus&view=items&menutype='.$menuType-
>menutype, 'class:menu', null, null, $titleicon), $createMenu 
); 
if ($createMenu) 

$menu->addChild( 


77 
Жалғасы қoсымша А 
new 
JMenuNode(JText::_('MOD_MENU_MENU_MANAGER_NEW_MENU_ITEM'), 
'index.php?option=com_menus&view=item&layout=edit&menutype='.$menuType-
>menutype, 'class:newarticle') 
); 
$menu->getParent(); 


$menu->getParent(); 

// 
// Content Submenu 
// 
if ($user->authorise('core.manage', 'com_content')) 

$menu->addChild( 
new JMenuNode(JText::_('MOD_MENU_COM_CONTENT'), 
'#'), true 
); 
$createContent = $shownew && $user->authorise('core.create', 
'com_content'); 
$menu->addChild( 
new 
JMenuNode(JText::_('MOD_MENU_COM_CONTENT_ARTICLE_MANAGER'), 
'index.php?option=com_content', 'class:article'), $createContent 
); 
if ($createContent) 

$menu->addChild( 
new 
JMenuNode(JText::_('MOD_MENU_COM_CONTENT_NEW_ARTICLE'), 
'index.php?option=com_content&task=article.add', 'class:newarticle') 
); 
$menu->getParent(); 

$menu->addChild( 
new 
JMenuNode(JText::_('MOD_MENU_COM_CONTENT_CATEGORY_MANAGER'
), 'index.php?option=com_categories&extension=com_content', 'class:category'), 
$createContent 


78 


Достарыңызбен бөлісу:
1   ...   25   26   27   28   29   30   31   32   33




©emirsaba.org 2024
әкімшілігінің қараңыз

    Басты бет