-- SENAYAN 3.0 stable 9 -- Senayan SQL Database upgrade script ALTER TABLE `biblio` ADD `promoted` SMALLINT(1) NOT NULL AFTER `opac_hide`; ALTER TABLE `biblio` CHANGE `opac_hide` `opac_hide` SMALLINT(1) NULL DEFAULT '0'; ALTER TABLE `biblio` ADD INDEX `biblio_flag_idx` (`opac_hide`,`promoted`); -- new content table CREATE TABLE IF NOT EXISTS `content` ( `content_id` int(11) NOT NULL auto_increment, `content_title` varchar(255) collate utf8_unicode_ci NOT NULL, `content_desc` text collate utf8_unicode_ci NOT NULL, `content_path` varchar(20) collate utf8_unicode_ci NOT NULL, `input_date` datetime NOT NULL, `last_update` datetime NOT NULL, PRIMARY KEY (`content_id`), KEY `content_path` (`content_path`), FULLTEXT KEY `content_title` (`content_title`), FULLTEXT KEY `content_desc` (`content_desc`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1; -- default content for Content table INSERT INTO `content` (`content_id`, `content_title`, `content_desc`, `content_path`, `input_date`, `last_update`) VALUES (1, 'Library Information', '
Address :
Jenderal Sudirman Road, Senayan, Jakarta, Indonesia - Postal Code : 10270
Phone Number :
(021) 5711144
Fax Number :
(021) 5711144
Monday - Friday :
Open : 08.00 AM
Break : 12.00 - 13.00 PM
Close : 20.00 PM
Saturday :
Open : 08.00 AM
Break : 12.00 - 13.00 PM
Close : 17.00 PM
We have many types of collections in our library, range from Fictions to Sciences Material, from printed material to digital collections such CD-ROM, CD, VCD and DVD. We also collect daily serials publications such as newspaper and also monthly serials such as magazines.
\r\nTo be able to loan our library collections, you must first become library member. There is terms and conditions that you must obey.
', 'libinfo', '2009-03-27 08:31:53', '2009-03-27 20:51:39'), (2, 'Help On Usage', 'There is 2 method available on searching library catalog. The first one is SIMPLE SEARCH, which is the simplest method on searching catalog, you just enter any keyword, either it contained in document titles, authors name or subjects. You can supply more than one keywords in Simple Search method and it will expanding your search results.
\r\n\r\n
ADVANCED SEARCH, lets you define keywords in more specific fields. If you want your keywords only contained in title field, then type your keyword in Title field and the system will scope it search only on Title field, not in other fields. Location field lets you narrowing search results by specific location, so only collection that exists in selected location get fetched by system.
', 'help', '2009-03-27 20:53:28', '2009-03-27 20:53:28'), (3, 'Welcome To Admin Page', 'Welcome To Senayan Library''s Online Public Access Catalog (OPAC). Use OPAC to search collection in our library.
', 'headerinfo', '2009-03-31 16:30:59', '2009-03-31 17:09:23');