Exemple #1
0
?>
</th>
			<td width=*><input type=text class="small-text" name='group_id' value='<?php 
echo get_argg('group_id');
?>
' /></td>
		</tr>
		<tr>
			<th> <?php 
echo $m_langpackage->m_type;
?>
</th>
			<td>
				<input type='hidden' name='group_type' id='group_type_name' />
				<?php 
echo group_sort_list(api_proxy("group_sort_by_self"), get_argg('group_type_id'));
?>
			</td>
			<th> <?php 
echo $m_langpackage->m_join_type;
?>
</th>
			<td><select name='join_type'>
						<option value="" <?php 
echo $j_no_limit;
?>
><?php 
echo $m_langpackage->m_astrict_no;
?>
</option>
						<option value="0" <?php 
Exemple #2
0
 * 如果您的模型要进行修改,请修改 models/modules/group/group_select.php
 *
 * 修改完成之后需要您进入后台重新编译,才会重新生成。
 * 如果您开启了debug模式运行,那么您可以省去上面这一步,但是debug模式每次都会判断程序是否更新,debug模式只适合开发调试。
 * 如果您正式运行此程序时,请切换到service模式运行!
 *
 * 如有您有问题请到官方论坛(http://tech.jooyea.com/bbs/)提问,谢谢您的支持。
 */
//引入语言包
$g_langpackage = new grouplp();
//引入公共模块
require "foundation/module_group.php";
require "api/base_support.php";
//缓存功能区
$group_sort_rs = api_proxy("group_sort_by_self");
$group_type = group_sort_list($group_sort_rs, "");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
<base href='<?php 
echo $siteDomain;
?>
' />
<link rel="stylesheet" type="text/css" href="skin/<?php 
echo $skinUrl;
?>
/css/iframe.css">
</head>
><?php 
echo $g_langpackage->g_refuse_join;
?>
</option>
			</select>
		</td>
	</tr>
	
	<tr>
		<th><?php 
echo $g_langpackage->g_type;
?>
:</th>
		<td>
			<?php 
echo group_sort_list($group_sort_rs, $group_row['group_type_id']);
?>
		</td>
	</tr>
	
	<tr>
	  <th valign="top"><?php 
echo $g_langpackage->g_logo;
?>
:</th>
	  <td id='change_logo2'><img onerror="parent.pic_error(this)" src="<?php 
echo $group_row['group_logo'] ? $group_row['group_logo'] : 'uploadfiles/group_logo/default_group_logo.jpg';
?>
" width='150px' height='150px' class='mt8' /></td>
    </tr>
	<tr>