# HG changeset patch # User HIROSE Yuuji # Date 1437457925 -32400 # Node ID cb1a38d4cc09165d64b3280c7489108ecfa60deb # Parent 01f579d2c8895c52a672d670c477a202c8fb948c Add type=misc to grp.def diff -r 01f579d2c889 -r cb1a38d4cc09 templ/default/default.css --- a/templ/default/default.css Tue Jul 21 14:43:24 2015 +0900 +++ b/templ/default/default.css Tue Jul 21 14:52:05 2015 +0900 @@ -88,13 +88,14 @@ } 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._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.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.iconlist p.misc {background: purple;} 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 01f579d2c889 -r cb1a38d4cc09 templ/form/grp.def --- a/templ/form/grp.def Tue Jul 21 14:43:24 2015 +0900 +++ b/templ/form/grp.def Tue Jul 21 14:52:05 2015 +0900 @@ -1,6 +1,8 @@ グループ名(半角英数ハイフンのみ):gname:p:text:length="20" maxlength="40" 説明(日本語OK):gecos:s:text:length="20" maxlength="40" -種別:tag:s:select:講義関連=lecture 個人的リスト=friend 管理用=admin 一時的=temp 友好目的=fellows サークル等=club イベント用=event +# +# 種別にタグを足したら default.css の div.iconlist p.* も足す +種別:tag:s:select:講義関連=lecture 個人的リスト=friend 管理用=admin 一時的=temp 友好目的=fellows サークル等=club イベント用=event 謎目的=misc 所有者:owner:m:*grp_adm: プロフィール画像:profimg:m:image: メンバー:member:m:*grp_mem:maxlength="4M"