예제 #1
0
<?php

//引入语言包
$g_langpackage = new grouplp();
//引入公共模块
require "foundation/module_group.php";
require "api/base_support.php";
$role = '';
$user_id = get_sess_userid();
$group_id = intval(get_argg('group_id'));
$text_join_type = '';
//权限判断
$role = api_proxy("group_member_by_role", $group_id, $user_id);
$role = $role[0];
if (!isset($role) || $role >= 2) {
    echo "<script type='text/javascript'>alert(\"{$g_langpackage->g_no_privilege}\");window.history.go(-1);</script>";
    exit;
}
$group_row = api_proxy("group_self_by_gid", "*", $group_id);
//群组加入方式预订
$text_join_type = join_type($group_row['group_join_type']);
예제 #2
0
:<?php 
    echo $rs['group_type'];
    ?>
</dd>
					<dd><?php 
    echo $g_langpackage->g_founder;
    ?>
:<a href='home.php?h=<?php 
    echo $userid;
    ?>
' target="_blank"><?php 
    echo filt_word($rs['group_creat_name']);
    ?>
</a></dd>
					<dd><?php 
    echo join_type($rs['group_join_type']);
    ?>
<label><?php 
    echo str_replace('{num}', $rs['member_count'], $g_join_num);
    ?>
</label></dd>
				</dl>
			</div>
		</div>
	<?php 
}
?>
<p class="clear">
<?php 
echo page_show($isNull, $page_num, $page_total);
?>