Index: trunk/wp-content/themes/xpress_mu_home/home.php
===================================================================
--- trunk/wp-content/themes/xpress_mu_home/home.php	(revision 216)
+++ trunk/wp-content/themes/xpress_mu_home/home.php	(revision 217)
@@ -1,32 +1,72 @@
 <?php get_header(); ?>
 
-<div id="content" class="widecolumn">
-				
-<h2>WordPress &micro;</h2>
-<p>This is a <a href="http://mu.wordpress.org/">WordPress Mu</a> powered site.</p>
-<p>You can: <ul><?php wp_register(); ?><li> <?php wp_loginout(); ?></li><li> <a href="wp-signup.php">Create a new blog</a></li><li> Edit this file at <code>wp-content/themes/home/home.php</code> with your favourite text editor and customize this screen.</li></ul></p>
-<h3>The Latest News</h3>
-<ul>
-<strong>Site News</strong>
-<?php 
-query_posts('showposts=7');
-if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
-<li><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title();?> </a></li>
-<?php endwhile; ?><?php endif; ?>
-</ul>
-<?php
-$blogs = get_last_updated();
-if( is_array( $blogs ) ) {
-	?>
+<div id="content" class="widecolumn">			
+	<h3><?php _e('Site News', 'xpress'); ?></h3>
 	<ul>
-	<strong>Updated Blogs</strong>
-	<?php foreach( $blogs as $details ) {
-		?><li><a href="http://<?php echo $details[ 'domain' ] . $details[ 'path' ] ?>"><?php echo get_blog_option( $details[ 'blog_id' ], 'blogname' ) ?></a></li><?php
+		<?php 
+		query_posts('showposts=7');
+		if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
+		<li><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title();?> </a></li>
+		<?php endwhile; ?><?php endif; ?>
+	</ul>
+	<br />	
+	<h3><?php _e('Blogs List', 'xpress'); ?></h3>
+	<?php
+	$blog_list = get_blog_list( 0, 'all' );
+	echo "<ul>\n";
+	foreach ($blog_list AS $blog) {
+		$url =  'http://' .$blog['domain'] .$blog['path'];
+		$blog_name = get_blog_option( $blog['blog_id'], 'blogname' );
+		$post_count = $blog['postcount'];
+		
+		echo  "<li><a href=\" $url \"> $blog_name </a>  (" . __('post count','xpress') . ":$post_count) </li>";
+	}
+	echo "</ul>\n";
+	?> 
+	<br />	
+	<h3><?php _e('Updated Blogs', 'xpress'); ?></h3>
+	<?php
+	$blogs = get_last_updated();
+	if( is_array( $blogs ) ) {
+		?>
+		<ul>
+		<?php foreach( $blogs as $details ) {
+			?><li><a href="http://<?php echo $details[ 'domain' ] . $details[ 'path' ] ?>"><?php echo get_blog_option( $details[ 'blog_id' ], 'blogname' ) ?></a></li><?php
+		}
+		?>
+		</ul>
+		<?php
 	}
 	?>
-	</ul>
-	<?php
-}
-?>
+	<br />	
+	<?php	
+		$current_uid = get_current_user_id();
+		if (!empty($current_uid)) {
+			$user_info = get_userdata($current_uid);
+			$display_name = $user_info->display_name;
+			echo '<h3>';
+			printf(__('Howdy %s', 'xpress'),$display_name);
+			echo "</h3>\n";
+			echo "<ul>\n";
+		
+			$user_blogs = get_blogs_of_user($current_uid);
+			if( is_array($user_blogs) ) {
+				echo '<li>' . __('Your Blogs list','xpress') ;
+					echo "<ul>\n";
+					foreach( $user_blogs as $blog ) {
+						$url =  'http://' .$blog->domain .$blog->path;
+						$blog_name = $blog->blogname;
+						echo  "<li><a href=\" $url \"> $blog_name </a></li>";
+					}
+					echo "</ul>\n";			
+				echo "</li>\n";
+				wp_register();
+			}
+			echo '<li> <a href="wp-signup.php">' . __('Create a new blog','xpress') .  "</a></li>\n";
+			echo "</ul>\n";			
+		}
+
+	?>
+
 </div>
 
Index: trunk/wp-content/themes/xpress_mu_home/ja.po
===================================================================
--- trunk/wp-content/themes/xpress_mu_home/ja.po	(revision 216)
+++ trunk/wp-content/themes/xpress_mu_home/ja.po	(revision 217)
@@ -18,5 +18,5 @@
 "Report-Msgid-Bugs-To: wp-polyglots@lists.automattic.com\n"
 "POT-Creation-Date: 2008-08-15 21:16+0900\n"
-"PO-Revision-Date: 2009-04-11 14:12+0900\n"
+"PO-Revision-Date: 2009-05-20 12:39+0900\n"
 "Last-Translator: toemon <toychee@toemon.com>\n"
 "Language-Team: toemon <info@toemon.com>\n"
@@ -28,5 +28,5 @@
 "X-Poedit-SourceCharset: utf-8\n"
 "X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: C:\\XPressME_Ver2_SVN\\trunk\\wp-content\\themes\\xpress_default\n"
+"X-Poedit-Basepath: C:\\XPressME_Ver2_SVN\\trunk\\wp-content\\themes\\xpress_mu_home\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Poedit-SearchPath-0: .\n"
@@ -341,4 +341,33 @@
 msgid "Post New"
 msgstr "新規投稿"
+
+#: home.php:4
+msgid "Site News"
+msgstr "サイトニュース"
+
+#: home.php:13
+msgid "Blogs List"
+msgstr "ブログリスト"
+
+#: home.php:22
+msgid "post count"
+msgstr "投稿数"
+
+#: home.php:27
+msgid "Updated Blogs"
+msgstr "最近更新があったブログ"
+
+#: home.php:48
+#, php-format
+msgid "Howdy %s"
+msgstr "こんにちは %s さん"
+
+#: home.php:54
+msgid "Your Blogs list"
+msgstr "あなたのブログリスト"
+
+#: home.php:65
+msgid "Create a new blog"
+msgstr "新しいブログを作成する"
 
 #: image.php:13
@@ -398,5 +427,5 @@
 #: index.php:28
 #: single.php:23
-#: blocks/recent_posts_content_block_theme.php:111
+#: blocks/recent_posts_content_block_theme.php:113
 #, php-format
 msgid "Permanent Link to %s"
@@ -405,5 +434,5 @@
 #: index.php:40
 #: single.php:38
-#: blocks/recent_posts_content_block_theme.php:133
+#: blocks/recent_posts_content_block_theme.php:125
 #, php-format
 msgid "Views :%d"
@@ -412,5 +441,5 @@
 #: index.php:43
 #: single.php:41
-#: blocks/recent_posts_content_block_theme.php:136
+#: blocks/recent_posts_content_block_theme.php:128
 #, php-format
 msgid "Posted in %s"
@@ -419,5 +448,5 @@
 #: index.php:45
 #: single.php:43
-#: blocks/recent_posts_content_block_theme.php:138
+#: blocks/recent_posts_content_block_theme.php:130
 msgid "Edit"
 msgstr "編集"
@@ -425,5 +454,5 @@
 #: index.php:46
 #: single.php:44
-#: blocks/recent_posts_content_block_theme.php:139
+#: blocks/recent_posts_content_block_theme.php:131
 msgid "No Comments &#187;"
 msgstr "コメントはまだありません &#187;"
@@ -431,5 +460,5 @@
 #: index.php:46
 #: single.php:44
-#: blocks/recent_posts_content_block_theme.php:139
+#: blocks/recent_posts_content_block_theme.php:131
 msgid "1 Comment &#187;"
 msgstr "1 件のコメント &#187;"
@@ -437,5 +466,5 @@
 #: index.php:46
 #: single.php:44
-#: blocks/recent_posts_content_block_theme.php:139
+#: blocks/recent_posts_content_block_theme.php:131
 msgid "% Comments &#187;"
 msgstr "% 件のコメント &#187;"
@@ -443,5 +472,5 @@
 #: index.php:46
 #: single.php:44
-#: blocks/recent_posts_content_block_theme.php:139
+#: blocks/recent_posts_content_block_theme.php:131
 msgid "Comments Closed"
 msgstr "コメントは受け付けていません。"
@@ -592,19 +621,4 @@
 msgid "All Authors"
 msgstr "全ての投稿者"
-
-#: blocks/calender_block_theme.php:71
-msgid "Calendar"
-msgstr "カレンダー"
-
-#: blocks/calender_block_theme.php:72
-#, php-format
-msgid "%1$s %2$s|Used as a calendar caption"
-msgstr "%2$s 年 %1$s|カレンダーのキャプションに使われます"
-
-#: blocks/calender_block_theme.php:104
-#: blocks/calender_block_theme.php:114
-#, php-format
-msgid "View posts for %1$s %2$s"
-msgstr "%2$s 年 %1$s の投稿を表示"
 
 #: blocks/enhanced_block_theme.php:11
@@ -661,5 +675,5 @@
 
 #: blocks/popular_posts_block_theme.php:135
-#: blocks/recent_posts_content_block_theme.php:100
+#: blocks/recent_posts_content_block_theme.php:102
 #: blocks/recent_posts_list_block_theme.php:93
 msgid "Comments (0)"
@@ -667,5 +681,5 @@
 
 #: blocks/popular_posts_block_theme.php:135
-#: blocks/recent_posts_content_block_theme.php:100
+#: blocks/recent_posts_content_block_theme.php:102
 #: blocks/recent_posts_list_block_theme.php:93
 msgid "Comments (1)"
@@ -673,5 +687,5 @@
 
 #: blocks/popular_posts_block_theme.php:135
-#: blocks/recent_posts_content_block_theme.php:100
+#: blocks/recent_posts_content_block_theme.php:102
 #: blocks/recent_posts_list_block_theme.php:93
 msgid "Comments (%)"
@@ -689,5 +703,4 @@
 
 #: blocks/recent_posts_content_block_theme.php:75
-#: blocks/recent_posts_content_block_theme.php:122
 msgid "more"
 msgstr "続きを読む"
Index: trunk/wp-content/themes/xpress_mu_home/style.css
===================================================================
--- trunk/wp-content/themes/xpress_mu_home/style.css	(revision 216)
+++ trunk/wp-content/themes/xpress_mu_home/style.css	(revision 217)
@@ -2,5 +2,5 @@
 Theme Name: XPressMU HOME Themes
 Theme URI: http://trac.xpressme.info/XPressME
-Description: The theme for XPressME series
+Description: The theme for XPressMU (XPressME included WordPress MU)
 Version: 1.6
 Author: toemon
Index: trunk/xoops_version.php
===================================================================
--- trunk/xoops_version.php	(revision 216)
+++ trunk/xoops_version.php	(revision 217)
@@ -40,5 +40,5 @@
 
 // status
-$modversion['codename'] = "RC1(r214)";
+$modversion['codename'] = "RC1(r217)";
 
 // onInstall, onUpdate, onUninstall
