信呼OA版本v2.3.8
This commit is contained in:
30
webmain/model/agent/xinhuModel.php
Normal file
30
webmain/model/agent/xinhuModel.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* 信呼团队应用
|
||||
*/
|
||||
class agent_xinhuClassModel extends agentModel
|
||||
{
|
||||
protected function agentdata($uid, $lx)
|
||||
{
|
||||
$rows[] = array(
|
||||
'title' => '欢迎使用信呼',
|
||||
'cont' => '官网:<a href="'.URLY.'" target="_blank">'.URLY.'</a><br>版本:'.VERSION.'',
|
||||
'statuscolor' => 'green',
|
||||
'statustext' => '官网'
|
||||
);
|
||||
$rows[] = array(
|
||||
'title' => '信呼开源协议',
|
||||
'cont' => '我们是开源PHP系统,可以自己企业单位内部使用,禁止商业销售,欢迎研究学习使用,好的设计你可以借鉴,不好的你可以吐槽,让我们改善。',
|
||||
'statuscolor' => 'green',
|
||||
'statustext' => '官网'
|
||||
);
|
||||
$rows[] = array(
|
||||
'title' => '信呼相关帮助',
|
||||
'cont' => '1、常见使用问题,<a href="'.URLY.'view_cjwt.html" target="_blank">[查看]</a><br>2、使用前必读 ,<a href="'.URLY.'view_bidu.html" target="_blank">[查看]</a><br>3、二次开发前必读 ,<a href="'.URLY.'view_devbd.html" target="_blank">[查看]</a><br>4、更多帮助问题列表 ,<a href="'.URLY.'infor.html" target="_blank">[查看]</a>',
|
||||
'statuscolor' => 'green',
|
||||
'statustext' => '官网'
|
||||
);
|
||||
$arr['rows'] = $rows;
|
||||
return $arr;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user