Tadashi Okoshi
slash****@users*****
2006年 6月 26日 (月) 04:34:51 JST
Index: affelio/lib/Affelio/App/Standalone/Public/Index.pm
diff -u affelio/lib/Affelio/App/Standalone/Public/Index.pm:1.4 affelio/lib/Affelio/App/Standalone/Public/Index.pm:1.5
--- affelio/lib/Affelio/App/Standalone/Public/Index.pm:1.4 Tue Jun 13 15:08:03 2006
+++ affelio/lib/Affelio/App/Standalone/Public/Index.pm Mon Jun 26 04:34:51 2006
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: Index.pm,v 1.4 2006/06/13 06:08:03 slash5234 Exp $
+# $Id: Index.pm,v 1.5 2006/06/25 19:34:51 slash5234 Exp $
package Affelio::App::Standalone::Public::Index;
{
@@ -222,6 +222,7 @@
my $clist_sort = $wi->PTN_mode($q->param("clist_sort"));
if ($clist_sort eq ""){ $clist_sort = "access_latest";}
+ ##############################
my @communitylist_5_IF;
if($injection_flg =~ /block\_communitylist\_5\_IF\,/){
try{
@@ -233,6 +234,28 @@
$output_data{"communitylist_5_IF"} = \@communitylist_5_IF;
}
##############################
+ my @communitylist_all;
+ if($injection_flg =~ /block\_communitylist\_all\,/){
+ try{
+ @communitylist_all = get_friends_list($af, $visitor_afid, $visitor_type, -1, $clist_sort, "", "Collab");
+ }catch Error with{
+ my $e = shift;
+ error($q, "Affelio: model execution error.\n" . $e);
+ };
+ $output_data{"communitylist_all"} = \@communitylist_all;
+ }
+ ##############################
+ my @communitylist_all_IF;
+ if($injection_flg =~ /block\_communitylist\_all_IF\,/){
+ try{
+ @communitylist_all_IF = get_friends_list($af,$visitor_afid,$visitor_type,-1, $clist_sort, "iframe", "Collab");
+ }catch Error with{
+ my $e = shift;
+ error($q, "Affelio: model execution error.\n" . $e);
+ };
+ $output_data{"communitylist_all_IF"} = \@communitylist_all_IF;
+ }
+ ##############################
my @friendlist_5_IF;
if($injection_flg =~ /block\_friendlist\_5\_IF\,/){
try{