/[LeafOK_CVS]/fenglin/bbs/user_action.inc.php
ViewVC logotype

Contents of /fenglin/bbs/user_action.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Wed Mar 12 08:03:53 2025 UTC (12 months ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
Error occurred while calculating annotation data.
FILE REMOVED
Remove user action status

1 <?
2
3 function user_action($id)
4 {
5 switch($id)
6 {
7 case "door":
8 $action="登陆中";
9 break;
10 case "main":
11 $action="选择版块";
12 break;
13 case "class":
14 $action="查看栏目分类";
15 break;
16 case "list":
17 $action="查看文章列表";
18 break;
19 case "read":
20 $action="品味文章";
21 break;
22 case "post":
23 $action="撰写文章";
24 break;
25 case "article_manage":
26 $action="管理文章";
27 break;
28 case "search_article":
29 $action="查找文章";
30 break;
31 case "show_profile":
32 $action="夜探好友";
33 break;
34 case "search_user":
35 $action="查找网友";
36 break;
37 case "search_online":
38 $action="环顾四周";
39 break;
40 case "msg_read":
41 $action="阅读消息";
42 break;
43 case "msg_send":
44 $action="发送消息";
45 break;
46 case "mail_send":
47 $action="发送邮件";
48 break;
49 case "member_service":
50 $action="个人设定";
51 break;
52 default:
53 $action="未知";
54 break;
55 }
56 return $action;
57 }
58
59 ?>

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1