[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
perpustakaan
/
admin
/
modules
/
master_file
/
[
Home
]
File: submenu.php
<?php /** * Copyright (C) 2007,2008 Arie Nugraha (dicarve@yahoo.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ /* Master File module submenu items */ // IP based access limitation do_checkIP('smc'); do_checkIP('smc-masterfile'); $menu[] = array('Header', __('Authority Files')); $menu[] = array(__('GMD'), MWB.'master_file/index.php', __('General Material Designation')); $menu[] = array(__('Content Type'), MWB.'master_file/rda_cmc.php?type=content', __('RDA Content Type')); $menu[] = array(__('Media Type'), MWB.'master_file/rda_cmc.php?type=media', __('RDA Media Type')); $menu[] = array(__('Carrier Type'), MWB.'master_file/rda_cmc.php?type=carrier', __('RDA Carrier Type')); $menu[] = array(__('Publisher'), MWB.'master_file/publisher.php', __('Document Publisher')); $menu[] = array(__('Supplier'), MWB.'master_file/supplier.php', __('Item Supplier')); $menu[] = array(__('Author'), MWB.'master_file/author.php', __('Document Authors')); $menu[] = array(__('Subject'), MWB.'master_file/topic.php', __('Subject')); $menu[] = array(__('Location'), MWB.'master_file/location.php', __('Item Location')); $menu[] = array('Header', __('Lookup Files')); $menu[] = array(__('Place'), MWB.'master_file/place.php', __('Place Name')); $menu[] = array(__('Item Status'), MWB.'master_file/item_status.php', __('Item Status')); $menu[] = array(__('Collection Type'), MWB.'master_file/coll_type.php', __('Collection Type')); $menu[] = array(__('Doc. Language'), MWB.'master_file/doc_language.php', __('Document Content Language')); $menu[] = array(__('Label'), MWB.'master_file/label.php', __('Special Labels for Titles to Show Up On Homepage')); $menu[] = array(__('Frequency'), MWB.'master_file/frequency.php', __('Frequency')); $menu[] = array('Header', __('Tools')); $menu[] = array(__('Cataloging Servers'), MWB.'master_file/p2pservers.php', __('List of available Copy Cataloging Servers')); $menu[] = array(__('Item Code Pattern'), MWB.'master_file/item_code_pattern.php', __('Manage item code pattern')); $menu[] = array(__('Orphaned Author'), MWB.'master_file/author.php?type=orphaned', __('Orphaned Authors')); $menu[] = array(__('Orphaned Subject'), MWB.'master_file/topic.php?type=orphaned', __('Orphaned Subject')); $menu[] = array(__('Orphaned Publisher'), MWB.'master_file/publisher.php?type=orphaned', __('Orphaned Publisher')); $menu[] = array(__('Orphaned Place'), MWB.'master_file/place.php?type=orphaned', __('Orphaned Place'));