/** * @copyright Copyright (c) 2008 Buddhist Tzu Chi General Hospital * @author yuzhou * @version $Id: jsconfig.php,v 4 2008-05-26 yuzhou exp $ */ if (typeof(Config) == 'undefined') { this.Config = { url: { home: 'http://lms.tzuchi.com.tw/elearn', pix: 'http://lms.tzuchi.com.tw/elearn/pix', gridFilter: 'http://lms.tzuchi.com.tw/util/ext-2.1/examples/grid-filtering' }, msg: { guest: '本課程允許無帳號者進入', password: '本課程需要專屬密碼', summary: '摘要', education: '每年11月 01日 至次年10月 31日 ' }, frontpage: { expandDepth: 2, expandSize: 5 }, username: '' } }