| 290 |
<td> |
<td> |
| 291 |
<?= $result_set["data"]["last_tm"]->format("Y年m月d日 H:i:s"); ?> |
<?= $result_set["data"]["last_tm"]->format("Y年m月d日 H:i:s"); ?> |
| 292 |
<?php |
<?php |
| 293 |
switch($result_set["data"]["current_action"]) |
foreach($result_set["data"]["current_action"] as $current_action) |
| 294 |
{ |
{ |
| 295 |
case "MENU": |
switch($current_action) |
| 296 |
$current_action_name = "菜单选择"; |
{ |
| 297 |
break; |
case "MENU": |
| 298 |
case "VIEW_FILE": |
$current_action_name = "菜单选择"; |
| 299 |
$current_action_name = "查看文档"; |
break; |
| 300 |
break; |
case "LOGIN": |
| 301 |
case "VIEW_ARTICLE": |
$current_action_name = "进入大厅"; |
| 302 |
$current_action_name = "阅读文章"; |
break; |
| 303 |
break; |
case "USER_LIST": |
| 304 |
case "POST_ARTICLE": |
$current_action_name = "查花名册"; |
| 305 |
$current_action_name = "撰写文章"; |
break; |
| 306 |
break; |
case "USER_ONLINE": |
| 307 |
case "EDIT_ARTICLE": |
$current_action_name = "环顾四周"; |
| 308 |
$current_action_name = "修改文章"; |
break; |
| 309 |
break; |
case "VIEW_FILE": |
| 310 |
case "REPLY_ARTICLE": |
$current_action_name = "查看文档"; |
| 311 |
$current_action_name = "回复文章"; |
break; |
| 312 |
break; |
case "VIEW_ARTICLE": |
| 313 |
case "BBS_NET": |
$current_action_name = "阅读文章"; |
| 314 |
$current_action_name = "站点穿梭"; |
break; |
| 315 |
break; |
case "POST_ARTICLE": |
| 316 |
case "CHICKEN": |
$current_action_name = "撰写文章"; |
| 317 |
$current_action_name = "电子小鸡"; |
break; |
| 318 |
break; |
case "EDIT_ARTICLE": |
| 319 |
default: |
$current_action_name = "修改文章"; |
| 320 |
$current_action_name = "Web浏览"; |
break; |
| 321 |
} |
case "REPLY_ARTICLE": |
| 322 |
|
$current_action_name = "回复文章"; |
| 323 |
|
break; |
| 324 |
|
case "BBS_NET": |
| 325 |
|
$current_action_name = "站点穿梭"; |
| 326 |
|
break; |
| 327 |
|
case "CHICKEN": |
| 328 |
|
$current_action_name = "电子小鸡"; |
| 329 |
|
break; |
| 330 |
|
case "WWW": |
| 331 |
|
$current_action_name = "Web浏览"; |
| 332 |
|
break; |
| 333 |
|
default: |
| 334 |
|
$current_action_name = $current_action; |
| 335 |
|
} |
| 336 |
|
|
| 337 |
if ($current_action_name != "") |
if ($current_action_name != "") |
| 338 |
{ |
{ |
| 339 |
echo " <font color=green>[" . $current_action_name . "]</font>"; |
echo " <font color=green>[" . $current_action_name . "]</font>"; |
| 340 |
|
} |
| 341 |
} |
} |
| 342 |
?> |
?> |
| 343 |
</td> |
</td> |
| 458 |
<table border="0" cellspacing="0" cellpadding="0" width="80%"> |
<table border="0" cellspacing="0" cellpadding="0" width="80%"> |
| 459 |
<tr> |
<tr> |
| 460 |
<td style="color:gray; font-size:14px;"> |
<td style="color:gray; font-size:14px;"> |
| 461 |
<?= LML(htmlspecialchars($result_set["data"]["introduction"], ENT_HTML401, 'UTF-8'), true, true, 80); ?> |
<pre><?= LML(htmlspecialchars($result_set["data"]["introduction"], ENT_HTML401, 'UTF-8'), true, 80); ?></pre> |
| 462 |
</td> |
</td> |
| 463 |
</tr> |
</tr> |
| 464 |
</table> |
</table> |