/[LeafOK_CVS]/lbbs/utils/bin/gen_top.php
ViewVC logotype

Diff of /lbbs/utils/bin/gen_top.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.3 by sysadm, Sat Oct 23 08:22:25 2004 UTC Revision 1.4 by sysadm, Wed Dec 1 06:04:37 2004 UTC
# Line 30  Line 30 
30                          " \033[1;37m第 \033[31m%2d \033[37m名 版块 : \033[33m%s%s \033[37m【\033[32m%s \033[37m】    \033[35m%s%s \r\n".                          " \033[1;37m第 \033[31m%2d \033[37m名 版块 : \033[33m%s%s \033[37m【\033[32m%s \033[37m】    \033[35m%s%s \r\n".
31                          " \033[37m     标题 : \033[44;37m%s%s \033[0;40;37m\r\n",                          " \033[37m     标题 : \033[44;37m%s%s \033[0;40;37m\r\n",
32                          $i++, $row["sname"], str_repeat(" ", 20 - strlen($row["sname"])),                          $i++, $row["sname"], str_repeat(" ", 20 - strlen($row["sname"])),
33                          strftime("%a %d %H:%M:%S", strtotime($row["sub_dt"])),                          strftime("%b %d %H:%M:%S", strtotime($row["sub_dt"])),
34                          str_repeat(" ", 16 - strlen($row["username"])),                          str_repeat(" ", 16 - strlen($row["username"])),
35                          $row["username"], substr($row["title"],0,60),                          $row["username"], substr($row["title"],0,60),
36                          str_repeat(" ", 60 - strlen($row["title"]))                          str_repeat(" ", 60 - strlen($row["title"]))


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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