s4

changeset 15:5e75802f2f0b

Add some words to group type
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 21 Jul 2015 14:37:00 +0900
parents 59b6b1c446c8
children 636df1c1bdf2
files templ/default/default.css templ/form/grp.def
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line diff
     1.1 --- a/templ/default/default.css	Tue Jul 21 10:20:05 2015 +0900
     1.2 +++ b/templ/default/default.css	Tue Jul 21 14:37:00 2015 +0900
     1.3 @@ -88,8 +88,13 @@
     1.4  }
     1.5  div.iconlist p {margin: 0; padding: 0;}
     1.6  div.iconlist p.tag {background: #ffa; border-radius: 4em;}
     1.7 -div.iconlist p._temp {background: cyan;}
     1.8 -div.iconlist p._lecture {background: pink;}
     1.9 +div.iconlist p._temp	{background: cyan;}
    1.10 +div.iconlist p._lecture	{background: pink;}
    1.11 +div.iconlist p._admin	{background: yellow;}
    1.12 +div.iconlist p._friend	{background: fuchsia;}
    1.13 +div.iconlist p._fellows	{background: green;}
    1.14 +div.iconlist p._club	{background: teal;}
    1.15 +div.iconlist p._event	{background: maroon;}
    1.16  div.xy120x120 {min-width: 120px; min-height: 140px;}
    1.17  div.xy96x96 {min-width: 96px; min-height: 116px;}
    1.18  div.xy50x50 {min-width: 50px; min-height: 70px;}
     2.1 --- a/templ/form/grp.def	Tue Jul 21 10:20:05 2015 +0900
     2.2 +++ b/templ/form/grp.def	Tue Jul 21 14:37:00 2015 +0900
     2.3 @@ -1,6 +1,6 @@
     2.4 -グループ名(英数字):gname:p:text:length="20" maxlength="40"
     2.5 +グループ名(半角英数ハイフンのみ):gname:p:text:length="20" maxlength="40"
     2.6  説明(日本語OK):gecos:s:text:length="20" maxlength="40"
     2.7 -種別:tag:s:select:講義関連=lecture 個人的リスト=friend 管理用=admin 一時的=temp
     2.8 +種別:tag:s:select:講義関連=lecture 個人的リスト=friend 管理用=admin 一時的=temp 友好目的=fellows サークル等=club イベント用=event
     2.9  所有者:owner:m:*grp_adm:
    2.10  プロフィール画像:profimg:m:image:
    2.11  メンバー:member:m:*grp_mem:maxlength="4M"