git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4661 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-10-21 01:09:53 +00:00
parent 5b2627ae4d
commit e56f5091a0
58 changed files with 324 additions and 293 deletions

View file

@ -56,7 +56,7 @@
<th scope="row"><div>{$lang->group_title}</div></th>
<td class="wide"><input type="text" name="title" class="inputTypeText w400" /></td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->is_default}</div></th>
<td><input type="checkbox" name="is_default" value="Y" class="checkbox" /> {$lang->about_member_default}</td>
</tr>
@ -64,7 +64,7 @@
<th scope="row"><div>{$lang->description}</div></th>
<td><textarea name="description" class="inputTypeTextArea w400"></textarea></td>
</tr>
<tr>
<tr class="row2">
<td colspan="2" class="right">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</td>

View file

@ -13,7 +13,7 @@
<td class="left"><input type="text" name="title" class="inputTypeText w400" value="{$selected_group->title}"/></td>
</tr>
<!--@if($selected_group->is_default!='Y' && $selected_group->is_admin!='Y')-->
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->is_default}</div></th>
<td class="left"><input type="checkbox" name="is_default" value="Y" class="checkbox" /> {$lang->about_member_default}</td>
</tr>
@ -22,7 +22,7 @@
<th scope="row"><div>{$lang->description}</div></th>
<td class="left"><textarea name="description" class="inputTypeTextArea w400">{$selected_group->description}</textarea></td>
</tr>
<tr>
<tr class="row2">
<td colspan="2" class="right">
<span class="button"><input type="submit" value="{$lang->cmd_modify}" accesskey="s" /></span>
</td>

View file

@ -6,7 +6,7 @@
<input type="hidden" name="default_value" value="<!--@if(is_array($join_form->default_value))-->{implode($join_form->default_value,'|@|')}<!--@end-->" />
<table cellspacing="0" class="adminTable">
<tr id="zone_column_type">
<tr class="row2" id="zone_column_type">
<th scope="row"><div>{$lang->column_type}</div></th>
<td>
<select name="column_type" onchange="doShowJoinFormValue(this)">
@ -48,7 +48,7 @@
<p>{$lang->about_column_name}</p>
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->column_title}</div></th>
<td>
<input type="text" name="column_title" value="{htmlspecialchars($join_form->column_title)}" class="inputTypeText w400" />
@ -62,7 +62,7 @@
<p>{$lang->about_active}</p>
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->is_required}</div></th>
<td>
<input type="checkbox" name="required" value="Y" <!--@if($join_form->required=='Y')-->checked="checked"<!--@end-->/>
@ -70,13 +70,13 @@
</td>
</tr>
<tr>
<th rowspan="2"><div>{$lang->description}</div></th>
<th scope="row"><div>{$lang->description}</div></th>
<td>
<textarea name="description" class="inputTypeTextArea w400">{htmlspecialchars($join_form->description)}</textarea>
<p>{$lang->about_form_description}</p>
</td>
</tr>
<tr>
<tr class="row2">
<td colspan="2" class="right">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" /></span>
</td>

View file

@ -42,7 +42,7 @@
<!--@end-->
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->password}</div></th>
<td>
<input type="password" name="password" value="" class="inputTypeText" />
@ -55,7 +55,7 @@
<p>{$lang->about_user_name}</p>
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->nick_name}</div></th>
<td>
<input type="text" name="nick_name" value="{htmlspecialchars($member_info->nick_name)}" class="inputTypeText" />
@ -68,7 +68,7 @@
<input type="text" name="email_address" value="{htmlspecialchars($member_info->email_address)}" class="inputTypeText" />
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->homepage}</div></th>
<td>
<input type="text" name="homepage" value="{htmlspecialchars($member_info->homepage)}" class="inputTypeText"/>
@ -81,7 +81,7 @@
<input type="text" name="blog" value="{htmlspecialchars($member_info->blog)}" class="inputTypeText" />
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->birthday}</div></th>
<td>
<input type="hidden" name="birthday" id="date_birthday" value="{$member_info->birthday}" />
@ -100,7 +100,7 @@
{$lang->about_allow_mailing}
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->allow_message}</div></th>
<td>
<select name="allow_message">
@ -117,7 +117,7 @@
<td>{$editor}</td>
</tr>
<!--@end-->
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->denied}</div></th>
<td>
<input type="checkbox" name="denied" value="Y" <!--@if($member_info->denied=='Y')-->checked="checked"<!--@end-->/>
@ -135,7 +135,7 @@
<p class="clear">{$lang->about_limit_date}</p>
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->is_admin}</div></th>
<td>
<input type="checkbox" name="is_admin" value="Y" <!--@if($member_info->is_admin=='Y')-->checked="checked"<!--@end-->/>
@ -149,7 +149,7 @@
<p>{$lang->about_member_description}</p>
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->group}</div></th>
<td>
<!--@foreach($group_list as $key=>$val)-->
@ -167,7 +167,7 @@
<caption>{$lang->member_extend_info}</caption>
<!--@foreach($extend_form_list as $key => $val)-->
<!--@if($val->is_active=='Y')-->
<tr>
<tr class="row{$cycle_idx}">
<th scope="row"><div>
{htmlspecialchars($val->column_title)}
<!--@if($val->required=='Y')-->*<!--@end-->
@ -260,7 +260,7 @@
</table>
<!--@end-->
<div class="tRight gap1">
<div class="tRight">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
<!--@if($member_srl)-->
<a href="{getUrl('act','dispMemberAdminInfo')}" class="button"><span>{$lang->cmd_cancel}</span></a>

