From 4d4116a652c2c1ba9f49942d0b4dea99bae632e5 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 9 Apr 2007 09:14:23 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1052 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/tpl/css/calendar.css | 52 +++++++++++++++++++ modules/layout/tpl/header.html | 3 +- modules/member/skins/default/modify_info.html | 4 +- modules/member/skins/default/signup_form.html | 14 ++--- modules/member/tpl/insert_member.html | 4 +- 5 files changed, 68 insertions(+), 9 deletions(-) create mode 100644 common/tpl/css/calendar.css diff --git a/common/tpl/css/calendar.css b/common/tpl/css/calendar.css new file mode 100644 index 000000000..b6b68b9db --- /dev/null +++ b/common/tpl/css/calendar.css @@ -0,0 +1,52 @@ +.calendar_box { + float:right; + width:347px; +} + +.calendar_title { + padding:2px 0px 2px 0px; + border:1px solid #DDDDDD; + margin:5px 6px 3px 6px; +} + +.calendar_title td { + font-weight:bold; +} + +.calendar_list { + padding:2px; + margin:3px; +} + +.calendar_cell { + float:left; + width:40px; + height:40px; + border:1px solid #EEEEEE; + margin:3px; + text-align:center; + cursor:pointer; +} + +.calendar_cell_on { + float:left; + width:40px; + height:40px; + border:1px solid #444444; + margin:3px; + text-align:center; + cursor:pointer; +} + +.calendar_cell div { + margin-top:12px; +} + +.calendar_list .sunday { + color:red; + font-weight:bold; +} + +.calendar_list .saturday { + color:blue; +} diff --git a/modules/layout/tpl/header.html b/modules/layout/tpl/header.html index a33e9fb2c..c905d679f 100644 --- a/modules/layout/tpl/header.html +++ b/modules/layout/tpl/header.html @@ -1,7 +1,8 @@ +
style="font-weight:bold">[{$lang->layout_list}] style="font-weight:bold">[{$lang->downloaded_list}]
- + diff --git a/modules/member/skins/default/modify_info.html b/modules/member/skins/default/modify_info.html index 8fb4eef9e..28404c617 100644 --- a/modules/member/skins/default/modify_info.html +++ b/modules/member/skins/default/modify_info.html @@ -98,7 +98,9 @@ {$lang->birthday} - + + {zdate($member_info->birthday,"Y-m-d")} + [{$lang->cmd_open_calendar}] diff --git a/modules/member/skins/default/signup_form.html b/modules/member/skins/default/signup_form.html index 7faa33042..5bc46bed4 100644 --- a/modules/member/skins/default/signup_form.html +++ b/modules/member/skins/default/signup_form.html @@ -56,7 +56,7 @@ {$lang->user_name} - + @@ -65,7 +65,7 @@ {$lang->nick_name} - + @@ -74,13 +74,13 @@ {$lang->email_address} - + {$lang->homepage} - + @@ -89,7 +89,7 @@ {$lang->blog} - + @@ -98,7 +98,9 @@ {$lang->birthday} - + + + [{$lang->cmd_open_calendar}] diff --git a/modules/member/tpl/insert_member.html b/modules/member/tpl/insert_member.html index 95f3e7093..0044f514e 100644 --- a/modules/member/tpl/insert_member.html +++ b/modules/member/tpl/insert_member.html @@ -85,7 +85,9 @@ {$lang->birthday} - + + {zdate($member_info->birthday,"Y-m-d")} + [{$lang->cmd_open_calendar}]