📄 module.php
字号:
<?php
if (!defined('AT_INCLUDE_PATH')) { exit; }
if (!isset($this) || (isset($this) && (strtolower(get_class($this)) != 'module'))) { exit(__FILE__ . ' is not a Module'); }
define('AT_PRIV_CHAT', $this->getPrivilege());
// if this module is to be made available to students on the Home or Main Navigation
$_student_tool = 'chat/index.php';
$this->_pages['tools/chat/index.php']['title_var'] = 'chat';
$this->_pages['tools/chat/index.php']['parent'] = 'tools/index.php';
$this->_pages['tools/chat/index.php']['children'] = array('tools/chat/start_transcript.php');
$this->_pages['tools/chat/index.php']['guide'] = 'instructor/?p=chat.php';
$this->_pages['tools/chat/start_transcript.php']['title_var'] = 'chat_start_transcript';
$this->_pages['tools/chat/start_transcript.php']['parent'] = 'tools/chat/index.php';
$this->_pages['tools/chat/delete_transcript.php']['title_var'] = 'chat_delete_transcript';
$this->_pages['tools/chat/delete_transcript.php']['parent'] = 'tools/chat/index.php';
$this->_pages['tools/chat/view_transcript.php']['title_var'] = 'chat_transcript';
$this->_pages['tools/chat/view_transcript.php']['parent'] = 'tools/chat/index.php';
$this->_pages['chat/index.php']['title_var'] = 'chat';
$this->_pages['chat/index.php']['img'] = 'images/home-chat.gif';
$this->_pages['chat/chat_frame.php']['title_var'] = 'chat';
$this->_pages['chat/chat_frame.php']['parent'] = 'chat/index.php';
$this->_pages['chat/view_transcript.php']['title_var'] = 'chat_transcript';
$this->_pages['chat/view_transcript']['parent'] = 'chat/index.php';
$this->_pages['chat/chat.php']['title_var'] = 'chat';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -