169 lines
8.6 KiB
HTML
Executable File
169 lines
8.6 KiB
HTML
Executable File
{{include file="public/header" /}}
|
|
|
|
<!-- right content start -->
|
|
<div class="content-right">
|
|
<div class="content">
|
|
<!-- form start -->
|
|
<form class="am-form view-list" action="{{:url('Admin/AlipayLifeUser/Index')}}" method="POST">
|
|
<div class="am-g">
|
|
<input type="hidden" name="organization_id" <present name="param['organization_id']"> value="{{$param.organization_id}}"{{/if}} />
|
|
<input type="text" class="am-radius form-keyword" placeholder="{{:lang('alipay_life_user_so_keyword_tips')}}" name="keyword" <present name="param['keyword']"> value="{{$param.keyword}}"{{/if}} />
|
|
<button type="submit" class="am-btn am-btn-secondary am-btn-sm am-radius form-submit">{{:lang('common_operation_query')}}</button>
|
|
<label class="fs-12 m-l-5 c-p fw-100 more-submit">
|
|
{{:lang('common_more_screening')}}
|
|
<input type="checkbox" name="is_more" value="1" id="is_more" {{if isset($param['is_more']) and $param['is_more'] eq 1)}}checked{{/if}} />
|
|
<i class="am-icon-angle-down"></i>
|
|
</label>
|
|
|
|
<div class="more-where {{if !isset($param['is_more']) or $param['is_more'] neq 1)}}none{{/if}}">
|
|
<select name="gender" class="am-radius c-p m-t-10 m-l-5 param-where">
|
|
<option value="-1)}}{{:lang('common_view_gender_name')}}</option>
|
|
<foreach name="common_gender_list" item="v">
|
|
<option value="{{$v.id}}" {{if isset($param['gender']) and $param['gender'] eq $v['id']">selected{{/if}}>{{$v.name}}</option>
|
|
{{/foreach}}
|
|
</select>
|
|
<div class="param-date param-where m-l-5)}}
|
|
<input type="text" name="time_start" class="Wdate am-radius m-t-10" placeholder="{{:lang('common_time_start_name')}}" onclick="WdatePicker({firstDayOfWeek:1,dateFmt:'yyyy-MM-dd HH:mm:ss'})" {{if isset($param['time_start'])}}value="{{$param.time_start}}"{{/if}}/>
|
|
<span>~</span>
|
|
<input type="text" class="Wdate am-radius m-t-10" placeholder="{{:lang('common_time_end_name')}}" name="time_end" onclick="WdatePicker({firstDayOfWeek:1,dateFmt:'yyyy-MM-dd HH:mm:ss'})" {{if isset($param['time_end'])}}value="{{$param.time_end}}"{{/if}}/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
<!-- form end -->
|
|
|
|
<!-- list start -->
|
|
<table class="am-table am-table-striped am-table-hover am-text-middle m-t-10 m-l-5)}}
|
|
<thead>
|
|
<tr>
|
|
<th>{{:lang('alipay_life_user_avatar_name')}}</th>
|
|
<th>{{:lang('alipay_life_user_username_name')}}</th>
|
|
<th>{{:lang('alipay_life_user_appid_text')}}</th>
|
|
<th class="am-hide-sm-only">{{:lang('common_mobile_name')}}</th>
|
|
<th class="am-hide-sm-only">{{:lang('alipay_life_user_alipay_life_name_text')}}</th>
|
|
<th class="am-hide-sm-only">{{:lang('common_view_gender_name')}}</th>
|
|
<th class="am-hide-sm-only">{{:lang('alipay_life_user_birthday_name')}}</th>
|
|
<th>{{:lang('common_more_name')}}</th>
|
|
<th>{{:lang('common_operation_name')}}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{{if !empty($list)}}
|
|
<foreach name="list" item="v">
|
|
<tr id="data-list-{{$v.id}}">
|
|
<td>
|
|
{{if !empty($v['avatar'])}}
|
|
<img src="{{$v['avatar']}}" class="am-img-thumbnail am-radius" width="60" height="60" />
|
|
{{else /}}
|
|
<span class="cr-ddd">{{:lang('common_on_fill_in_images')}}</span>
|
|
{{/if}}
|
|
</td>
|
|
<td>
|
|
{{if empty($v['username'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.username}}{{/if}}
|
|
</td>
|
|
<td class="am-hide-sm-only">
|
|
{{if empty($v['alipay_openid'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.alipay_openid}}{{/if}}
|
|
</td>
|
|
<td class="am-hide-sm-only">
|
|
{{if empty($v['mobile'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.mobile}}{{/if}}
|
|
</td>
|
|
<td class="am-hide-sm-only">
|
|
{{if empty($v['alipay_life_name'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.alipay_life_name}}{{/if}}
|
|
</td>
|
|
<td class="am-hide-sm-only">
|
|
{{if empty($v['gender_text'])}}<span class="cr-ddd">{{:lang('common_not_set_text')}}</span>{{else /}}{{$v.gender_text}}{{/if}}
|
|
</td>
|
|
<td class="am-hide-sm-only">
|
|
{{if empty($v['birthday_text'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.birthday_text}}{{/if}}
|
|
</td>
|
|
<td>
|
|
<span class="am-icon-caret-down c-p" data-am-modal="{target: '#my-popup{{$v.id}}'}"> {{:lang('common_see_more_name')}}</span>
|
|
<div class="am-popup am-radius" id="my-popup{{$v.id}}">
|
|
<div class="am-popup-inner">
|
|
<div class="am-popup-hd">
|
|
<h4 class="am-popup-title">{{:lang('common_detail_content')}}</h4>
|
|
<span data-am-modal-close class="am-close">×</span>
|
|
</div>
|
|
<div class="am-popup-bd">
|
|
<dl class="dl-content">
|
|
<dt>{{:lang('alipay_life_user_username_name')}}</dt>
|
|
<dd>{{if empty($v['username'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.username}}{{/if}}</dd>
|
|
|
|
<dt>{{:lang('alipay_life_user_nickname_name')}}</dt>
|
|
<dd>{{if empty($v['nickname'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.nickname}}{{/if}}</dd>
|
|
|
|
<dt>{{:lang('alipay_life_user_appid_text')}}</dt>
|
|
<dd>{{if empty($v['alipay_openid'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.alipay_openid}}{{/if}}</dd>
|
|
|
|
<dt>{{:lang('common_mobile_name')}}</dt>
|
|
<dd>{{if empty($v['mobile'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.mobile}}{{/if}}</dd>
|
|
|
|
<dt>{{:lang('common_email_name')}}</dt>
|
|
<dd>{{if empty($v['email'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.email}}{{/if}}</dd>
|
|
|
|
<dt>{{:lang('common_view_gender_name')}}</dt>
|
|
<dd>{{if empty($v['gender_text'])}}<span class="cr-ddd">{{:lang('common_not_set_text')}}</span>{{else /}}{{$v.gender_text}}{{/if}}</dd>
|
|
|
|
<dt>{{:lang('alipay_life_user_birthday_name')}}</dt>
|
|
<dd>{{if empty($v['birthday_text'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.birthday_text}}{{/if}}</dd>
|
|
|
|
<dt>{{:lang('alipay_life_user_province_name')}}</dt>
|
|
<dd>{{if empty($v['province'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.province}}{{/if}}</dd>
|
|
|
|
<dt>{{:lang('alipay_life_user_city_name')}}</dt>
|
|
<dd>{{if empty($v['city'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.city}}{{/if}}</dd>
|
|
|
|
<dt>{{:lang('common_address_text')}}</dt>
|
|
<dd>{{if empty($v['address'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.address}}{{/if}}</dd>
|
|
|
|
<dt>{{:lang('alipay_life_user_integral_name')}}</dt>
|
|
<dd>{{if empty($v['integral'])}}<span class="cr-ddd">{{:lang('common_on_fill_in_the_text')}}</span>{{else /}}{{$v.integral}}{{/if}}</dd>
|
|
|
|
<dt>{{:lang('alipay_life_user_avatar_name')}}</dt>
|
|
<dd>
|
|
{{if !empty($v['avatar'])}}
|
|
<img src="{{$v['avatar']}}" class="am-img-thumbnail am-radius" width="100" height="100" />
|
|
{{else /}}
|
|
<span class="cr-ddd">{{:lang('common_on_fill_in_images')}}</span>
|
|
{{/if}}
|
|
</dd>
|
|
|
|
<dt>{{:lang('common_focus_time_name')}}</dt>
|
|
<dd>{{$v.alipay_life_add_time}}</dd>
|
|
|
|
<dt>{{:lang('common_reg_time_name')}}</dt>
|
|
<dd>{{$v.add_time}}</dd>
|
|
|
|
<dt>{{:lang('common_upd_time_name')}}</dt>
|
|
<dd>{{$v.upd_time}}</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<a href="{{:url('Admin/AlipayLifeMessage/SaveInfo', ['user_id'=>$v['user_id'], 'alipay_life_user_id'=>$v['alipay_life_user_id'], 'alipay_life_id'=>$v['alipay_life_id']])}}">
|
|
<button class="am-btn am-btn-default am-btn-xs am-radius am-icon-send-o"> {{:lang('alipay_life_user_send_text')}}</button>
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
{{/foreach}}
|
|
{{else /}}
|
|
<tr><td colspan="20" class="table-no">{{:lang('common_not_data_tips')}}</td></tr>
|
|
{{/if}}
|
|
</tbody>
|
|
</table>
|
|
<!-- list end -->
|
|
|
|
<!-- page start -->
|
|
{{if !empty($list)}}
|
|
{{$page_html}}
|
|
{{/if}}
|
|
<!-- page end -->
|
|
</div>
|
|
</div>
|
|
<!-- right content end -->
|
|
|
|
<!-- footer start -->
|
|
{{include file="public/footer" /}}
|
|
<!-- footer end --> |