changeset 63:e2aa6180c2c6 draft

Show the number of group member in groupman().
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 25 Jun 2012 14:30:54 +0900
parents 2d33f85c3d9f
children 2445a87742d0
files after5.rb
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/after5.rb	Mon Jun 25 14:14:47 2012 +0900
+++ b/after5.rb	Mon Jun 25 14:30:54 2012 +0900
@@ -4,7 +4,7 @@
 # Associative Scheduling Table - after5
 # (C)2003, 2004, 2006, 2008, 2012 by HIROSE Yuuji [yuuji<at>gentei.org]
 # $Id: after5.rb,v 1.19 2012/04/01 11:52:25 yuuji Exp yuuji $
-# Last modified Mon Jun 25 14:07:39 2012 on firestorm
+# Last modified Mon Jun 25 14:29:40 2012 on firestorm
 # See http://www.gentei.org/~yuuji/software/after5/
 # このスクリプトはEUCで保存してください。
 $hgid = <<_HGID_.split[1..-2].join(" ")
@@ -1226,8 +1226,8 @@
 	'precedingday'	=> ['前日', 'Preceding day'],
 	'theday'	=> ['当日朝', "the day's morning"],
 	'night'		=> ['(夜)', '(night)'],
-	'publicok'	=> ['メンバーに<br>見せてもええね?',
-	  'visible from other members?'],
+	'publicok'	=> ['アカウント保持者全員<br>に見せてもええね?',
+	  'visible to anyone who has account of this board?'],
 	'public'	=> ['公', 'pub'],
 	'nonpublic'	=> ['非', 'sec'],
 	'through'	=> ['〜', '=&gt;'],
@@ -3040,7 +3040,7 @@
           && @sc.getgroupattr(g, 'inviteonly')
 	  @H.elementln("tr"){
 	    @H.element("td", @sc.isadmin(user, g) ? admclass : nil){
-	      g
+	      g + "<br>("+@sc.members(g).length.to_s+")"
 	    } + \
 	    @H.element("td"){
 	      @H.element("div", {'class'=>'c'}) {

yatex.org