| 289 |
</td> |
</td> |
| 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 |
| 293 |
|
foreach($result_set["data"]["current_action"] as $current_action) |
| 294 |
|
{ |
| 295 |
|
switch($current_action) |
| 296 |
|
{ |
| 297 |
|
case "MENU": |
| 298 |
|
$current_action_name = "菜单选择"; |
| 299 |
|
break; |
| 300 |
|
case "LOGIN": |
| 301 |
|
$current_action_name = "进入大厅"; |
| 302 |
|
break; |
| 303 |
|
case "USER_LIST": |
| 304 |
|
$current_action_name = "查花名册"; |
| 305 |
|
break; |
| 306 |
|
case "USER_ONLINE": |
| 307 |
|
$current_action_name = "环顾四周"; |
| 308 |
|
break; |
| 309 |
|
case "VIEW_FILE": |
| 310 |
|
$current_action_name = "查看文档"; |
| 311 |
|
break; |
| 312 |
|
case "VIEW_ARTICLE": |
| 313 |
|
$current_action_name = "阅读文章"; |
| 314 |
|
break; |
| 315 |
|
case "POST_ARTICLE": |
| 316 |
|
$current_action_name = "撰写文章"; |
| 317 |
|
break; |
| 318 |
|
case "EDIT_ARTICLE": |
| 319 |
|
$current_action_name = "修改文章"; |
| 320 |
|
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 "": |
| 331 |
|
$current_action_name = "Web浏览"; |
| 332 |
|
break; |
| 333 |
|
default: |
| 334 |
|
$current_action_name = $current_action; |
| 335 |
|
} |
| 336 |
|
|
| 337 |
|
if ($current_action_name != "") |
| 338 |
|
{ |
| 339 |
|
echo " <font color=green>[" . $current_action_name . "]</font>"; |
| 340 |
|
} |
| 341 |
|
} |
| 342 |
|
?> |
| 343 |
</td> |
</td> |
| 344 |
</tr> |
</tr> |
| 345 |
<tr> |
<tr> |
| 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, true, 80); ?></pre> |
| 462 |
</td> |
</td> |
| 463 |
</tr> |
</tr> |
| 464 |
</table> |
</table> |