View file

@ -37,7 +37,7 @@
<td class="delete center"><a href="#" onclick="doUpdateJoinForm('{$val->member_join_form_srl}','delete','{$lang->confirm_delete}');return false;">{$lang->cmd_delete}</a></td>
</tr>
<!--@end-->
<tr>
<tr class="row2">
<td colspan="9" class="right">
<a href="{getUrl('act','dispMemberAdminInsertJoinForm','member_join_form_srl','')}" class="button"><span>{$lang->cmd_make}</span></a>
</td>

View file

@ -7,7 +7,7 @@
<input type="hidden" name="agreement" value="{htmlspecialchars($config->agreement)}" />
<table cellspacing="0" class="adminTable">
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->webmaster_name}</div></th>
<td>
<input type="text" name="webmaster_name" value="{$config->webmaster_name}" size="20" class="inputTypeText" />
@ -21,7 +21,7 @@
<p>{$lang->about_webmaster_email}</p>
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->enable_openid}</div></th>
<td>
<input type="checkbox" name="enable_openid" value="Y" <!--@if($config->enable_openid=='Y')-->checked="checked"<!--@end--> class="checkbox" />
@ -35,7 +35,7 @@
{$lang->about_enable_join}
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->enable_confirm}</div></th>
<td>
<input type="checkbox" name="enable_confirm" value="Y" <!--@if($config->enable_confirm=='Y')-->checked="checked"<!--@end--> class="checkbox" />
@ -49,7 +49,7 @@
{$lang->about_enable_ssl}
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->limit_day}</div></th>
<td>
<input type="text" name="limit_day" value="{$config->limit_day}" size="2" class="inputTypeText" />{$lang->unit_day}
@ -67,7 +67,7 @@
{$lang->profile_image_max_height} : <input type="text" name="profile_image_max_height" size="3" value="{$config->profile_image_max_height}" class="inputTypeText" />px<br />
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->image_name}</div></th>
<td>
<p>
@ -89,7 +89,7 @@
{$lang->image_mark_max_height} : <input type="text" name="image_mark_max_height" size="3" value="{$config->image_mark_max_height}" class="inputTypeText"/>px<br />
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->signature_max_height}</div></th>
<td>
<input type="text" name="signature_max_height" size="3" value="{$config->signature_max_height}" class="inputTypeText"/>px
@ -106,7 +106,7 @@
</select>
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->after_login_url}</div></th>
<td>
<input type="text" name="after_login_url" value="{$config->after_login_url}" class="inputTypeText w400" />
@ -120,7 +120,7 @@
<p>{$lang->about_after_logout_url}</p>
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->redirect_url}</div></th>
<td>
<input type="text" name="redirect_url" value="{$config->redirect_url}" class="inputTypeText w400" />
@ -134,7 +134,7 @@
<p>{$lang->about_agreement}</p>
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->skin}</div></th>
<td>
<select name="skin" onchange="doGetSkinColorset(this.options[this.selectedIndex].value);return false;">
@ -148,7 +148,7 @@
<th scope="row"><div>{$lang->colorset}</div></th>
<td><div id="member_colorset"></div></td>
</tr>
<tr>
<tr class="row2">
<td colspan="2" class="right">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" /></span>
<!--@if($module=="admin")-->

View file

