# HG changeset patch # User HIROSE Yuuji # Date 1437457020 -32400 # Node ID 5e75802f2f0b2b70ca5214c39709d8c7fddd5d7d # Parent 59b6b1c446c8c3e2a98e177ba289b66fa88ecfa8 Add some words to group type diff -r 59b6b1c446c8 -r 5e75802f2f0b templ/default/default.css --- a/templ/default/default.css Tue Jul 21 10:20:05 2015 +0900 +++ b/templ/default/default.css Tue Jul 21 14:37:00 2015 +0900 @@ -88,8 +88,13 @@ } div.iconlist p {margin: 0; padding: 0;} div.iconlist p.tag {background: #ffa; border-radius: 4em;} -div.iconlist p._temp {background: cyan;} -div.iconlist p._lecture {background: pink;} +div.iconlist p._temp {background: cyan;} +div.iconlist p._lecture {background: pink;} +div.iconlist p._admin {background: yellow;} +div.iconlist p._friend {background: fuchsia;} +div.iconlist p._fellows {background: green;} +div.iconlist p._club {background: teal;} +div.iconlist p._event {background: maroon;} div.xy120x120 {min-width: 120px; min-height: 140px;} div.xy96x96 {min-width: 96px; min-height: 116px;} div.xy50x50 {min-width: 50px; min-height: 70px;} diff -r 59b6b1c446c8 -r 5e75802f2f0b templ/form/grp.def --- a/templ/form/grp.def Tue Jul 21 10:20:05 2015 +0900 +++ b/templ/form/grp.def Tue Jul 21 14:37:00 2015 +0900 @@ -1,6 +1,6 @@ -グループ名(英数字):gname:p:text:length="20" maxlength="40" +グループ名(半角英数ハイフンのみ):gname:p:text:length="20" maxlength="40" 説明(日本語OK):gecos:s:text:length="20" maxlength="40" -種別:tag:s:select:講義関連=lecture 個人的リスト=friend 管理用=admin 一時的=temp +種別:tag:s:select:講義関連=lecture 個人的リスト=friend 管理用=admin 一時的=temp 友好目的=fellows サークル等=club イベント用=event 所有者:owner:m:*grp_adm: プロフィール画像:profimg:m:image: メンバー:member:m:*grp_mem:maxlength="4M"