@ -9,7 +9,7 @@
</form>
<table cellspacing="0" class="adminTable">
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->user_id}</div></th>
<td>{htmlspecialchars($member_info->user_id)}</td>
</tr>
@ -17,7 +17,7 @@
<th scope="row"><div>{$lang->user_name}</div></th>
<td>{htmlspecialchars($member_info->user_name)}</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->nick_name}</div></th>
<td>{htmlspecialchars($member_info->nick_name)}</td>
</tr>
@ -32,7 +32,7 @@
<!--@end-->
</td>
</tr>
<tr>
<tr class="row2">
<td>
<form action="./" method="post" enctype="multipart/form-data" target="hidden_iframe">
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
@ -55,7 +55,7 @@
<!--@end-->
</td>
</tr>
<tr>
<tr class="row2">
<td>
<form action="./" method="post" enctype="multipart/form-data" target="hidden_iframe">
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
@ -78,7 +78,7 @@
<!--@end-->
</td>
</tr>
<tr>
<tr class="row2">
<td>
<form action="./" method="post" enctype="multipart/form-data" target="hidden_iframe">
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
@ -94,7 +94,7 @@
<th scope="row"><div>{$lang->email_address}</div></th>
<td>{htmlspecialchars($member_info->email_address)}</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->homepage}</div></th>
<td><!--@if($member_info->homepage)--><a href="{$member_info->homepage}" onclick="winopen(this.href); return false;">{htmlspecialchars($member_info->homepage)}</a><!--@end-->&nbsp;</td>
</tr>
@ -102,7 +102,7 @@
<th scope="row"><div>{$lang->blog}</div></th>
<td><!--@if($member_info->blog)--><a href="{$member_info->blog}" onclick="windopen(this.href); return false;">{htmlspecialchars($member_info->blog)}</a><!--@end-->&nbsp;</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->birthday}</div></th>
<td>{zdate($member_info->birthday,'Y-m-d')}&nbsp;</td>
</tr>
@ -110,7 +110,7 @@
<th scope="row"><div>{$lang->allow_mailing}</div></th>
<td>{$member_info->allow_mailing}&nbsp;</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->allow_message}</div></th>
<td>{$lang->allow_message_type[$member_info->allow_message]}</td>
</tr>
@ -118,7 +118,7 @@
<th scope="row"><div>{$lang->signature}</div></th>
<td>{$member_info->signature}&nbsp;</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->denied}</div></th>
<td>{$member_info->denied}</td>
</tr>
@ -131,7 +131,7 @@
&nbsp;
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->is_admin}</div></th>
<td>{$member_info->is_admin}</td>
</tr>
@ -145,7 +145,7 @@
</tr>
<!--@if($extend_form_list)-->
<!--@foreach($extend_form_list as $key => $val)-->
<tr>
<tr class="row{$cycle_idx}">
<th scope="row"><div>{htmlspecialchars($val->column_title)}<!--@if($val->is_opened)--> <span class="publicItem">({$lang->public})</span><!--@end--></div></th>
<td>
<!--@if($val->column_type=='tel')-->
@ -172,16 +172,17 @@
<th scope="row"><div>{$lang->description}</div></th>
<td>{htmlspecialchars($member_info->description)}&nbsp;</td>
</tr>
<tr class="row2">
<td colspan="2" class="right">
<a href="{getUrl('act','dispMemberAdminInsert')}" class="button"><span>{$lang->cmd_modify}</span></a>
<!--@if($member_info->is_admin!='Y')-->
<a href="{getUrl('act','dispMemberAdminDeleteForm','member_srl',$member_info->member_srl)}" class="button"><span>{$lang->cmd_delete}</span></a>
<!--@end-->
<!--@if($module=="admin")-->
<a href="{getUrl('act','dispMemberAdminList','module_srl','')}" class="button"><span>{$lang->cmd_back}</span></a>
<!--@end-->
</td>
</tr>
</table>
<div class="tRight gap1">
<a href="{getUrl('act','dispMemberAdminInsert')}" class="button"><span>{$lang->cmd_modify}</span></a>
<!--@if($member_info->is_admin!='Y')-->
<a href="{getUrl('act','dispMemberAdminDeleteForm','member_srl',$member_info->member_srl)}" class="button"><span>{$lang->cmd_delete}</span></a>
<!--@end-->
<!--@if($module=="admin")-->
<a href="{getUrl('act','dispMemberAdminList','module_srl','')}" class="button"><span>{$lang->cmd_back}</span></a>
<!--@end-->
</div>
<iframe name="hidden_iframe" frameborder="0" style="display:none"></iframe>